diff --git a/.gitignore b/.gitignore index 21f64e3..d9d5e32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ out dist node_modules +script/__pycache__ .vscode-test/ *.vsix parser_stuck.v **/*.wasm -out-js/ \ No newline at end of file +out-js/ diff --git a/src/function/lsp/linter/vivado.ts b/src/function/lsp/linter/vivado.ts index e69de29..584b1ea 100644 --- a/src/function/lsp/linter/vivado.ts +++ b/src/function/lsp/linter/vivado.ts @@ -0,0 +1,3 @@ +import * as vscode from "vscode"; + + diff --git a/src/function/lsp/linter/vlog.ts b/src/function/lsp/linter/vlog.ts index 592387e..650f701 100644 --- a/src/function/lsp/linter/vlog.ts +++ b/src/function/lsp/linter/vlog.ts @@ -84,4 +84,4 @@ const vlogLinter = new VlogLinter(); export { vlogLinter -}; \ No newline at end of file +};