* Adding OptionsSchema generation This is to prevent repetitive fields from being copy and pasted improperly. * Move tslint to be after compile * Address PR issues
15 lines
196 B
Plaintext
15 lines
196 B
Plaintext
obj/**
|
|
.vscode/**
|
|
typings/**
|
|
out/test/**
|
|
test/**
|
|
src/**
|
|
**/*.map
|
|
.gitignore
|
|
tsconfig.json
|
|
CMakeLists.txt
|
|
debugAdapters/install.lock*
|
|
out/src/Debugger/copyScript.js
|
|
tools/**
|
|
out/tools/**
|
|
notices/** |