summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
AgeCommit message (Collapse)Author
2023-08-08Fixing up react-app buildKirill Dubovitskiy
- Added to the build step in the vscode-extension:build task - Added inline source maps so its easier to track down issues when using console.log / debugger in chrome dev tools within vscode
2023-08-07Adding launch configuration for debugging tests (separate from server)Kirill Dubovitskiy
2023-08-07Touchup on esbuild configuration + installing depdenciesKirill Dubovitskiy
2023-08-06Added a task to install all dependencies from top level without having to ↵Kirill Dubovitskiy
figure out commands in multiple sub projects. Developers should run this before the first debugging session and anytime they pull
2023-08-06Added a launch configuration to start debugging both server + extensionKirill Dubovitskiy
2023-08-06Initial stab at adding more launch configurationsKirill Dubovitskiy