-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove nested validations Submodule validates itself on every commit anyway * Update prettierignore for ahk2 * Remove lint-staged More trouble than it's worth :) * Remove husky for realsies * Update known issues * bump to 5.1.1 for testing * Launch with env var, fixup build * Migrate to @vscode/test-cli * Move to correct branch * Fix global recognition * Use extensions for snippets instead (specifically github PRs) * Update changelog
- Loading branch information
1 parent
7ed2f82
commit e6abd3d
Showing
15 changed files
with
1,450 additions
and
1,443 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// https://github.com/microsoft/vscode-test-cli | ||
import { defineConfig } from '@vscode/test-cli'; | ||
export default defineConfig({ | ||
files: ['out/src/**/*.test.js'], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"recommendations": [ | ||
"aaron-bond.better-comments", | ||
"dbaeumer.vscode-eslint", | ||
"github.copilot", | ||
"github.copilot-chat", | ||
"github.vscode-pull-request-github", | ||
"eamodio.gitlens", | ||
"esbenp.prettier-vscode", | ||
"simonsiefke.svg-preview", | ||
"meganrogge.template-string-converter" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ahk2
updated
from f7548c to 41b130
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.