#331 - Added functionality to run other type of scripts

This commit is contained in:
Elio Struyf
2022-05-10 16:26:59 +02:00
parent 32c7bbd3f9
commit 6c3d286282
7 changed files with 86 additions and 27 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.vscode-typescript-tslint-plugin"
"ms-vscode.vscode-typescript-tslint-plugin",
"eliostruyf.vscode-typescript-exportallmodules"
]
}