mirror of https://github.com/nocodb/nocodb
Wing-Kam Wong
2 years ago
3 changed files with 0 additions and 44 deletions
@ -1,8 +0,0 @@
|
||||
{ |
||||
"recommendations": [ |
||||
"dbaeumer.vscode-eslint", |
||||
"esbenp.prettier-vscode", |
||||
"eamodio.gitlens", |
||||
"streetsidesoftware.code-spell-checker", |
||||
] |
||||
} |
@ -1,29 +0,0 @@
|
||||
{ |
||||
"version": "0.2.0", |
||||
"configurations": [ |
||||
// To debug, make sure a *.spec.ts file is active in the editor, then run a configuration |
||||
{ |
||||
"type": "node", |
||||
"request": "launch", |
||||
"name": "Debug Active Spec", |
||||
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/ava", |
||||
"runtimeArgs": ["debug", "--break", "--serial", "${file}"], |
||||
"port": 9229, |
||||
"outputCapture": "std", |
||||
"skipFiles": ["<node_internals>/**/*.js"], |
||||
"preLaunchTask": "npm: build" |
||||
// "smartStep": true |
||||
}, |
||||
{ |
||||
// Use this one if you're already running `yarn watch` |
||||
"type": "node", |
||||
"request": "launch", |
||||
"name": "Debug Active Spec (no build)", |
||||
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/ava", |
||||
"runtimeArgs": ["debug", "--break", "--serial", "${file}"], |
||||
"port": 9229, |
||||
"outputCapture": "std", |
||||
"skipFiles": ["<node_internals>/**/*.js"] |
||||
// "smartStep": true |
||||
}] |
||||
} |
@ -1,7 +0,0 @@
|
||||
{ |
||||
"cSpell.userWords": [], // only use words from .cspell.json |
||||
"cSpell.enabled": true, |
||||
"editor.formatOnSave": true, |
||||
"typescript.tsdk": "node_modules/typescript/lib", |
||||
"typescript.enablePromptUseWorkspaceTsdk": true |
||||
} |
Loading…
Reference in new issue