Skip to content

Commit

Permalink
Fix testing on VS Code Insiders (#1644)
Browse files Browse the repository at this point in the history
* Update vscode/test-electron

Ensuring we are on at least 2.3.8 brings in the fix for downloading vscode releases.

* Code Actions add formatted text

Code Actions seem to return null without text present in the test file.
  • Loading branch information
jpogran authored Nov 29, 2023
1 parent 0aa36ab commit 11d16bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@
"@types/which": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vscode/test-electron": "^2.3.0",
"@vscode/test-electron": "^2.3.8",
"@vscode/test-web": "^0.0.43",
"@vscode/vsce": "^2.19.0",
"assert": "^2.0.0",
Expand Down
3 changes: 3 additions & 0 deletions testFixture/actions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
# code that needs to be formatted
}

0 comments on commit 11d16bf

Please sign in to comment.