15fc6f25fd
Problem: We need to deliver a VSCode extension but the one we use currently is located in a separate repo, requires manual patches and does not support ReasonLIGO. Solution: Add our extension that supports PascaLIGO and ReasonLIGO; CamLIGO is WIP.
15 lines
352 B
Plaintext
15 lines
352 B
Plaintext
.vscode/**
|
|
**/*.ts
|
|
**/*.map
|
|
.gitignore
|
|
**/tsconfig.json
|
|
**/tsconfig.base.json
|
|
contributing.md
|
|
.travis.yml
|
|
client/node_modules/**
|
|
!client/node_modules/vscode-jsonrpc/**
|
|
!client/node_modules/vscode-languageclient/**
|
|
!client/node_modules/vscode-languageserver-protocol/**
|
|
!client/node_modules/vscode-languageserver-types/**
|
|
!client/node_modules/semver/**
|