Skip to content

Commit 8139905

Browse files
authoredFeb 10, 2025··
Merge pull request #2297 from AlexanderGabriel/fixVSCodeDownloadBumpVersionTo1-97-0
Fix vs code download bump version to1 97 0
2 parents 7798b19 + 87649ee commit 8139905

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎vscode.sls

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
{% set PROGRAM_FILES = "%ProgramFiles%" %}
66
{% set versions = {'5':['70', '61']} %}
77
{% set VERSIONS = (
8+
('1.97.0', '33fc5a94a3f99ebe7087e8fe79fbe1d37a251016'),
89
('1.50.1', 'd2e414d9e4239a252d1ab117bd7067f125afd80a'),
910
('1.49.3', '2af051012b66169dde0c4dfae3f5ef48f787ff69'),
1011
('1.48.2', 'a0479759d6e9ea56afa657e454193f72aef85bd0'),
@@ -21,10 +22,10 @@ vscode:
2122
full_name: 'Microsoft Visual Studio Code'
2223
{% if grains['cpuarch'] == 'AMD64' %}
2324
# installer: 'salt://win/repo-ng/vscode/VSCodeSetup-x64-{{ version }}.exe'
24-
installer: 'https://az764295.vo.msecnd.net/stable/{{ guid }}/VSCodeSetup-x64-{{version}}.exe'
25+
installer: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/{{ guid }}/VSCodeSetup-x64-{{ version }}.exe'
2526
{% else %}
2627
# installer: 'salt://win/repo-ng/vscode/VSCodeSetup-ia32-{{ version }}.exe'
27-
installer: 'https://az764295.vo.msecnd.net/stable/{{ guid }}/VSCodeSetup-ia32-{{version}}.exe'
28+
installer: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/{{ guid }}/VSCodeSetup-ia32-{{ version }}.exe'
2829
{% endif %}
2930
uninstaller: '{{ PROGRAM_FILES }}\Microsoft VS Code\unins000.exe'
3031
install_flags: '/SP- /VERYSILENT /NORESTART /MERGETASKS="!RUNCODE,ADDCONTEXTMENUFILES,ADDCONTEXTMENUFOLDERS,ADDTOPATH"'

0 commit comments

Comments
 (0)
Please sign in to comment.