Added lsp service methods; fixed margin width line; cleanup

This commit is contained in:
2025-06-27 23:52:41 -05:00
parent d7c8ea1902
commit d1dbb7efcc
5 changed files with 20 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ const SETTINGS_CONFIG_PATH = path.join(CONFIG_PATH, "/settings.json");
const LSP_CONFIG_PATH = path.join(BASE_PATH, "/resources/lsp-servers-config.json");
let window = null;
let watcher = null;
let skipOnceFileWatchChange = false;
let skipOnceFileWatchChange = false;