Skip to content

Commit af6c927

Browse files
authored
Merge branch 'microsoft:main' into #163967-css-aliases
2 parents 6d7d669 + d0cdbac commit af6c927

142 files changed

Lines changed: 4030 additions & 1563 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
2+
# https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
23

34
# mjbvz: Fix spacing
45
13f4f052582bcec3d6c6c6a70d995c9dee2cac13
@@ -23,6 +24,5 @@ ae1452eea678f5266ef513f22dacebb90955d6c9
2324
a3cb14be7f2cceadb17adf843675b1a59537dbbd
2425
ee1655a82ebdfd38bf8792088a6602c69f7bbd94
2526

26-
2727
# jrieken: new eslint-rule
2828
4a130c40ed876644ed8af2943809d08221375408

.github/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"name": "*dev-question",
3636
"action": "close",
3737
"reason": "not_planned",
38-
"comment": "We have a great extension developer community over on [GitHub discussions](https://github.com/microsoft/vscode-discussions/discussions) and [Slack](https://aka.ms/vscode-dev-community) where extension authors help each other. This is a great place for you to ask questions and find support.\n\nHappy Coding!"
38+
"comment": "We have a great extension developer community over on [GitHub discussions](https://github.com/microsoft/vscode-discussions/discussions) and [Slack](https://vscode-dev-community.slack.com/) where extension authors help each other. This is a great place for you to ask questions and find support.\n\nHappy Coding!"
3939
},
4040
{
4141
"type": "label",

build/gulpfile.vscode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const vscodeResources = [
6464
'out-build/vs/base/node/{stdForkStart.js,terminateProcess.sh,cpuUsage.sh,ps.sh}',
6565
'out-build/vs/base/browser/ui/codicons/codicon/**',
6666
'out-build/vs/base/parts/sandbox/electron-sandbox/preload.js',
67-
'out-build/vs/base/parts/sandbox/electron-sandbox/preload-slim.js',
67+
'out-build/vs/base/parts/sandbox/electron-sandbox/preload-aux.js',
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',

build/npm/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ for (let dir of dirs) {
112112
}
113113

114114
cp.execSync('git config pull.rebase merges');
115-
cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore');
115+
cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore-revs');

extensions/csharp/cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"git": {
77
"name": "dotnet/csharp-tmLanguage",
88
"repositoryUrl": "https://github.com/dotnet/csharp-tmLanguage",
9-
"commitHash": "772323937fedd65c6dc1c8ce6ea41d97415ed7d1"
9+
"commitHash": "6666eb1d5e6fb565a4110d6db645cc534fb3c6d2"
1010
}
1111
},
1212
"license": "MIT",
@@ -15,4 +15,4 @@
1515
}
1616
],
1717
"version": 1
18-
}
18+
}

0 commit comments

Comments
 (0)