daml/compiler/daml-extension/.vscodeignore
Moritz Kiefer 25c0052bce
Fix VSCode extension (#2117)
There were two issues:

1. VSCode changed their packaging so we now need to depend on
`@types/vscode`. This broke `yarn run compile`. I have no idea why
this did not cause an error in the Bazel build. Presumably the giant
tsconfig that it generates was doing something different.

2. We excluded src/webview.js in .vscodeignore which means that it was
not included in `vsce package` and thereby also not in the extension
included in the marketplace.
2019-07-12 11:09:37 +02:00

10 lines
116 B
Plaintext

.vscode/**
typings/**
out/test/**
test/**
src/**/*.ts
**/*.map
.gitignore
tsconfig.json
vsc-extension-quickstart.md