MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / updateEditorLineNumbersFromSettings

Function updateEditorLineNumbersFromSettings

src/lib/editorManager.js:1933–1935  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1931 }
1932
1933 function updateEditorLineNumbersFromSettings() {
1934 applyOptions(["linenumbers", "relativeLineNumbers"]);
1935 }
1936
1937 function recreateActiveEditorState() {
1938 const file = manager.activeFile;

Callers 1

EditorManagerFunction · 0.85

Calls 1

applyOptionsFunction · 0.85

Tested by

no test coverage detected