This commit is contained in:
2019-02-17 18:07:28 +01:00
parent c69ffb9752
commit 95cff6f702
2301 changed files with 307810 additions and 5 deletions

6
Client/node_modules/vscode/bin/compile generated vendored Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env node
console.log('The vscode extension module got updated to TypeScript 2.0.x.');
console.log('Please see https://code.visualstudio.com/updates/v1_6#_extension-authoring for instruction on how to migrate your extension.');
process.exit(1);