Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-11 | Merge branch 'main' into ci-testing | Nate Sesti | |
2023-08-10 | fix: :fire: remove version from package.json | Nate Sesti | |
2023-08-10 | Merge pull request #360 from bra1nDump/fixup-search-cross-workspace-polution | Nate Sesti | |
Fixup search cross workspace polution | |||
2023-08-10 | Merge branch 'main' into ci-testing | Nate Sesti | |
2023-08-10 | Remove clientgen, fix windows startup errors | sestinj | |
2023-08-09 | ci: :green_heart: testing testing in ci | Nate Sesti | |
2023-08-08 | Fixing up react-app build | Kirill 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-08 | Updated documentation to reflect the new fastest getting started path in VSCode | Kirill Dubovitskiy | |
2023-08-07 | fix: :white_check_mark: allow longer for python server to start in test | Nate Sesti | |
2023-08-07 | - Allowing debugging server while debugging extension tests | Kirill Dubovitskiy | |
- Preventing mocha timeouts due to hitting breakpoints | |||
2023-08-07 | Adding launch configuration for debugging tests (separate from server) | Kirill Dubovitskiy | |
2023-08-07 | Using esbuild.mjs for configuration | Kirill Dubovitskiy | |
Added example directory with a typescript program and open it by default in the extension host - its nice to have an isolated environment where the extension can be played with. You can always open an actual project folder if you want to | |||
2023-08-07 | Touchup on esbuild configuration + installing depdencies | Kirill Dubovitskiy | |
2023-08-06 | Added 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-06 | Added a launch configuration to start debugging both server + extension | Kirill Dubovitskiy | |
2023-08-06 | Initial stab at adding more launch configurations | Kirill Dubovitskiy | |
2023-07-23 | documentation | Nate Sesti | |