-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New implementation for TEST.SUBPROGRAM autocompletion #195
base: update_ct_support_170
Are you sure you want to change the base?
New implementation for TEST.SUBPROGRAM autocompletion #195
Commits on Sep 3, 2024
-
Added unit tests debugger in launch.json.example (#190)
## Summary Enhanced `launch.json.example` by adding a new debugger configuration for VectorCAST unit tests.
Configuration menu - View commit details
-
Copy full SHA for e643e92 - Browse repository at this point
Copy the full SHA e643e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f77e92 - Browse repository at this point
Copy the full SHA 4f77e92View commit details -
Added tests for clicast_server coverage (#189)
## Summary Added tests to get back to 100% coverage. ## Changed - Added exports to functions in `vcast-server-test.ts `to enable testing - Enhanced test for `transmitCommand()`
Configuration menu - View commit details
-
Copy full SHA for 54a2b8f - Browse repository at this point
Copy the full SHA 54a2b8fView commit details -
Created a new pythonUtilities.py file to replace vTestUtilities.py and
moved some of the common functions and global objects there.
Configuration menu - View commit details
-
Copy full SHA for 33ce64f - Browse repository at this point
Copy the full SHA 33ce64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab41d0d - Browse repository at this point
Copy the full SHA ab41d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e04cc6 - Browse repository at this point
Copy the full SHA 4e04cc6View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8420ef - Browse repository at this point
Copy the full SHA d8420efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f08697 - Browse repository at this point
Copy the full SHA 3f08697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb2dc5 - Browse repository at this point
Copy the full SHA 2cb2dc5View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9d321f - Browse repository at this point
Copy the full SHA d9d321fView commit details -
Implemented the ability to get the vcast version from the server
when we ping. Now that we have this version, we check that the extension vcast version matches the server when we initialize. Made the extension version computation a stand-alone function Only compute the extension version once on startup and when the extension option for vcast installation changes. Only missing piece is to send the update the LSP with the server state
Configuration menu - View commit details
-
Copy full SHA for f90ffbe - Browse repository at this point
Copy the full SHA f90ffbeView commit details -
Let the language server know when we switch between using the
enviro data server and not. This allows the auto-complete stuff to work seemlessly
Configuration menu - View commit details
-
Copy full SHA for c89e0af - Browse repository at this point
Copy the full SHA c89e0afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a26cc - Browse repository at this point
Copy the full SHA b5a26ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d64e64 - Browse repository at this point
Copy the full SHA 3d64e64View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b88fe70 - Browse repository at this point
Copy the full SHA b88fe70View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20f2e3 - Browse repository at this point
Copy the full SHA a20f2e3View commit details -
Fixed clicast ping test (#194)
## Summary `serverIsAlive()` now requires a `text` field in the response. Since we mock the server fetch, I added a text field including `clicast-path` so that the split operation does not fail. https://github.com/vectorgrp/vector-vscode-vcast/blob/3d64e64ad7b1c88837de7b48c19666e102c60ac7/src-common/vcastServer.ts#L143
Configuration menu - View commit details
-
Copy full SHA for 2992c9e - Browse repository at this point
Copy the full SHA 2992c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de0a83 - Browse repository at this point
Copy the full SHA 6de0a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60dae6e - Browse repository at this point
Copy the full SHA 60dae6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9213edb - Browse repository at this point
Copy the full SHA 9213edbView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dbe7dc2 - Browse repository at this point
Copy the full SHA dbe7dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc8cce - Browse repository at this point
Copy the full SHA 2cc8cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4bc51 - Browse repository at this point
Copy the full SHA 9e4bc51View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78bf51f - Browse repository at this point
Copy the full SHA 78bf51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c73e858 - Browse repository at this point
Copy the full SHA c73e858View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68b0921 - Browse repository at this point
Copy the full SHA 68b0921View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8bef2b5 - Browse repository at this point
Copy the full SHA 8bef2b5View commit details