Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
05d57e1
Update eslint from 8 to 9. (#14157)
sean-mcmanus Feb 5, 2026
920997d
Update changelog for 1.30.5 (#14171)
sean-mcmanus Feb 6, 2026
11b6366
Check unified Copilot API before legacy API (#14167)
benmcmorran Feb 9, 2026
5ad75b4
Bump axios from 1.13.4 to 1.13.5 in /.github/actions (#14179)
dependabot[bot] Feb 11, 2026
d9fe0c8
Update webpack. (#14180)
sean-mcmanus Feb 12, 2026
e23c418
Bump fast-xml-parser and @aws-sdk/xml-builder in /.github/actions (#1…
dependabot[bot] Feb 12, 2026
1cd186b
co-install the new C++ Dev Tools extension (#14197)
bobbrow Feb 18, 2026
f681142
feat: Support program parameter in attach configurations (#14046) (#1…
Subham-KRLX Feb 18, 2026
ea1fbea
Update changelog for 1.31.0. (#14195)
sean-mcmanus Feb 18, 2026
5bbac4e
update the url for the privacy statement (#14198)
bobbrow Feb 18, 2026
ca81d00
Fix signing for extension pack and themes extensions. (#14202)
sean-mcmanus Feb 19, 2026
b977587
Update the C/C++ extension pack to 1.5.1. (#14203)
sean-mcmanus Feb 19, 2026
a5d00e3
Switch vsix packing to use Nuget.config (#14209)
sean-mcmanus Feb 23, 2026
e80bd3b
Bump minimatch from 4.2.3 to 4.2.4 in /Extension (#14213)
dependabot[bot] Feb 25, 2026
adb6bcf
Bump fast-xml-parser and @aws-sdk/xml-builder in /.github/actions (#1…
dependabot[bot] Feb 25, 2026
e0cf47d
Update minimatch. (#14217)
sean-mcmanus Feb 26, 2026
6bddc0f
Update minimatch again. (#14219)
sean-mcmanus Feb 27, 2026
6de78e2
Update ajv. (#14221)
sean-mcmanus Feb 27, 2026
fc04891
Bump minimatch in /.github/actions (#14222)
dependabot[bot] Feb 27, 2026
597f29c
Update licenses. (#14225)
sean-mcmanus Mar 2, 2026
8ff42d0
Update more dependencies. (#14224)
sean-mcmanus Mar 2, 2026
40e39ac
Revert the shell-quote update. (#14229)
sean-mcmanus Mar 3, 2026
a8cb537
Update to clang-tidy 22. (#14230)
sean-mcmanus Mar 4, 2026
df350e6
Update msvc versions. (#14231)
sean-mcmanus Mar 4, 2026
c5fe03c
Update loc. (#14232)
sean-mcmanus Mar 4, 2026
8cadd2d
Update TPN for 1.31.1. (#14236)
sean-mcmanus Mar 4, 2026
318f705
Update .github/actions dependencies. (#14237)
sean-mcmanus Mar 4, 2026
2c26037
Update changelog and version for 1.31.1 (#14239)
sean-mcmanus Mar 5, 2026
a38624d
Add @vscode/vsce. (#14243)
sean-mcmanus Mar 5, 2026
b3c1b11
Add more CFSClean to pipelines. (#14245)
sean-mcmanus Mar 6, 2026
8d5fc73
Merge branch 'main' into seanmcm/updateRelease_1_31_1
sean-mcmanus Mar 9, 2026
364ba27
Change the version to 1.30.5 to block publishing via skip-duplicate
sean-mcmanus Mar 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,306 changes: 625 additions & 681 deletions .github/actions/package-lock.json

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions .github/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@octokit/rest": "^21.1.1",
"@slack/web-api": "^6.9.1",
"applicationinsights": "^2.5.1",
"axios": "^1.12.1",
"axios": "^1.13.5",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand All @@ -38,8 +38,5 @@
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"yargs": "^17.5.1"
},
"resolutions": {
"minimatch": "^3.0.5"
}
}
15 changes: 3 additions & 12 deletions Build/cg/cg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ extends:
enabled: true
featureFlags:
autoBaseline: false
settings:
networkIsolationPolicy: Permissive,CFSClean

stages:
- stage: build
Expand Down Expand Up @@ -90,11 +92,6 @@ extends:
- script: IF EXIST %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc del %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc
displayName: Delete .npmrc if it exists

- task: Npm@0
displayName: Install vsce
inputs:
arguments: --global @vscode/vsce

- script: mkdir $(Build.ArtifactStagingDirectory)\Extension
displayName: Create Extension Staging Directory

Expand All @@ -115,12 +112,6 @@ extends:

- script: |
cd $(Build.SourcesDirectory)\Extension
vsce package --yarn -o $(Build.ArtifactStagingDirectory)\Extension\cpptools.vsix
npx @vscode/vsce@3.7.1 package --yarn -o $(Build.ArtifactStagingDirectory)\Extension\cpptools.vsix
name: ProcessRunner_12
displayName: Run VSCE to package vsix

- task: Npm@0
displayName: Uninstall vsce
inputs:
command: uninstall
arguments: --global @vscode/vsce
4 changes: 3 additions & 1 deletion Build/package/cpptools_extension_pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ extends:
name: AzurePipelines-EO
image: 1ESPT-Windows2022
os: windows
settings:
networkIsolationPolicy: Permissive,CFSClean

stages:
- stage: package
Expand All @@ -44,5 +46,5 @@ extends:

- template: /Build/package/jobs_package_vsix.yml@self
parameters:
vsixName: cpptools-extension-pack.vsix
vsixName: cpptools-extension-pack
srcDir: ExtensionPack
4 changes: 3 additions & 1 deletion Build/package/cpptools_themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ extends:
name: AzurePipelines-EO
image: 1ESPT-Windows2022
os: windows
settings:
networkIsolationPolicy: Permissive,CFSClean

stages:
- stage: package
Expand All @@ -44,5 +46,5 @@ extends:

- template: /Build/package/jobs_package_vsix.yml@self
parameters:
vsixName: cpptools-themes.vsix
vsixName: cpptools-themes
srcDir: Themes
17 changes: 6 additions & 11 deletions Build/package/jobs_package_vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:

jobs:
- job: package
displayName: Build ${{ parameters.vsixName }}
displayName: Build ${{ parameters.vsixName }}.vsix
timeoutInMinutes: 30
cancelTimeoutInMinutes: 1
templateContext:
Expand All @@ -26,7 +26,7 @@ jobs:
autoBaseline: false
outputs:
- output: pipelineArtifact
displayName: '${{ parameters.vsixName }}'
displayName: '${{ parameters.vsixName }}.vsix'
targetPath: $(Build.ArtifactStagingDirectory)\vsix
artifactName: vsix

Expand All @@ -38,11 +38,6 @@ jobs:
inputs:
version: 22.x

- task: Npm@0
displayName: Install vsce
inputs:
arguments: --global @vscode/vsce

- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3
displayName: Use Yarn 1.x

Expand All @@ -51,11 +46,11 @@ jobs:

- script: |
cd $(Build.SourcesDirectory)\${{ parameters.srcDir }}
vsce package -o $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}
npx @vscode/vsce@3.7.1 package -o $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.vsix
displayName: Run VSCE to package vsix

# sign the vsix
- script: vsce generate-manifest -i $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.vsix -o $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.manifest
- script: npx @vscode/vsce@3.7.1 generate-manifest -i $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.vsix -o $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.manifest
displayName: generate manifest
workingDirectory: $(Build.SourcesDirectory)\${{ parameters.srcDir }}
- script: copy $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.manifest $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.signature.p7s
Expand All @@ -70,5 +65,5 @@ jobs:
- task: MSBuild@1
displayName: Sign the vsix
inputs:
command: uninstall
arguments: --global @vscode/vsce
solution: $(Build.SourcesDirectory)\Build\signing\SignVsix.proj
msbuildArguments: /p:SignType=${{ parameters.signType }}
2 changes: 1 addition & 1 deletion Build/publish/cpptools_extension_pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ extends:
jobs:
- template: /Build/publish/jobs_publish_vsix.yml@self
parameters:
vsixName: cpptools-extension-pack.vsix
vsixName: cpptools-extension-pack

2 changes: 1 addition & 1 deletion Build/publish/cpptools_themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ extends:
jobs:
- template: /Build/publish/jobs_publish_vsix.yml@self
parameters:
vsixName: cpptools-themes.vsix
vsixName: cpptools-themes

8 changes: 1 addition & 7 deletions Build/publish/jobs_publish_vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
inputs:
versionSpec: 22.x

- task: Npm@0
displayName: Install vsce
inputs:
arguments: --global @vscode/vsce

- task: AzureCLI@2
displayName: Generate AAD_TOKEN
inputs:
Expand All @@ -37,8 +32,7 @@ jobs:
Write-Host "##vso[task.setvariable variable=AAD_TOKEN;issecret=true]$aadToken"

- script: |
vsce publish --packagePath $(Build.StagingDirectory)\vsix\${{ parameters.vsixName }}
npx @vscode/vsce@3.7.1 publish --skip-duplicate -i $(Build.StagingDirectory)\vsix\${{ parameters.vsixName }}.vsix --manifestPath $(Build.StagingDirectory)\vsix\${{ parameters.vsixName }}.manifest --signaturePath $(Build.StagingDirectory)\vsix\${{ parameters.vsixName }}.signature.p7s
displayName: Publish to Marketplace
env:
VSCE_PAT: $(AAD_TOKEN)

4 changes: 0 additions & 4 deletions Extension/.eslintignore

This file was deleted.

155 changes: 0 additions & 155 deletions Extension/.eslintrc.js

This file was deleted.

15 changes: 9 additions & 6 deletions Extension/.scripts/clean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,28 @@ export async function main() {
}

export async function all() {
await rimraf(...(await getModifiedIgnoredFiles()).filter(each => !each.includes('node_modules')));
await rimraf(...(await getModifiedIgnoredFiles()).filter((each): each is string => each !== undefined && !each.includes('node_modules')));
}

export async function reset() {
verbose(`Resetting all .gitignored files in extension`);
await rimraf(...await getModifiedIgnoredFiles());
await rimraf(...(await getModifiedIgnoredFiles()).filter((each): each is string => each !== undefined));
}

async function details(files: string[]) {
let all = await Promise.all(files.filter(each => each).map(async (each) => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [filename, stats ] = await filepath.stats(each);
const results = await Promise.all(files.filter(each => each).map(async (each) => {
const [, stats] = await filepath.stats(each);
if (!stats) {
return null;
}
return {
filename: stats.isDirectory() ? cyan(`${each}${sep}**`) : brightGreen(`${each}`),
date: stats.mtime.toLocaleDateString().replace(/\b(\d)\//g, '0$1\/'),
time: stats.mtime.toLocaleTimeString().replace(/^(\d)\:/g, '0$1:'),
modified: stats.mtime
};
}));
let all = results.filter((each): each is NonNullable<typeof each> => each !== null);
all = all.sort((a, b) => a.modified.getTime() - b.modified.getTime());
// print a formatted table so the date and time are aligned
const max = all.reduce((max, each) => Math.max(max, each.filename.length), 0);
Expand All @@ -56,7 +59,7 @@ export async function show(opt?: string) {
case 'ignored':
case 'untracked':
console.log(cyan('\n\nUntracked+Ignored files:'));
return details(await getModifiedIgnoredFiles());
return details((await getModifiedIgnoredFiles()).filter((each): each is string => each !== undefined));

default:
return error(`Unknown option '${opt}'`);
Expand Down
Loading
Loading