commit
2db9025dfd
|
@ -7,7 +7,6 @@ import {
|
|||
ServerOptions,
|
||||
TransportKind
|
||||
} from 'vscode-languageclient/node';
|
||||
import { existsSync } from 'fs';
|
||||
import { stat } from 'node:fs/promises';
|
||||
import * as which from 'which';
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -152,14 +152,12 @@
|
|||
"prod-server": "webpack --mode production --config webpack.config.server.js --devtool hidden-source-map"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/node": "16.x",
|
||||
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
||||
"@typescript-eslint/parser": "^5.31.0",
|
||||
"concurrently": "^7.5.0",
|
||||
"eslint": "^8.20.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"mocha": "^10.0.0",
|
||||
"ts-loader": "^9.4.1",
|
||||
"typescript": "^4.8.4",
|
||||
"webpack": "^5.74.0",
|
||||
|
|
|
@ -23,7 +23,6 @@ import * as builtinCmds from './builtin-cmds.json';
|
|||
import { cmakeInfo } from './cmakeInfo';
|
||||
import SyntaxErrorListener from './syntaxDiagnostics';
|
||||
import { SymbolListener } from './docSymbols';
|
||||
import { FormatListener } from './format';
|
||||
import antlr4 from './parser/antlr4/index.js';
|
||||
import CMakeLexer from './parser/CMakeLexer.js';
|
||||
import CMakeParser from './parser/CMakeParser.js';
|
||||
|
|
Loading…
Reference in New Issue