Skip to content
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

Draft
wants to merge 27 commits into
base: update_ct_support_170
Choose a base branch
from

Commits on Sep 3, 2024

  1. Added unit tests debugger in launch.json.example (#190)

    ## Summary
    
    Enhanced `launch.json.example` by adding a new debugger configuration
    for VectorCAST unit tests.
    Den1552 authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e643e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f77e92 View commit details
    Browse the repository at this point in the history
  3. 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()`
    Den1552 authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    54a2b8f View commit details
    Browse the repository at this point in the history
  4. Created a new pythonUtilities.py file to replace vTestUtilities.py and

    moved some of the common functions and global objects there.
    johnpaliotta committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    33ce64f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab41d0d View commit details
    Browse the repository at this point in the history
  6. Some re-org and renames

    johnpaliotta committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4e04cc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    d8420ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f08697 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cb2dc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    d9d321f View commit details
    Browse the repository at this point in the history
  2. 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
    johnpaliotta committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f90ffbe View commit details
    Browse the repository at this point in the history
  3. 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
    johnpaliotta committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c89e0af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5a26cc View commit details
    Browse the repository at this point in the history
  5. Update comments

    johnpaliotta committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3d64e64 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    b88fe70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a20f2e3 View commit details
    Browse the repository at this point in the history
  3. 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
    Den1552 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2992c9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6de0a83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60dae6e View commit details
    Browse the repository at this point in the history
  6. Comments

    johnpaliotta committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9213edb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    dbe7dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc8cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e4bc51 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Addressed PR comments.

    Den1552 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    78bf51f View commit details
    Browse the repository at this point in the history
  2. Minor refactoring

    Den1552 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c73e858 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    68b0921 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Refactored argparser.

    Den1552 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8bef2b5 View commit details
    Browse the repository at this point in the history