We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a600a commit 24eebccCopy full SHA for 24eebcc
2 files changed
.vscode/settings.json
@@ -15,5 +15,8 @@
15
},
16
"[typescript]": {
17
"editor.defaultFormatter": "biomejs.biome"
18
+ },
19
+ "[json]": {
20
+ "editor.defaultFormatter": "biomejs.biome"
21
}
22
turbo.json
@@ -9,7 +9,9 @@
9
"dependsOn": ["^build"]
10
11
"ci:package": {},
12
- "ci:publish": {},
+ "ci:publish": {
13
+ "passThroughEnv": ["VSCE_PAT", "GITHUB_TOKEN", "OVSX_PAT"]
14
"ci:update": {
"outputs": ["packages/vscode-extension/src/apis.ts"]
0 commit comments