Skip to content

Commit 19ebe66

Browse files
edgardmessiasJohnstonCode
authored andcommitted
chore: Test with only stable VSCode for fast build in AppVeyor (#400)
1 parent d35c435 commit 19ebe66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ environment:
66
VSCODE_BUILD_VERBOSE: true
77

88
matrix:
9-
- CODE_VERSION: "1.20.0" # Minimal Version
9+
# - CODE_VERSION: "1.20.0" # Minimal Version
1010
- CODE_VERSION: "*" # Last Stable Version
11-
- CODE_VERSION: "insiders" # Insider Version
11+
# - CODE_VERSION: "insiders" # Insider Version
1212

1313
cache:
1414
- node_modules -> package-lock.json

0 commit comments

Comments
 (0)