diff --git a/.vscodeignore b/.vscodeignore index 124361e..85d1dfa 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -8,4 +8,6 @@ src/** tsconfig.json test.hs test.cabal - +scope-lists/** +syntaxes/*.YAML-tmLanguage +.github/** \ No newline at end of file diff --git a/package.json b/package.json index 41909c4..31ffd19 100644 --- a/package.json +++ b/package.json @@ -192,7 +192,9 @@ }, "devDependencies": { "js-yaml": "^3.13.1", + "npm": "^6.14.5", "typescript": "^2.6.2", + "vsce": "^1.75.0", "vscode": "^1.0.0" } }