Skip to content

Commit 90a6556

Browse files
authored
Merge branch 'main' into fix-context-menu-for-deleted-lines-in-diff-inline
2 parents 43adfa4 + adbcbfa commit 90a6556

File tree

319 files changed

+6771
-4439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+6771
-4439
lines changed

build/.moduleignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ vsda/src/**
102102
vsda/.gitignore
103103
vsda/binding.gyp
104104
vsda/README.md
105+
vsda/SECURITY.md
105106
vsda/targets
106107
!vsda/build/Release/vsda.node
107108

build/.webignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ xterm-addon-webgl/out/**
4949
!@microsoft/applicationinsights-core-js/browser/applicationinsights-core-js.min.js
5050
!@microsoft/applicationinsights-shims/dist/umd/applicationinsights-shims.min.js
5151

52-
53-
54-
52+
vsda/**
53+
!vsda/rust/web/**

build/azure-pipelines/.gdntsa

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
2-
"instanceUrl": "https://msazure.visualstudio.com/defaultcollection",
3-
"projectName": "One",
4-
"areaPath": "One\\VSCode\\Client",
5-
"iterationPath": "One",
2+
"codebaseName": "devdiv_vscode-client",
3+
"ppe": false,
64
"notificationAliases": [
7-
5+
86
],
9-
"ppe": "false",
10-
"template": "TFSMSAzure",
11-
"codebaseName": "vscode-client"
7+
"codebaseAdmins": [
8+
"REDMOND\\stbatt",
9+
"REDMOND\\monacotools"
10+
],
11+
"instanceUrl": "https://devdiv.visualstudio.com/defaultcollection",
12+
"projectName": "DevDiv",
13+
"areaPath": "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Client",
14+
"notifyAlways": true,
15+
"template": "TFSDEVDIV",
16+
"tools": [
17+
"BinSkim",
18+
"CredScan",
19+
"CodeQL"
20+
]
1221
}

build/azure-pipelines/darwin/app-entitlements.plist

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
<dict>
55
<key>com.apple.security.cs.allow-jit</key>
66
<true/>
7-
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8-
<true/>
9-
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
10-
<true/>
11-
<key>com.apple.security.cs.disable-library-validation</key>
12-
<true/>
137
<key>com.apple.security.device.audio-input</key>
148
<true/>
159
<key>com.apple.security.device.camera</key>

build/azure-pipelines/sdl-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ variables:
3535
- name: Codeql.TSAEnabled
3636
value: true
3737
- name: Codeql.TSAOptionsPath
38-
value: '$(Build.SourcesDirectory)\build\azure-pipelines\.gdntsa'
38+
value: '$(Build.SourcesDirectory)\build\azure-pipelines\config\tsaoptions.json'
3939

4040
stages:
4141
- stage: Windows
@@ -161,7 +161,7 @@ stages:
161161
- task: TSAUpload@2
162162
inputs:
163163
GdnPublishTsaOnboard: true
164-
GdnPublishTsaConfigFile: '$(Build.SourcesDirectory)\build\azure-pipelines\.gdntsa'
164+
GdnPublishTsaConfigFile: '$(Build.SourcesDirectory)\build\azure-pipelines\config\tsaoptions.json'
165165

166166
- stage: Linux
167167
dependsOn: []
@@ -280,4 +280,4 @@ stages:
280280

281281
- task: TSAUpload@2
282282
inputs:
283-
GdnPublishTsaConfigFile: '$(Build.SourceDirectory)\build\azure-pipelines\.gdntsa'
283+
GdnPublishTsaConfigFile: '$(Build.SourceDirectory)\build\azure-pipelines\config\tsaoptions.json'

build/gulpfile.reh.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,13 @@ const serverResources = [
7272
'out-build/vs/base/node/ps.sh',
7373

7474
// Terminal shell integration
75-
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration.fish',
7675
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1',
7776
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh',
7877
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration-env.zsh',
7978
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration-profile.zsh',
8079
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration-rc.zsh',
8180
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration-login.zsh',
82-
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration.fish',
81+
'out-build/vs/workbench/contrib/terminal/browser/media/fish_xdg_data/fish/vendor_conf.d/shellIntegration.fish',
8382

8483
'!**/test/**'
8584
];

build/gulpfile.vscode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const vscodeResources = [
6868
'out-build/vs/workbench/browser/media/*-theme.css',
6969
'out-build/vs/workbench/contrib/debug/**/*.json',
7070
'out-build/vs/workbench/contrib/externalTerminal/**/*.scpt',
71-
'out-build/vs/workbench/contrib/terminal/browser/media/*.fish',
71+
'out-build/vs/workbench/contrib/terminal/browser/media/fish_xdg_data/fish/vendor_conf.d/*.fish',
7272
'out-build/vs/workbench/contrib/terminal/browser/media/*.ps1',
7373
'out-build/vs/workbench/contrib/terminal/browser/media/*.sh',
7474
'out-build/vs/workbench/contrib/terminal/browser/media/*.zsh',

build/gulpfile.vscode.win32.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ function buildWin32Setup(arch, target) {
9999
RegValueName: product.win32RegValueName,
100100
ShellNameShort: product.win32ShellNameShort,
101101
AppMutex: product.win32MutexName,
102+
TunnelMutex: product.win32TunnelMutex,
103+
TunnelServiceMutex: product.win32TunnelServiceMutex,
104+
ApplicationName: product.applicationName,
102105
Arch: arch,
103106
AppId: { 'ia32': ia32AppId, 'x64': x64AppId, 'arm64': arm64AppId }[arch],
104107
IncompatibleTargetAppId: { 'ia32': product.win32AppId, 'x64': product.win32x64AppId, 'arm64': product.win32arm64AppId }[arch],

build/lib/builtInExtensionsCG.js

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)