Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tencentcloudstack/vscode-tencentcloud-terraform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.23
Choose a base ref
...
head repository: tencentcloudstack/vscode-tencentcloud-terraform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 1,695 files changed
  • 1 contributor

Commits on Dec 12, 2023

  1. enable git and doc definition panel (#11)

    * enable git
    
    * enable doc panel
    
    * fix doc issue
    
    * add css for webview
    
    * fix resource tips
    
    * 0.0.24
    lyu571 authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a781d8b View commit details
    Browse the repository at this point in the history
  2. update readme (#13)

    * update readme
    
    * 0.0.25
    lyu571 authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    04c8dbc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Feat/load specific JSON based on the provider version (#14)

    * enable json load
    
    * fix multiple json issue
    
    * update pre-release.yml
    
    * 1.fix the logic of JSON files match. 2.load json files with sync(await). 3.rm pre-release trigger when PR merged.
    lyu571 authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c7e9487 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Feat/add request client version and fix cvm explorer issue (#15)

    * enable json load
    
    * fix multiple json issue
    
    * 1.fix the logic of JSON files match. 2.use the extensionPath instead of __dirname. 3.load json files with sync(await). 4.rm pre-release trigger when PR merged.
    
    * 0.0.26
    
    * add request client
    
    * 0.0.27
    
    * fix cvm explorer issue when instances are null
    
    * 0.0.28
    lyu571 authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    fd09346 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. enable json load

    lyu571 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5ee409f View commit details
    Browse the repository at this point in the history
  2. fix multiple json issue

    lyu571 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    29923b9 View commit details
    Browse the repository at this point in the history
  3. 1.fix the logic of JSON files match. 2.use the extensionPath instead …

    …of __dirname. 3.load json files with sync(await). 4.rm pre-release trigger when PR merged.
    lyu571 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9400867 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d17e205 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. enable json load

    lyu571 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    85a7bb6 View commit details
    Browse the repository at this point in the history
  2. fix multiple json issue

    lyu571 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3ba49c4 View commit details
    Browse the repository at this point in the history
  3. 1.fix the logic of JSON files match. 2.use the extensionPath instead …

    …of __dirname. 3.load json files with sync(await). 4.rm pre-release trigger when PR merged.
    lyu571 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a89ea08 View commit details
    Browse the repository at this point in the history
  4. add request client

    lyu571 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    df949a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    665dc62 View commit details
    Browse the repository at this point in the history
  6. 1.introduce the context to get ext version and provider version.

    2.adjust the getShell and getIntegratedShell to async to get the reqcli with provider version.
    3.refactor the queryUserInfo method.
    4.deactivate clear user when close vscode.
    5.add warn msg when use without login.
    6.reset terminal env when aksk is null.
    lyu571 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1ff5320 View commit details
    Browse the repository at this point in the history
  7. 0.0.29

    lyu571 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1e74d2c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge pull request #16 from tencentcloudstack/feat/enable-reqcli-with…

    …-provider-extension-version
    
    Feat/enable reqcli with provider and extension version
    lyu571 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    47219fb View commit details
    Browse the repository at this point in the history
Loading