repo stringclasses 21
values | pull_number float64 45 194k | instance_id stringlengths 16 34 | issue_numbers stringlengths 6 27 | base_commit stringlengths 40 40 | patch stringlengths 263 270k | test_patch stringlengths 312 408k | problem_statement stringlengths 38 47.6k | hints_text stringlengths 1 257k ⌀ | created_at stringdate 2016-01-11 17:37:29 2024-10-18 14:52:41 | language stringclasses 4
values | Dockerfile stringclasses 279
values | P2P stringlengths 2 10.2M | F2P stringlengths 11 38.9k | F2F stringclasses 86
values | test_command stringlengths 27 11.4k | task_category stringclasses 5
values | is_no_nodes bool 2
classes | is_func_only bool 2
classes | is_class_only bool 2
classes | is_mixed bool 2
classes | num_func_changes int64 0 238 | num_class_changes int64 0 70 | num_nodes int64 0 264 | is_single_func bool 2
classes | is_single_class bool 2
classes | modified_nodes stringlengths 2 42.2k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
microsoft/vscode | 118,226 | microsoft__vscode-118226 | ['112032'] | f7ff53d7b06a2ce14ff503dc2290b487d9162429 | diff --git a/src/vs/editor/browser/services/openerService.ts b/src/vs/editor/browser/services/openerService.ts
--- a/src/vs/editor/browser/services/openerService.ts
+++ b/src/vs/editor/browser/services/openerService.ts
@@ -166,7 +166,7 @@ export class OpenerService implements IOpenerService {
// check with contribut... | diff --git a/src/vs/editor/test/browser/services/openerService.test.ts b/src/vs/editor/test/browser/services/openerService.test.ts
--- a/src/vs/editor/test/browser/services/openerService.test.ts
+++ b/src/vs/editor/test/browser/services/openerService.test.ts
@@ -127,6 +127,20 @@ suite('OpenerService', function () {
... | Debug Console Linker automatically decodes link
Issue Type: <b>Bug</b>
When debugging code and a link has a URI encode clinking the link in the debug console will auto decode the URL. This causes issues as some APIs expect the paramaters to be URI encoded. When just logging links to the terminal it doesn't do that... | This is a fair request.
Code pointer https://github.com/microsoft/vscode/blob/cf8ed37206e161a30151defa4fc9ea58c32335bc/src/vs/workbench/contrib/debug/browser/linkDetector.ts#L36
PR's to fix this are welcome.
I put a code pointer...
@isidorn Do you think terminal's behavior is correct or debug's behavior is correct.... | 2021-03-05 16:15:37+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['OpenerService delegate to editorService, scheme:///fff#123,123', 'OpenerService links validated by validators go to openers', 'OpenerService links invalidated by first validator do not continue validating', 'OpenerService links are protected by validators', 'Unexpected Errors & Loader Errors should not have unexpecte... | ["OpenerService links aren't manipulated before being passed to validator: PR #118226"] | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/services/openerService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/browser/services/openerService.ts->program->class_declaration:OpenerService->method_definition:open"] |
microsoft/vscode | 118,400 | microsoft__vscode-118400 | ['118399'] | 5d80c30e5b6ce8b2f5336ed55ad043490b0b818f | diff --git a/src/vs/editor/contrib/linesOperations/linesOperations.ts b/src/vs/editor/contrib/linesOperations/linesOperations.ts
--- a/src/vs/editor/contrib/linesOperations/linesOperations.ts
+++ b/src/vs/editor/contrib/linesOperations/linesOperations.ts
@@ -1058,7 +1058,7 @@ export class SnakeCaseAction extends Abstra... | diff --git a/src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts b/src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts
--- a/src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts
+++ b/src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts
@@ -549,7 +549,10 @@ suit... | Unit testing README is missing a flag
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!--... | null | 2021-03-08 05:09:21+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Editor Contrib - Line Operations SortLinesAscendingAction should sort multiple selections in ascending order', 'Editor Contrib - Line Operations DeleteAllRightAction should be noop on empty', 'Editor Contrib - Line Operations DeleteAllLeftAction should delete to the left of the cursor', 'Editor Contrib - Line Operati... | ['Editor Contrib - Line Operations toggle case'] | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts test/unit/README.md --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/contrib/linesOperations/linesOperations.ts->program->class_declaration:SnakeCaseAction->method_definition:_modifyText"] |
microsoft/vscode | 119,373 | microsoft__vscode-119373 | ['119123'] | a6f6b4aa8e3a688d9a5cbcd5df14af511ce2bd8e | diff --git a/src/vs/base/common/search.ts b/src/vs/base/common/search.ts
--- a/src/vs/base/common/search.ts
+++ b/src/vs/base/common/search.ts
@@ -20,6 +20,8 @@ export function buildReplaceStringWithCasePreserved(matches: string[] | null, pa
return pattern.toLowerCase();
} else if (strings.containsUppercaseChara... | diff --git a/src/vs/editor/contrib/find/test/replacePattern.test.ts b/src/vs/editor/contrib/find/test/replacePattern.test.ts
--- a/src/vs/editor/contrib/find/test/replacePattern.test.ts
+++ b/src/vs/editor/contrib/find/test/replacePattern.test.ts
@@ -200,13 +200,16 @@ suite('Replace Pattern test', () => {
assertRepl... | Preserve case find replace appears broken
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
... | The feature came via #60311
This case is not handled. When the match is mixed-case and starts with a lowercase character, I think the replace pattern should have its first character lowercased. Would take a PR that adds this. | 2021-03-20 01:28:26+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Replace Pattern test get replace string if match is sub-string of the text', 'Replace Pattern test issue #19740 Find and replace capture group/backreference inserts `undefined` instead of empty string', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'Replace Pattern test get replace string if ... | ['Replace Pattern test buildReplaceStringWithCasePreserved test', 'Replace Pattern test preserve case'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/find/test/replacePattern.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/common/search.ts->program->function_declaration:buildReplaceStringWithCasePreserved"] |
microsoft/vscode | 120,891 | microsoft__vscode-120891 | ['93200'] | 58faca759ab38b44837c512074fa942f4716a9fa | diff --git a/src/vs/workbench/contrib/debug/browser/debugANSIHandling.ts b/src/vs/workbench/contrib/debug/browser/debugANSIHandling.ts
--- a/src/vs/workbench/contrib/debug/browser/debugANSIHandling.ts
+++ b/src/vs/workbench/contrib/debug/browser/debugANSIHandling.ts
@@ -21,6 +21,8 @@ export function handleANSIOutput(te... | diff --git a/src/vs/workbench/contrib/debug/test/browser/debugANSIHandling.test.ts b/src/vs/workbench/contrib/debug/test/browser/debugANSIHandling.test.ts
--- a/src/vs/workbench/contrib/debug/test/browser/debugANSIHandling.test.ts
+++ b/src/vs/workbench/contrib/debug/test/browser/debugANSIHandling.test.ts
@@ -110,11 +1... | Wrong style on debug console
Wrong style on debug console
- VSCode Version: 1.44.0-insider
commit: 64b65cf8e401cb98d4ddfc8324cb6635ff6fc2ed
data: 2020-03-20T08:31:26.505Z
- OS Version: Windows 10 2019 LTSC
Steps to Reproduce:
```js
// run code
console.log('\u001b[41m\u001b[97m [\u001b[4m\u001b[5mERROR... | Looks like an issue in core--I see the debug adapter is sending the identical string as gets logged
```
Logged: \u001b[41m\u001b[97m [\u001b[4m\u001b[5mERROR\u001b[25m\u001b[24m] \u001b[0m\u001b[40m\u001b[97m \u001b[91m [method] Error,from: "X:\\xxx\\data.ts"\u001b[0m
Sent in output: "\u001b[41m\u001b[9... | 2021-04-09 03:14:51+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Debug - CallStack threads mutltiple without allThreadsStopped', 'Debug - ANSI Handling calcANSI8bitColor', 'Debug - CallStack contexts', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'Debug - CallStack focusStackFrameThreadAndSesion', 'Debug - CallStack stack frame toString()', 'Debug - CallS... | ['Debug - ANSI Handling Expected single 24-bit color sequence operation'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/debug/test/browser/debugANSIHandling.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 7 | 0 | 7 | false | false | ["src/vs/workbench/contrib/debug/browser/debugANSIHandling.ts->program->function_declaration:handleANSIOutput->function_declaration:setBasicFormatters", "src/vs/workbench/contrib/debug/browser/debugANSIHandling.ts->program->function_declaration:handleANSIOutput", "src/vs/workbench/contrib/debug/browser/debugANSIHandlin... |
microsoft/vscode | 122,796 | microsoft__vscode-122796 | ['122255', '122255'] | c8bd5b211acd8055a81654dcf40367f422bc22e0 | diff --git a/src/vs/editor/contrib/snippet/snippetParser.ts b/src/vs/editor/contrib/snippet/snippetParser.ts
--- a/src/vs/editor/contrib/snippet/snippetParser.ts
+++ b/src/vs/editor/contrib/snippet/snippetParser.ts
@@ -388,11 +388,11 @@ export class FormatString extends Marker {
}
private _toPascalCase(value: str... | diff --git a/src/vs/editor/contrib/snippet/test/snippetParser.test.ts b/src/vs/editor/contrib/snippet/test/snippetParser.test.ts
--- a/src/vs/editor/contrib/snippet/test/snippetParser.test.ts
+++ b/src/vs/editor/contrib/snippet/test/snippetParser.test.ts
@@ -655,6 +655,7 @@ suite('SnippetParser', () => {
assert.stri... | The pascalCase snippet formatter fails to process numbers
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-S... | 2021-05-01 17:27:42+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['SnippetParser Parser, escaped', 'SnippetParser Snippet order for placeholders, #28185', 'SnippetParser parser, parent node', 'SnippetParser Parser, placeholder transforms', 'SnippetParser TextmateSnippet#offset', 'SnippetParser No way to escape forward slash in snippet format section #37562', 'SnippetParser Parser, o... | ['SnippetParser Transform -> FormatString#resolve'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/snippet/test/snippetParser.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/contrib/snippet/snippetParser.ts->program->class_declaration:FormatString->method_definition:_toPascalCase"] | |
microsoft/vscode | 122,919 | microsoft__vscode-122919 | ['122914', '122914'] | 655fe7546f223493324225836e734b63ce24b38b | diff --git a/src/vs/editor/common/controller/cursorDeleteOperations.ts b/src/vs/editor/common/controller/cursorDeleteOperations.ts
--- a/src/vs/editor/common/controller/cursorDeleteOperations.ts
+++ b/src/vs/editor/common/controller/cursorDeleteOperations.ts
@@ -12,6 +12,7 @@ import { Range } from 'vs/editor/common/cor... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -2608,6 +2608,40 @@ suite('Editor Controller - Regression tests', () => {
... | Left delete behavior in some languages is changed (when useTabStops: false)
This is a follow up of #84897.
When `useTabStops: false` is configured, the original bug still occurs.
Left delete behavior in some languages is changed (when useTabStops: false)
This is a follow up of #84897.
When `useTabStops: false` is c... | 2021-05-04 12:26:08+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ["Editor Controller - Regression tests Bug #18293:[regression][editor] Can't outdent whitespace line", "Editor Controller - Cursor issue #17011: Shift+home/end now go to the end of the selection start's line, not the selection's end", 'Editor Controller - Cursor move up', 'autoClosingPairs issue #27937: Trying to add a... | ['Editor Controller - Regression tests issue #122914: Left delete behavior in some languages is changed (useTabStops: false)'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 3 | 1 | 4 | false | false | ["src/vs/editor/common/controller/cursorDeleteOperations.ts->program->class_declaration:DeleteOperations->method_definition:decreasePositionInModelBy1Column", "src/vs/editor/common/controller/cursorDeleteOperations.ts->program->class_declaration:DeleteOperations", "src/vs/editor/common/controller/cursorDeleteOperations... | |
microsoft/vscode | 122,948 | microsoft__vscode-122948 | ['122939', '122939'] | c2a8d684664865b4d55291b08537583f4da2d871 | diff --git a/src/vs/base/parts/quickinput/browser/quickInput.ts b/src/vs/base/parts/quickinput/browser/quickInput.ts
--- a/src/vs/base/parts/quickinput/browser/quickInput.ts
+++ b/src/vs/base/parts/quickinput/browser/quickInput.ts
@@ -473,8 +473,11 @@ class QuickPick<T extends IQuickPickItem> extends QuickInput impleme... | diff --git a/src/vs/base/test/parts/quickinput/browser/quickinput.test.ts b/src/vs/base/test/parts/quickinput/browser/quickinput.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/base/test/parts/quickinput/browser/quickinput.test.ts
@@ -0,0 +1,75 @@
+/*-------------------------------------------------------------... | QuickPick doesn't fire the `onDidChangeValue` when setting value manually
If you set `QuickPick.value` programatically when setting up the QuickPick, it fails to trigger the `onDidChangeValue` event.
Here is my workaround hack:
https://github.com/eamodio/vscode-gitlens/blob/db5285d4ad268148dbc4a6ce9d1f284d5e18ac4e/... | 2021-05-04 18:46:27+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Unexpected Errors & Loader Errors should not have unexpected errors'] | ['QuickInput onDidChangeValue gets triggered when .value is set'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/parts/quickinput/browser/quickinput.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/parts/quickinput/browser/quickInput.ts->program->class_declaration:QuickPick->method_definition:value"] | |
microsoft/vscode | 122,991 | microsoft__vscode-122991 | ['99629'] | b023cacd25dbcb68a04b6d164169b79467f454e1 | diff --git a/src/vs/base/common/strings.ts b/src/vs/base/common/strings.ts
--- a/src/vs/base/common/strings.ts
+++ b/src/vs/base/common/strings.ts
@@ -1082,3 +1082,81 @@ function getGraphemeBreakRawData(): number[] {
}
//#endregion
+
+/**
+ * Computes the offset after performing a left delete on the given string,
+... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -2642,6 +2642,55 @@ suite('Editor Controller - Regression tests', () => {
... | Bug: Emoji modifiers in text treated separately when using backspace
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using t... | Since about 6 months, we have implemented Unicode's grapheme break rules. So it is not possible to place the cursor inside emojis. A Delete (Fn+Backspace) before the emoji will remove the entire grapheme. But Backspace will only delete one code point at a time. We have made the decision to behave like this due to it be... | 2021-05-05 09:22:05+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ["Editor Controller - Regression tests Bug #18293:[regression][editor] Can't outdent whitespace line", "Editor Controller - Cursor issue #17011: Shift+home/end now go to the end of the selection start's line, not the selection's end", 'Editor Controller - Cursor move up', 'autoClosingPairs issue #27937: Trying to add a... | ['Editor Controller - Regression tests issue #99629: Emoji modifiers in text treated separately when using backspace (ZWJ sequence)', 'Editor Controller - Regression tests issue #99629: Emoji modifiers in text treated separately when using backspace'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 7 | 0 | 7 | false | false | ["src/vs/base/common/strings.ts->program->function_declaration:getOffsetBeforeLastEmojiComponent", "src/vs/editor/common/controller/cursorDeleteOperations.ts->program->class_declaration:DeleteOperations->method_definition:getPositionAfterDeleteLeft", "src/vs/base/common/strings.ts->program->function_declaration:getLeft... |
microsoft/vscode | 123,019 | microsoft__vscode-123019 | ['89888', '89888'] | 8c5490ff59f62cacdf034dd69a135dc6a741669a | diff --git a/src/vs/editor/common/controller/cursorCommon.ts b/src/vs/editor/common/controller/cursorCommon.ts
--- a/src/vs/editor/common/controller/cursorCommon.ts
+++ b/src/vs/editor/common/controller/cursorCommon.ts
@@ -39,9 +39,11 @@ export const enum RevealTarget {
*/
export const enum EditOperationType {
Oth... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -6137,4 +6137,62 @@ suite('Undo stops', () => {
assert.strictEqual(model.g... | Undo removes one of three spaces
1 Enter
`three spaces`
2 Execute Edit Undo
Expected: `three`. Or perhaps `three `
Observed: `three ` i.e. one space removed, two not.
EDIT: Whoops, that formatting was mangled by at least two bugs on this web form. Here's the source:
 - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 11 | 0 | 11 | false | false | ["src/vs/editor/common/controller/cursorTypeOperations.ts->program->class_declaration:TypeOperations->method_definition:compositionEndWithInterceptors", "src/vs/editor/common/controller/cursorTypeOperations.ts->program->function_declaration:isTypingOperation", "src/vs/editor/common/controller/cursorTypeOperations.ts->p... | |
microsoft/vscode | 123,112 | microsoft__vscode-123112 | ['121125', '121125'] | 2000f36fdefb06321db6ceaa893e9b7e92e0f466 | diff --git a/src/vs/editor/common/modes/supports/onEnter.ts b/src/vs/editor/common/modes/supports/onEnter.ts
--- a/src/vs/editor/common/modes/supports/onEnter.ts
+++ b/src/vs/editor/common/modes/supports/onEnter.ts
@@ -64,7 +64,12 @@ export class OnEnterSupport {
reg: rule.previousLineText,
text: previousLi... | diff --git a/src/vs/editor/test/common/modes/supports/onEnter.test.ts b/src/vs/editor/test/common/modes/supports/onEnter.test.ts
--- a/src/vs/editor/test/common/modes/supports/onEnter.test.ts
+++ b/src/vs/editor/test/common/modes/supports/onEnter.test.ts
@@ -47,6 +47,40 @@ suite('OnEnter', () => {
testIndentAction('... | onEnterRules works one in two times
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- �... | (Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
- [Add support for capture groups in onEnterRules (#17281)](https://www.github.com/microsoft/vscode/issues/17281) <!-- score: 0.586 -->
<!-- potential_duplicates_comment -->
(Experim... | 2021-05-06 11:44:04+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['OnEnter uses brackets', 'OnEnter uses regExpRules', 'Unexpected Errors & Loader Errors should not have unexpected errors'] | ['OnEnter Issue #121125: onEnterRules with global modifier'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/modes/supports/onEnter.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/modes/supports/onEnter.ts->program->class_declaration:OnEnterSupport->method_definition:onEnter"] |
microsoft/vscode | 123,293 | microsoft__vscode-123293 | ['105730', '105730'] | 27fe7f9dfb000ab8081aeed30f59224ef58dd3f1 | diff --git a/src/vs/editor/common/controller/cursorCommon.ts b/src/vs/editor/common/controller/cursorCommon.ts
--- a/src/vs/editor/common/controller/cursorCommon.ts
+++ b/src/vs/editor/common/controller/cursorCommon.ts
@@ -11,7 +11,7 @@ import { Position } from 'vs/editor/common/core/position';
import { Range } from '... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -2691,6 +2691,75 @@ suite('Editor Controller - Regression tests', () => {
... | "Select all occurrences of find match" selects weirdly when word wrapping
Issue Type: <b>Bug</b>
With word wrap enabled, "select all occurrences of find match", if matching the end of a line, will select those weirdly, so that pressing Left will, instead of moving to the beginning of the line, move one beyond.
Fo... | @hediet Here is the patch we sketched:
```diff
diff --git a/src/vs/editor/common/controller/cursorCommon.ts b/src/vs/editor/common/controller/cursorCommon.ts
index 0077027b265..5001e544f29 100644
--- a/src/vs/editor/common/controller/cursorCommon.ts
+++ b/src/vs/editor/common/controller/cursorCommon.ts
@@ -219,... | 2021-05-07 14:19:55+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ["Editor Controller - Regression tests Bug #18293:[regression][editor] Can't outdent whitespace line", "Editor Controller - Cursor issue #17011: Shift+home/end now go to the end of the selection start's line, not the selection's end", 'Editor Controller - Cursor move up', 'Undo stops there is a single undo stop for con... | ['Editor Controller - Regression tests issue #105730: move left behaves differently for multiple cursors', 'Editor Controller - Regression tests issue #105730: move right should always skip wrap point'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 22 | 7 | 29 | false | false | ["src/vs/editor/common/controller/cursorMoveOperations.ts->program->class_declaration:MoveOperations->method_definition:leftPositionAtomicSoftTabs", "src/vs/editor/common/viewModel/splitLinesCollection.ts->program->class_declaration:IdentityLinesCollection", "src/vs/editor/common/viewModel/splitLinesCollection.ts->prog... |
microsoft/vscode | 123,294 | microsoft__vscode-123294 | ['121438', '121438'] | 133ae5ecee8b5bdb1e6257a44c2e1b5368905669 | diff --git a/src/vs/editor/common/modes/linkComputer.ts b/src/vs/editor/common/modes/linkComputer.ts
--- a/src/vs/editor/common/modes/linkComputer.ts
+++ b/src/vs/editor/common/modes/linkComputer.ts
@@ -154,7 +154,7 @@ function getClassifier(): CharacterClassifier<CharacterClass> {
if (_classifier === null) {
_cla... | diff --git a/src/vs/editor/test/common/modes/linkComputer.test.ts b/src/vs/editor/test/common/modes/linkComputer.test.ts
--- a/src/vs/editor/test/common/modes/linkComputer.test.ts
+++ b/src/vs/editor/test/common/modes/linkComputer.test.ts
@@ -230,4 +230,25 @@ suite('Editor Modes - Link Computer', () => {
' http:... | VSCode fails to recognize URLs containing the characters 【】
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and... | @alexdima in [this commit](https://github.com/microsoft/vscode/commit/7018ffce0bf2873bfd71ead5612b974b475bcffc#diff-47ef45cdeef86c6a54aa67b5c25a970fea5fa4e134160e377aefe0e589906ca9R51) "【" was explicitly marked as url termination character. I don't know why though. Shall I just remove it?
@hediet Thanks for pointing ou... | 2021-05-07 14:22:47+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Editor Modes - Link Computer issue #86358: URL wrong recognition pattern', 'Editor Modes - Link Computer issue #62278: "Ctrl + click to follow link" for IPv6 URLs', 'Editor Modes - Link Computer issue #70254: bold links dont open in markdown file using editor mode with ctrl + click', 'Unexpected Errors & Loader Error... | ['Editor Modes - Link Computer issue #121438: Link detection stops at【...】', 'Editor Modes - Link Computer issue #121438: Link detection stops at “...”', 'Editor Modes - Link Computer issue #121438: Link detection stops at《...》'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/modes/linkComputer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/modes/linkComputer.ts->program->function_declaration:getClassifier"] |
microsoft/vscode | 123,867 | microsoft__vscode-123867 | ['123178', '123178'] | 1a78b7359ebe7b752868771c4e9bfec85fe941bb | diff --git a/src/vs/editor/common/controller/cursorCommon.ts b/src/vs/editor/common/controller/cursorCommon.ts
--- a/src/vs/editor/common/controller/cursorCommon.ts
+++ b/src/vs/editor/common/controller/cursorCommon.ts
@@ -222,6 +222,11 @@ export interface ICursorSimpleModel {
getLineFirstNonWhitespaceColumn(lineNumb... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -2760,6 +2760,34 @@ suite('Editor Controller - Regression tests', () => {
... | Leading whitespace in wrapped line confuses sticky tab stops
* use the following settings:
```json
"editor.renderWhitespace": "all",
"editor.stickyTabStops": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 20
```
* and open the following file:
```
x
aaaaaaaaaaaa bbb
aaa... | 2021-05-14 09:21:58+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ["Editor Controller - Regression tests Bug #18293:[regression][editor] Can't outdent whitespace line", "Editor Controller - Cursor issue #17011: Shift+home/end now go to the end of the selection start's line, not the selection's end", 'Editor Controller - Cursor move up', 'Undo stops there is a single undo stop for con... | ['Editor Controller - Regression tests issue #123178: sticky tab in consecutive wrapped lines'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 7 | 4 | 11 | false | false | ["src/vs/editor/common/viewModel/viewModelImpl.ts->program->class_declaration:ViewModel", "src/vs/editor/common/model/textModel.ts->program->function_declaration:indentOfLine", "src/vs/editor/common/viewModel/splitLinesCollection.ts->program->class_declaration:SplitLinesCollection->method_definition:getLineIndentColumn... | |
microsoft/vscode | 124,514 | microsoft__vscode-124514 | ['95077'] | 7a0ce574da610f4ae55697f801c93ff742ecf160 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkHelpers.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkHelpers.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkHelpers.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkHelpers.ts
@@ -6,7 +... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalWordLinkProvider.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalWordLinkProvider.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalWordLinkProvider.test.ts
+++ b/src/vs/workbench/contrib/terminal/t... | Terminal "word" link provider does not support wrapping
Follow up from https://github.com/microsoft/vscode/pull/95072
Repro:
1. Create a wrapped line in the terminal without spaces where it wraps
2. Hover the end word
<img width="416" alt="Screen Shot 2020-04-12 at 6 39 31 PM" src="https://user-images.githubu... | Would be good to get this in with https://github.com/microsoft/vscode/issues/91898 to improve links/wrapping even more | 2021-05-24 14:45:03+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Workbench - TerminalWordLinkProvider does not return any links for empty text', 'Workbench - TerminalWordLinkProvider should support multiple link results', 'Workbench - TerminalWordLinkProvider should remove trailing colon in the link results', 'Unexpected Errors & Loader Errors should not have unexpected errors', '... | ['Workbench - TerminalWordLinkProvider should support wrapping', 'Workbench - TerminalWordLinkProvider should support wrapping with multiple links'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalWordLinkProvider.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 5 | 0 | 5 | false | false | ["src/vs/workbench/contrib/terminal/browser/links/terminalWordLinkProvider.ts->program->class_declaration:TerminalWordLinkProvider->method_definition:_provideLinks", "src/vs/workbench/contrib/terminal/browser/links/terminalProtocolLinkProvider.ts->program->class_declaration:TerminalProtocolLinkProvider->method_definiti... |
microsoft/vscode | 124,621 | microsoft__vscode-124621 | ['124279', '124279'] | 8ccc1243fc062396f987fd471ddc1700fb866f77 | diff --git a/src/vs/workbench/common/notifications.ts b/src/vs/workbench/common/notifications.ts
--- a/src/vs/workbench/common/notifications.ts
+++ b/src/vs/workbench/common/notifications.ts
@@ -619,13 +619,17 @@ export class NotificationViewItem extends Disposable implements INotificationVie
}
updateSeverity(sev... | diff --git a/src/vs/workbench/test/common/notifications.test.ts b/src/vs/workbench/test/common/notifications.test.ts
--- a/src/vs/workbench/test/common/notifications.test.ts
+++ b/src/vs/workbench/test/common/notifications.test.ts
@@ -10,6 +10,7 @@ import { INotification, Severity, NotificationsFilter } from 'vs/platfo... | Codespaces progress notification makes links not clickable
https://user-images.githubusercontent.com/35271042/119018546-08705080-b951-11eb-8505-0e063aa81629.mp4
1. Create a new codespaces using the vscode repo
2. Try clicking on the logs link
3. :bug: Unable to click on the link
Upon inspecting the DOM, it ap... | Following up upstream first...
@bpasero what do you think about not rerendering the notification message if the content didn't change between calls to report? In the codespaces extension I send fake progress updates quickly to smooth out the progress bar, and you can't click a link if it updates at the moment you are c... | 2021-05-25 23:41:06+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Notifications Service', 'Notifications Items', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'Notifications Model'] | ['Notifications Items - does not fire changed when message did not change (content, severity)'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/test/common/notifications.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/workbench/common/notifications.ts->program->class_declaration:NotificationViewItem->method_definition:updateMessage", "src/vs/workbench/common/notifications.ts->program->class_declaration:NotificationViewItem->method_definition:updateSeverity"] |
microsoft/vscode | 127,071 | microsoft__vscode-127071 | ['127035'] | 498aea6ba28a98d2b23a3d66940e94260533b37d | diff --git a/src/vs/base/browser/ui/tree/asyncDataTree.ts b/src/vs/base/browser/ui/tree/asyncDataTree.ts
--- a/src/vs/base/browser/ui/tree/asyncDataTree.ts
+++ b/src/vs/base/browser/ui/tree/asyncDataTree.ts
@@ -881,6 +881,10 @@ export class AsyncDataTree<TInput, T, TFilterData = void> implements IDisposable
asyn... | diff --git a/src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts b/src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts
--- a/src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts
+++ b/src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts
@@ -435,4 +435,45 @@ suite('AsyncDataTree', function () {
assert.dee... | TreeItem State None to Expanded
Issue Type: <b>Bug</b>
We, [Cloud Code](https://github.com/GoogleCloudPlatform/cloud-code-vscode) have a use case where a TreeItem could transition from `vscode.TreeItemCollapsibleState.None` to `vscode.TreeItemCollapsibleState.Expanded`. Currently, this functionality doesn't seem to ... | null | 2021-06-24 10:33:40+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['AsyncDataTree issue #67722 - once resolved, refreshed collapsed nodes should only get children when expanded', 'AsyncDataTree issues #84569, #82629 - rerender', 'AsyncDataTree issue #80098 - concurrent refresh and expand', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'AsyncDataTree resolved ... | ['AsyncDataTree issue #127035 - tree should react to collapseByDefault toggles'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/browser/ui/tree/asyncDataTree.ts->program->class_declaration:AsyncDataTree->method_definition:setChildren"] |
microsoft/vscode | 127,257 | microsoft__vscode-127257 | ['113992'] | 4cd4fd9a0b30e4fbc2a719707288ccec2fcf7e9f | diff --git a/src/vs/editor/contrib/snippet/snippet.md b/src/vs/editor/contrib/snippet/snippet.md
--- a/src/vs/editor/contrib/snippet/snippet.md
+++ b/src/vs/editor/contrib/snippet/snippet.md
@@ -91,7 +91,7 @@ variable ::= '$' var | '${' var }'
| '${' var transform '}'
transform ::= '/' regex '/' ... | diff --git a/src/vs/editor/contrib/snippet/test/snippetParser.test.ts b/src/vs/editor/contrib/snippet/test/snippetParser.test.ts
--- a/src/vs/editor/contrib/snippet/test/snippetParser.test.ts
+++ b/src/vs/editor/contrib/snippet/test/snippetParser.test.ts
@@ -656,6 +656,8 @@ suite('SnippetParser', () => {
assert.stri... | camelcase snippet variable format
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
I see the gr... | Just FYI, I believe pascalcase is also supported but undocumented.
> Just FYI, I believe pascalcase is also supported but undocumented.
The docs were updated to include `/pascalcase` in https://github.com/microsoft/vscode-docs/pull/4434 | 2021-06-27 13:21:22+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['SnippetParser Parser, escaped', 'SnippetParser Snippet order for placeholders, #28185', 'SnippetParser parser, parent node', 'SnippetParser Parser, placeholder transforms', 'SnippetParser TextmateSnippet#offset', 'SnippetParser No way to escape forward slash in snippet format section #37562', 'SnippetParser Parser, o... | ['SnippetParser Transform -> FormatString#resolve'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/snippet/test/snippetParser.test.ts --reporter json --no-sandbox --exit | Feature | false | false | false | true | 2 | 1 | 3 | false | false | ["src/vs/editor/contrib/snippet/snippetParser.ts->program->class_declaration:FormatString", "src/vs/editor/contrib/snippet/snippetParser.ts->program->class_declaration:FormatString->method_definition:resolve", "src/vs/editor/contrib/snippet/snippetParser.ts->program->class_declaration:FormatString->method_definition:_t... |
microsoft/vscode | 128,337 | microsoft__vscode-128337 | ['125742'] | 966eaaee01d571384dc261b76eea9d2f728c0d9e | diff --git a/src/vs/editor/common/viewModel/splitLinesCollection.ts b/src/vs/editor/common/viewModel/splitLinesCollection.ts
--- a/src/vs/editor/common/viewModel/splitLinesCollection.ts
+++ b/src/vs/editor/common/viewModel/splitLinesCollection.ts
@@ -1246,7 +1246,7 @@ export class SplitLine implements ISplitLine {
... | diff --git a/src/vs/editor/contrib/inlineCompletions/test/inlineCompletionsProvider.test.ts b/src/vs/editor/contrib/inlineCompletions/test/inlineCompletionsProvider.test.ts
--- a/src/vs/editor/contrib/inlineCompletions/test/inlineCompletionsProvider.test.ts
+++ b/src/vs/editor/contrib/inlineCompletions/test/inlineCompl... | First class support for inline text (move away from ::after)
related #125324, #125123
| null | 2021-07-09 16:54:30+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Unexpected Errors & Loader Errors should not have unexpected errors', 'Editor ViewModel - SplitLinesCollection issue #3662', 'Editor ViewModel - SplitLinesCollection SplitLine', 'Editor ViewModel - SplitLinesCollection Invalid line numbers', 'SplitLinesCollection getViewLinesData - no wrapping'] | ['SplitLinesCollection getViewLinesData - with wrapping', 'SplitLinesCollection getViewLinesData - with wrapping and injected text'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/viewModel/splitLinesCollection.test.ts src/vs/editor/contrib/inlineCompletions/test/inlineCompletionsProvider.test.ts --reporter json --no-sandbox --exit | Feature | false | false | false | true | 9 | 1 | 10 | false | false | ["src/vs/editor/common/viewModel/splitLinesCollection.ts->program->class_declaration:SplitLine->method_definition:getViewLineContent", "src/vs/editor/contrib/inlineCompletions/inlineCompletionsModel.ts->program->function_declaration:cachingDiff", "src/vs/editor/contrib/inlineCompletions/ghostTextWidget.ts->program->cla... |
microsoft/vscode | 128,571 | microsoft__vscode-128571 | ['128570'] | 28f4bd6ef8fc932716d4ce66253d21432b956a14 | diff --git a/src/vs/editor/contrib/snippet/snippetVariables.ts b/src/vs/editor/contrib/snippet/snippetVariables.ts
--- a/src/vs/editor/contrib/snippet/snippetVariables.ts
+++ b/src/vs/editor/contrib/snippet/snippetVariables.ts
@@ -255,33 +255,37 @@ export class TimeBasedVariableResolver implements VariableResolver {
... | diff --git a/src/vs/editor/contrib/snippet/test/snippetVariables.test.ts b/src/vs/editor/contrib/snippet/test/snippetVariables.test.ts
--- a/src/vs/editor/contrib/snippet/test/snippetVariables.test.ts
+++ b/src/vs/editor/contrib/snippet/test/snippetVariables.test.ts
@@ -17,6 +17,7 @@ import { Workspace } from 'vs/platf... | All time-based snippets variables should resolve using the same time
Issue Type: <b>Bug</b>
Does this issue occur when all extensions are disabled?: Yes
---
Snippets with multiple references to time-based snippet variables (eg. `$CURRENT_YEAR`, `$CURRENT_MINUTE`, `$CURRENT_SECOND`) are not guaranteed to resolve ... | null | 2021-07-13 19:50:37+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Snippet Variables Resolver TextmateSnippet, resolve variable', 'Snippet Variables Resolver TextmateSnippet, resolve variable with default', "Snippet Variables Resolver Path delimiters in code snippet variables aren't specific to remote OS #76840", 'Snippet Variables Resolver Snippet transforms do not handle regex wit... | ['Snippet Variables Resolver Time-based snippet variables resolve to the same values even as time progresses'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/snippet/test/snippetVariables.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 2 | 1 | 3 | false | false | ["src/vs/editor/contrib/snippet/snippetVariables.ts->program->class_declaration:TimeBasedVariableResolver->method_definition:constructor", "src/vs/editor/contrib/snippet/snippetVariables.ts->program->class_declaration:TimeBasedVariableResolver", "src/vs/editor/contrib/snippet/snippetVariables.ts->program->class_declara... |
microsoft/vscode | 128,909 | microsoft__vscode-128909 | ['126972'] | f491d5ce972b0b13849bfff7ae18e4f29639998f | diff --git a/src/vs/platform/configuration/common/configurationModels.ts b/src/vs/platform/configuration/common/configurationModels.ts
--- a/src/vs/platform/configuration/common/configurationModels.ts
+++ b/src/vs/platform/configuration/common/configurationModels.ts
@@ -270,7 +270,7 @@ export class ConfigurationModelPa... | diff --git a/src/vs/platform/configuration/test/common/configurationModels.test.ts b/src/vs/platform/configuration/test/common/configurationModels.test.ts
--- a/src/vs/platform/configuration/test/common/configurationModels.test.ts
+++ b/src/vs/platform/configuration/test/common/configurationModels.test.ts
@@ -334,6 +33... | workspace.getConfiguration() fails to retrieve empty string keys in configuration variables
Issue Type: <b>Bug</b>
I currently store some arbitrary JSON-serializable object using `workspace.getConfiguration()` and updating keys. At the top level, my configuration variable is an array, and each element is a dictionar... | I am sorry that I do not understand the usage of the API here and what is being done. Can you please provide a sample code snippet to reproduce the issue?
Here's a round trip example of me saving an object to the workspace configuration, and retrieving it. It shows all data is stored appropriately, but data is lost wh... | 2021-07-17 11:41:45+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['CustomConfigurationModel Test configWithOverrides gives empty contents', 'ConfigurationModel removeValue: remove a single segmented key', 'ConfigurationModel setValue for a key that has sections and not defined', 'ConfigurationModel Test contents while getting an existing property', 'Configuration Test update value a... | ['CustomConfigurationModel Test empty property is not ignored'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/configuration/test/common/configurationModels.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/platform/configuration/common/configurationModels.ts->program->class_declaration:ConfigurationModelParser->method_definition:doParseContent->function_declaration:onValue"] |
microsoft/vscode | 128,931 | microsoft__vscode-128931 | ['128930'] | 3c0f268745ec4de8b6e1b6a2cd2dac88a578b54d | diff --git a/extensions/emmet/src/balance.ts b/extensions/emmet/src/balance.ts
--- a/extensions/emmet/src/balance.ts
+++ b/extensions/emmet/src/balance.ts
@@ -67,8 +67,17 @@ function getRangeToBalanceOut(document: vscode.TextDocument, rootNode: HtmlFlatN
return offsetRangeToSelection(document, nodeToBalance.start, n... | diff --git a/src/vs/editor/contrib/bracketMatching/test/bracketMatching.test.ts b/src/vs/editor/contrib/bracketMatching/test/bracketMatching.test.ts
--- a/src/vs/editor/contrib/bracketMatching/test/bracketMatching.test.ts
+++ b/src/vs/editor/contrib/bracketMatching/test/bracketMatching.test.ts
@@ -112,11 +112,11 @@ sui... | Select to Matching Bracket direction should be end position to start position.
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describ... | null | 2021-07-18 04:00:50+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['bracket matching issue #43371: argument to not select brackets', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'bracket matching Jump to next bracket', 'bracket matching issue #183: jump to matching bracket position', 'bracket matching issue #1772: jump to enclosing brackets'] | ['bracket matching Select to next bracket', 'bracket matching issue #45369: Select to Bracket with multicursor'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/bracketMatching/test/bracketMatching.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 2 | 0 | 2 | false | false | ["extensions/emmet/src/balance.ts->program->function_declaration:getRangeToBalanceOut", "src/vs/editor/contrib/bracketMatching/bracketMatching.ts->program->class_declaration:BracketMatchingController->method_definition:selectToBracket"] |
microsoft/vscode | 129,066 | microsoft__vscode-129066 | ['128429'] | fe671f300845ca5161885125b1e12d43fc25ccf8 | diff --git a/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts b/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts
--- a/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts
+++ b/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts
@@ -123,6 +123,7 @@ export class Sett... | diff --git a/src/vs/workbench/services/preferences/test/common/preferencesValidation.test.ts b/src/vs/workbench/services/preferences/test/common/preferencesValidation.test.ts
--- a/src/vs/workbench/services/preferences/test/common/preferencesValidation.test.ts
+++ b/src/vs/workbench/services/preferences/test/common/pre... | [Settings UI] No warning for object with `"additionalProperties": false`
Have an object type for extension settings:
```js
"todomd.suggestItems": {
"type": "object",
"patternProperties": {
"^#": {
"type": "string",
"description": "IT IS YOUR TAG."
}
},
... | (Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
- [\[json\] Improve combining schemas not working with 'additionalProperties: false' (#20193)](https://www.github.com/microsoft/vscode/issues/20193) <!-- score: 0.449 -->
<!-- potent... | 2021-07-20 18:56:58+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Preferences Validation array of enums', 'Preferences Validation getInvalidTypeError', 'Preferences Validation pattern', 'Preferences Validation patterns work', 'Preferences Validation uniqueItems', 'Preferences Validation uri checks work', 'Preferences Validation null is allowed only when expected', 'Preferences Vali... | ['Preferences Validation exclusive max and max work together properly', 'Preferences Validation exclusive min and min work together properly', 'Preferences Validation simple array', 'Preferences Validation objects work'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/preferences/test/common/preferencesValidation.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 16 | 0 | 16 | false | false | ["src/vs/workbench/contrib/preferences/browser/settingsTree.ts->program->class_declaration:SettingBoolObjectRenderer->method_definition:renderValue", "src/vs/workbench/services/preferences/common/preferencesValidation.ts->program->function_declaration:valueValidatesAsType", "src/vs/workbench/services/preferences/common... |
microsoft/vscode | 130,088 | microsoft__vscode-130088 | ['98682'] | f944203712c5acab228e1c3bfe38ef3a2d26a7b7 | diff --git a/src/bootstrap-fork.js b/src/bootstrap-fork.js
--- a/src/bootstrap-fork.js
+++ b/src/bootstrap-fork.js
@@ -16,7 +16,7 @@ const bootstrapNode = require('./bootstrap-node');
bootstrapNode.removeGlobalNodeModuleLookupPaths();
// Enable ASAR in our forked processes
-bootstrap.enableASARSupport(undefined, fa... | diff --git a/src/vs/base/test/common/network.test.ts b/src/vs/base/test/common/network.test.ts
--- a/src/vs/base/test/common/network.test.ts
+++ b/src/vs/base/test/common/network.test.ts
@@ -7,12 +7,11 @@ import * as assert from 'assert';
import { URI } from 'vs/base/common/uri';
import { FileAccess, Schemas } from '... | Remove dependency on node require for startup code path
Refs https://github.com/microsoft/vscode/issues/92164
**Things to do:**
* [x] V8 cached options support (needs Electron patch) @deepak1556
* [x] :runner: validate no performance regressions
* [x] remove traces of node cached data (e.g. cleanup from shared p... | Another topic that is directly related to the startup path is code caching. Currently we rely on https://nodejs.org/api/vm.html#vm_script_createcacheddata to create the cache data and use for scripts required via node. In the sandbox case, we will have to rely on the code caching from blink. The cache data created in b... | 2021-08-04 07:36:58+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['network FileAccess: web', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'network FileAccess: remote URIs', 'network FileAccess: query and fragment is kept if URI is already of same scheme (native)'] | ['network FileAccess: moduleId (native)', 'network FileAccess: query and fragment is dropped (native)', 'network FileAccess: URI (native)'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/common/network.test.ts --reporter json --no-sandbox --exit | Refactoring | false | false | false | true | 14 | 2 | 16 | false | false | ["src/main.js->program->function_declaration:configureCommandlineSwitchesSync", "src/bootstrap.js->program->function_declaration:enableASARSupport", "src/vs/base/common/network.ts->program->class_declaration:FileAccessImpl->method_definition:asBrowserUri", "src/vs/base/common/network.ts->program->class_declaration:File... |
microsoft/vscode | 130,309 | microsoft__vscode-130309 | ['129503', '129503'] | fdf231d1fbaa33547dff2d43aa0ee646e48c6308 | diff --git a/src/vs/editor/contrib/folding/foldingModel.ts b/src/vs/editor/contrib/folding/foldingModel.ts
--- a/src/vs/editor/contrib/folding/foldingModel.ts
+++ b/src/vs/editor/contrib/folding/foldingModel.ts
@@ -461,10 +461,10 @@ export function getPreviousFoldLine(lineNumber: number, foldingModel: FoldingMod
} e... | diff --git a/src/vs/editor/contrib/folding/test/foldingModel.test.ts b/src/vs/editor/contrib/folding/test/foldingModel.test.ts
--- a/src/vs/editor/contrib/folding/test/foldingModel.test.ts
+++ b/src/vs/editor/contrib/folding/test/foldingModel.test.ts
@@ -887,4 +887,45 @@ suite('Folding Model', () => {
}
});
+
+ ... | Folding Navigation Commands Sometimes Don't Work
Testing #129353

index.js
```js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.activate = void 0;
const vsco... | Same here with python code (`Go to next fold` doesn't work regardless of where the cursor is):
```python
if True:
print('Two')
if True:
print('Two')
```
@aeschli and @DonJayamanne, I can take a look. I think it's because those folds don't have a parent fold.
Same here with python code (`Go to next fold... | 2021-08-07 00:53:03+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Folding Model fold jumping', 'Folding Model getRegionAtLine', 'Folding Model folding decoration', 'Folding Model setCollapseStateLevelsUp', 'Folding Model getRegionsInside', 'Folding Model setCollapseStateUp', 'Folding Model setCollapseStateAtLevel', 'Folding Model setCollapseStateRecursivly', 'Folding Model setColla... | ['Folding Model fold jumping issue #129503'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/folding/test/foldingModel.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/editor/contrib/folding/foldingModel.ts->program->function_declaration:getNextFoldLine", "src/vs/editor/contrib/folding/foldingModel.ts->program->function_declaration:getPreviousFoldLine"] |
microsoft/vscode | 131,889 | microsoft__vscode-131889 | ['131885', '131885'] | 5541e0a35a8cfe29bcc85c64c3aff2a7e96e3852 | diff --git a/src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.ts b/src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.ts
--- a/src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.ts
+++ b/src/vs/workbench/services/extensions/common/ext... | diff --git a/src/vs/workbench/services/extensions/test/common/extensionManifestPropertiesService.test.ts b/src/vs/workbench/services/extensions/test/common/extensionManifestPropertiesService.test.ts
--- a/src/vs/workbench/services/extensions/test/common/extensionManifestPropertiesService.test.ts
+++ b/src/vs/workbench/... | Allow installing extension packs those without code
Allow installing extension packs those without code
CC @aeschli
Allow installing extension packs those without code
Allow installing extension packs those without code
CC @aeschli
| 2021-08-30 10:18:15+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['ExtensionManifestPropertiesService - ExtensionUntrustedWorkspaceSupportType test extension workspace trust request when workspace trust is disabled', 'ExtensionManifestPropertiesService - ExtensionKind simple declarative => ui, workspace, web', 'ExtensionManifestPropertiesService - ExtensionKind only browser => web',... | ['ExtensionManifestPropertiesService - ExtensionKind declarative with extension dependencies', 'ExtensionManifestPropertiesService - ExtensionKind declarative extension pack with unknown contribution point', 'ExtensionManifestPropertiesService - ExtensionKind declarative extension pack', 'ExtensionManifestPropertiesSer... | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/extensions/test/common/extensionManifestPropertiesService.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.ts->program->class_declaration:ExtensionManifestPropertiesService->method_definition:deduceExtensionKind"] | |
microsoft/vscode | 131,947 | microsoft__vscode-131947 | ['129698'] | 554182620f43390075d8c7e7fa36634288ef4e2d | diff --git a/src/vs/editor/standalone/browser/standaloneServices.ts b/src/vs/editor/standalone/browser/standaloneServices.ts
--- a/src/vs/editor/standalone/browser/standaloneServices.ts
+++ b/src/vs/editor/standalone/browser/standaloneServices.ts
@@ -47,7 +47,7 @@ import { MarkerDecorationsService } from 'vs/editor/com... | diff --git a/src/vs/workbench/test/browser/parts/editor/editorModel.test.ts b/src/vs/workbench/test/browser/parts/editor/editorModel.test.ts
--- a/src/vs/workbench/test/browser/parts/editor/editorModel.test.ts
+++ b/src/vs/workbench/test/browser/parts/editor/editorModel.test.ts
@@ -29,7 +29,7 @@ import { EditorModel } ... | Announce once a language is automatically detected
1. Untitled file
2. Start typing
3. Once a language is automatically selected we should announce that, such that screen readers are aware that we have automatically selected a language
The message should be concise, something like "Python Language Mode is Set"
... | Was "Auto Detect" done by @bpasero?
Probably.
Ok, I'll wait for him to come back. I'd like to do this generically for all things that change the mode. I'm even thinking about Notebooks influencing the editor language based on the kernel.
Yeah, having a general solution makes good sense.
@isidorn do you have any thought... | 2021-08-31 00:33:58+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Unexpected Errors & Loader Errors should not have unexpected errors', 'EditorModel basics'] | ['EditorModel BaseTextEditorModel'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/test/browser/parts/editor/editorModel.test.ts src/vs/workbench/test/browser/workbenchTestServices.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 5 | 0 | 5 | false | false | ["src/vs/workbench/services/textfile/common/textFileEditorModel.ts->program->class_declaration:TextFileEditorModel->method_definition:constructor", "src/vs/workbench/common/editor/textEditorModel.ts->program->class_declaration:BaseTextEditorModel->method_definition:doAutoDetectLanguage", "src/vs/workbench/common/editor... |
microsoft/vscode | 132,041 | microsoft__vscode-132041 | ['132034'] | b6a7847b1d6be302f579ef39d2b9ab891d92eed6 | diff --git a/package.json b/package.json
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.60.0",
- "distro": "a60fae6331fa2ff607b18e7b1b20ef0db02430d2",
+ "distro": "0ea9111ff3b92a2070f03c531e3af26435112451",
"author": {
"name": "Microsoft Corporation"
},... | diff --git a/src/vs/workbench/services/extensions/test/common/extensionManifestPropertiesService.test.ts b/src/vs/workbench/services/extensions/test/common/extensionManifestPropertiesService.test.ts
--- a/src/vs/workbench/services/extensions/test/common/extensionManifestPropertiesService.test.ts
+++ b/src/vs/workbench/... | Remove web extension kind
Remove web extension kind
| null | 2021-09-01 10:01:12+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['ExtensionManifestPropertiesService - ExtensionUntrustedWorkspaceSupportType test extension workspace trust request when workspace trust is disabled', 'ExtensionManifestPropertiesService - ExtensionKind simple declarative => ui, workspace, web', 'ExtensionManifestPropertiesService - ExtensionKind only browser => web',... | ['ExtensionManifestPropertiesService - ExtensionKind extension cannot opt into web', 'ExtensionManifestPropertiesService - ExtensionKind extension cannot opt into web only'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/extensions/test/common/extensionManifestPropertiesService.test.ts --reporter json --no-sandbox --exit | Refactoring | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.ts->program->class_declaration:ExtensionManifestPropertiesService->method_definition:getConfiguredExtensionKind"] |
microsoft/vscode | 132,628 | microsoft__vscode-132628 | ['132516', '132516'] | f463e76080ad42270645090c8e13d6768dc7cd06 | diff --git a/src/vs/editor/contrib/inlineCompletions/inlineCompletionsModel.ts b/src/vs/editor/contrib/inlineCompletions/inlineCompletionsModel.ts
--- a/src/vs/editor/contrib/inlineCompletions/inlineCompletionsModel.ts
+++ b/src/vs/editor/contrib/inlineCompletions/inlineCompletionsModel.ts
@@ -204,6 +204,10 @@ export c... | diff --git a/src/vs/editor/contrib/inlineCompletions/test/inlineCompletionsProvider.test.ts b/src/vs/editor/contrib/inlineCompletions/test/inlineCompletionsProvider.test.ts
--- a/src/vs/editor/contrib/inlineCompletions/test/inlineCompletionsProvider.test.ts
+++ b/src/vs/editor/contrib/inlineCompletions/test/inlineCompl... | Inline-suggestion appearing at previous cursor location
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sug... | Please let me know soon if we should release this with our Recovery Release tomorrow!
Thanks for your lightning fast fix, @hediet! 🍾 🥳 Releasing this quickly would be awesome - it's a quite distracting glitch!
@johanrosenkilde can you verify that the issue is fixed in todays insider build?
Please let me know soon if... | 2021-09-08 08:18:18+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Inline Completions Calling the provider is debounced', 'Inline Completions inlineCompletionToGhostText Whitespace (indentation)', 'Inline Completions Next/previous', 'Inline Completions Ghost text is shown automatically when configured', 'Inline Completions Forward stability', 'Inline Completions No race conditions',... | ['Inline Completions Do not reuse cache from previous session (#132516)'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/inlineCompletions/test/inlineCompletionsProvider.test.ts src/vs/editor/contrib/inlineCompletions/test/utils.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/contrib/inlineCompletions/inlineCompletionsModel.ts->program->class_declaration:InlineCompletionsSession->method_definition:constructor"] |
microsoft/vscode | 133,363 | microsoft__vscode-133363 | ['133108'] | 84e1513ee1b6ae69dcbe3c897ff9b0e418442e25 | diff --git a/src/vs/editor/contrib/folding/folding.ts b/src/vs/editor/contrib/folding/folding.ts
--- a/src/vs/editor/contrib/folding/folding.ts
+++ b/src/vs/editor/contrib/folding/folding.ts
@@ -1002,8 +1002,8 @@ class GotoPreviousFoldAction extends FoldingAction<void> {
constructor() {
super({
id: 'editor.got... | diff --git a/src/vs/editor/contrib/folding/test/foldingModel.test.ts b/src/vs/editor/contrib/folding/test/foldingModel.test.ts
--- a/src/vs/editor/contrib/folding/test/foldingModel.test.ts
+++ b/src/vs/editor/contrib/folding/test/foldingModel.test.ts
@@ -875,12 +875,19 @@ suite('Folding Model', () => {
assert.stric... | [folding] Confusing behavior of Go to next fold
Issue Type: <b>Bug</b>
1. With a JS file:
```js
class Foo {
// cursor here
b(){
// fold this
}
c() {
}
}
```
Fold `b` and place cursor after the opening `{` of the class
2. Run `go to next fold`
**Bug**
Nothing ha... | I'm trying to document this command but find its behavior difficult to understand and rather unpredictable
This could be wrong, but I think it tries looking for the next fold above the current level. In the case above, that means that `go to next fold` works if you are inside another method:
```js
class Foo {
... | 2021-09-18 03:40:23+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Folding Model getRegionAtLine', 'Folding Model folding decoration', 'Folding Model setCollapseStateLevelsUp', 'Folding Model getRegionsInside', 'Folding Model setCollapseStateUp', 'Folding Model setCollapseStateAtLevel', 'Folding Model setCollapseStateRecursivly', 'Folding Model setCollapseStateLevelsDown', 'Folding ... | ['Folding Model fold jumping'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/folding/test/foldingModel.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 4 | 0 | 4 | false | false | ["src/vs/editor/contrib/folding/foldingModel.ts->program->function_declaration:getNextFoldLine", "src/vs/editor/contrib/folding/folding.ts->program->class_declaration:GotoPreviousFoldAction->method_definition:constructor", "src/vs/editor/contrib/folding/folding.ts->program->class_declaration:GotoNextFoldAction->method_... |
microsoft/vscode | 135,089 | microsoft__vscode-135089 | ['128602', '128602'] | 073a3d974847ded50ddf5ddca3fc502d0c51f1bb | diff --git a/src/vs/editor/common/controller/cursorDeleteOperations.ts b/src/vs/editor/common/controller/cursorDeleteOperations.ts
--- a/src/vs/editor/common/controller/cursorDeleteOperations.ts
+++ b/src/vs/editor/common/controller/cursorDeleteOperations.ts
@@ -212,6 +212,8 @@ export class DeleteOperations {
publi... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -1628,6 +1628,26 @@ suite('Editor Controller - Regression tests', () => {
}... | When cutting multiple lines (ctrl x), the last line will not be erased
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitti... | I can reproduce:

Interestingly the last line made it to the clipboard.
I can reproduce:
, the last line will not be erased'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/controller/cursorDeleteOperations.ts->program->class_declaration:DeleteOperations->method_definition:cut"] |
microsoft/vscode | 135,197 | microsoft__vscode-135197 | ['61070'] | a993ada9300a531c09dfa6a1be772b1abc1492ad | diff --git a/src/vs/editor/common/controller/cursorTypeOperations.ts b/src/vs/editor/common/controller/cursorTypeOperations.ts
--- a/src/vs/editor/common/controller/cursorTypeOperations.ts
+++ b/src/vs/editor/common/controller/cursorTypeOperations.ts
@@ -598,7 +598,7 @@ export class TypeOperations {
}
// Do n... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -4878,6 +4878,18 @@ suite('autoClosingPairs', () => {
model.undo();
}
+... | Backticks not auto-closing for tagged template literals
Issue Type: <b>Bug</b>
When working with tagged template literals in JS and JSX (styled-components is my use case), the backticks used to auto-close when typed, but that recently changed. The big issue though is that if you go into a multi-line literal, and the... | (Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
- [PHP syntax highlighting breaks with backticks (#59545)](https://www.github.com/Microsoft/vscode/issues/59545) <!-- score: 0.498 -->
<!-- potential_duplicates_comment -->
It seems ... | 2021-10-16 01:17:33+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ["Editor Controller - Regression tests Bug #18293:[regression][editor] Can't outdent whitespace line", "Editor Controller - Cursor issue #17011: Shift+home/end now go to the end of the selection start's line, not the selection's end", 'Editor Controller - Cursor move up', 'Undo stops there is a single undo stop for con... | ['autoClosingPairs issue #61070: backtick (`) should auto-close after a word character', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/controller/cursorTypeOperations.ts->program->class_declaration:TypeOperations->method_definition:_getAutoClosingPairClose"] |
microsoft/vscode | 135,698 | microsoft__vscode-135698 | ['135642'] | 8eae60df6d9ef2e7afcbe6c3c08f7403a1e737cf | diff --git a/src/vs/editor/contrib/linesOperations/linesOperations.ts b/src/vs/editor/contrib/linesOperations/linesOperations.ts
--- a/src/vs/editor/contrib/linesOperations/linesOperations.ts
+++ b/src/vs/editor/contrib/linesOperations/linesOperations.ts
@@ -1076,43 +1076,6 @@ export class LowerCaseAction extends Abstr... | diff --git a/src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts b/src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts
--- a/src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts
+++ b/src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts
@@ -748,7 +748,8 @@ suite... | Title Case functionality with apostrophe
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<... | null | 2021-10-23 11:27:26+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Editor Contrib - Line Operations SortLinesAscendingAction should sort multiple selections in ascending order', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Editor Contrib - Line Operations DeleteAllRightAction should be noop on empt... | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'Editor Contrib - Line Operations toggle case'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/linesOperations/test/linesOperations.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 3 | 2 | 5 | false | false | ["src/vs/editor/contrib/linesOperations/linesOperations.ts->program->class_declaration:SnakeCaseAction->method_definition:_modifyText", "src/vs/editor/contrib/linesOperations/linesOperations.ts->program->class_declaration:TitleCaseAction", "src/vs/editor/contrib/linesOperations/linesOperations.ts->program->class_declar... |
microsoft/vscode | 135,805 | microsoft__vscode-135805 | ['26393', '26393'] | 7d8f55ebb1b7ccb084f7e6969b6926519c5c80c3 | diff --git a/src/vs/editor/contrib/multicursor/multicursor.ts b/src/vs/editor/contrib/multicursor/multicursor.ts
--- a/src/vs/editor/contrib/multicursor/multicursor.ts
+++ b/src/vs/editor/contrib/multicursor/multicursor.ts
@@ -70,7 +70,10 @@ export class InsertCursorAbove extends EditorAction {
return;
}
- co... | diff --git a/src/vs/editor/contrib/multicursor/test/multicursor.test.ts b/src/vs/editor/contrib/multicursor/test/multicursor.test.ts
--- a/src/vs/editor/contrib/multicursor/test/multicursor.test.ts
+++ b/src/vs/editor/contrib/multicursor/test/multicursor.test.ts
@@ -16,6 +16,31 @@ import { IStorageService } from 'vs/pl... | Multiple cursors + Word wrap
The current behaviour in VSCode with `"editor.wordWrap": "on" ` is like this:

But I would prefer an option for this
, this can be implemented from an extension.
Is anybody intending to do anything about this, extension or otherwise? @alexandrudima seems to imply that the current behavior is by design, but I believe it is literally useless. Additional cursors positioned in par... | 2021-10-25 20:23:23+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Multicursor selection Find state disassociation enters mode', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Multicursor selection AddSelectionToNextFindMatchAction starting with all collapsed selections on different words', 'Multicur... | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'Multicursor issue #26393: Multiple cursors + Word wrap'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/multicursor/test/multicursor.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/editor/contrib/multicursor/multicursor.ts->program->class_declaration:InsertCursorBelow->method_definition:run", "src/vs/editor/contrib/multicursor/multicursor.ts->program->class_declaration:InsertCursorAbove->method_definition:run"] |
microsoft/vscode | 135,930 | microsoft__vscode-135930 | ['134723'] | 0f7f6e338a4e86306474d4d01bdea9b8fe798017 | diff --git a/src/vs/base/common/fuzzyScorer.ts b/src/vs/base/common/fuzzyScorer.ts
--- a/src/vs/base/common/fuzzyScorer.ts
+++ b/src/vs/base/common/fuzzyScorer.ts
@@ -208,8 +208,11 @@ function computeCharScore(queryCharAtIndex: string, queryLowerCharAtIndex: strin
// }
}
- // Inside word upper case bonus (cam... | diff --git a/src/vs/base/test/common/fuzzyScorer.test.ts b/src/vs/base/test/common/fuzzyScorer.test.ts
--- a/src/vs/base/test/common/fuzzyScorer.test.ts
+++ b/src/vs/base/test/common/fuzzyScorer.test.ts
@@ -403,6 +403,13 @@ suite('Fuzzy Scorer', () => {
}
});
+ test('scoreItem - ensure upper case bonus only appl... | 'search files' popup should favor case-sensitive matches
Issue Type: <b>Bug</b>
I have two files in my project in different locations. `HTTPClient.cpp` and `HttpClient.cpp`.
The 'search in files' popup always shows `HTTPClient` first, event when searching for the latter:
', 'Fuzzy Scorer fuzzyScore2 (multiple queries)', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Fuzzy Scorer compareFilesByScore - avoid match scattering (bug #26649)', 'Fuzzy Scorer compareFilesByScore ... | ['Fuzzy Scorer scoreItem - ensure upper case bonus only applies on non-consecutive matches (bug #134723)'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/common/fuzzyScorer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/common/fuzzyScorer.ts->program->function_declaration:computeCharScore"] |
microsoft/vscode | 136,347 | microsoft__vscode-136347 | ['116939'] | 4bbec283c36a51cf80f9b77c7a81c140a76a363b | diff --git a/src/vs/editor/browser/viewParts/lines/viewLines.css b/src/vs/editor/browser/viewParts/lines/viewLines.css
--- a/src/vs/editor/browser/viewParts/lines/viewLines.css
+++ b/src/vs/editor/browser/viewParts/lines/viewLines.css
@@ -14,6 +14,11 @@
100% { background-color: none }
}*/
+.mtkcontrol {
+ color: r... | diff --git a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
--- a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
+++ b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
@@ -2114,6 +2114,38 @@ suite('viewLineRendere... | Important control characters aren't rendered when "editor.renderControlCharacters" is set, possibly leading users astray
Issue Type: <b>Bug</b>
### Problem
Imagine you're looking at some code in VS Code:
```
function transferBalance(sender_id, recipient_id, amount, currency) { ⋯ }
transferBalance(5678,677... | Duplicate of #58252
There are some extension suggestions in https://github.com/microsoft/vscode/issues/58252#issuecomment-557023217 you can give a try.
> Duplicate of #58252
I don't think this is a duplicate. That issue is about invisible characters, which are different than control characters. For example, a non... | 2021-11-03 11:58:31+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['viewLineRenderer.renderLine 2 createLineParts render whitespace - 2 leading tabs', 'viewLineRenderer.renderLine issue #21476: Does not split large tokens when ligatures are on', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'viewLineR... | ["viewLineRenderer.renderLine 2 issue #116939: Important control characters aren't rendered"] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 5 | 0 | 5 | false | false | ["src/vs/editor/common/viewLayout/viewLineRenderer.ts->program->function_declaration:_renderLine", "src/vs/editor/common/viewLayout/viewLineRenderer.ts->program->function_declaration:isControlCharacter", "src/vs/editor/common/viewLayout/viewLineRenderer.ts->program->function_declaration:resolveRenderLineInput", "src/vs... |
microsoft/vscode | 136,687 | microsoft__vscode-136687 | ['136027'] | ca58cb12bc0ddc525dea35bce886fdf6aa4c8662 | diff --git a/src/vs/base/browser/markdownRenderer.ts b/src/vs/base/browser/markdownRenderer.ts
--- a/src/vs/base/browser/markdownRenderer.ts
+++ b/src/vs/base/browser/markdownRenderer.ts
@@ -71,20 +71,23 @@ export function renderMarkdown(markdown: IMarkdownString, options: MarkdownRende
const _href = function (href... | diff --git a/src/vs/base/test/browser/markdownRenderer.test.ts b/src/vs/base/test/browser/markdownRenderer.test.ts
--- a/src/vs/base/test/browser/markdownRenderer.test.ts
+++ b/src/vs/base/test/browser/markdownRenderer.test.ts
@@ -56,6 +56,11 @@ suite('MarkdownRenderer', () => {
const result: HTMLElement = renderMa... | With `md.supportHtml = true`, an img tag on the markdown document cannot load the URI of a local resource
Version: 1.62.0-insider (Universal)
Commit: f961b92f0faec5c68124ab4d89922d38cf6f513d
Date: 2021-10-28T05:14:00.367Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwi... | @mjbvz Can I pick this up?
Sure, the relevant code where we fix image paths is:
https://github.com/microsoft/vscode/blob/d209aa2b02f6cc99f3c985b23c99eb2346f9dbdb/src/vs/base/browser/markdownRenderer.ts#L112
For the markdown syntax images, if the URI schema is `file:`, that's being changed to `vscode-file:`. For the... | 2021-11-08 17:55:09+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['MarkdownRenderer Images image width from title params', 'MarkdownRenderer supportHtml Should not include scripts even when supportHtml=true', 'MarkdownRenderer Sanitization Should not render images with unknown schemes', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clea... | ['MarkdownRenderer supportHtml Should render html images with file uri as same origin uri', 'MarkdownRenderer ThemeIcons Support On render icon in link', 'MarkdownRenderer ThemeIcons Support On render icon in table', 'MarkdownRenderer Images image with file uri should render as same origin uri'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/browser/markdownRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/browser/markdownRenderer.ts->program->function_declaration:renderMarkdown"] |
microsoft/vscode | 136,869 | microsoft__vscode-136869 | ['136622'] | ed87590a9a0fe14dfcbbce327e9380ea844a5677 | diff --git a/src/vs/editor/common/viewLayout/viewLineRenderer.ts b/src/vs/editor/common/viewLayout/viewLineRenderer.ts
--- a/src/vs/editor/common/viewLayout/viewLineRenderer.ts
+++ b/src/vs/editor/common/viewLayout/viewLineRenderer.ts
@@ -474,6 +474,11 @@ function resolveRenderLineInput(input: RenderLineInput): Resolve... | diff --git a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
--- a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
+++ b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
@@ -1722,6 +1722,46 @@ suite('viewLineRendere... | setDecorations using `contentText` do not render on non ASCII lines
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --><!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduc... | @Sean10 I am having trouble reproducing. Do you have any more information? Here is what I have tried:
* `package.json`:
```json
{
"name": "136622",
"publisher": "alex",
"version": "0.0.1",
"engines": {
"vscode": "^1.22.0"
},
"activationEvents": ["*"],
"main": "main.js"
... | 2021-11-10 14:38:17+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['viewLineRenderer.renderLine 2 createLineParts render whitespace - 2 leading tabs', 'viewLineRenderer.renderLine issue #21476: Does not split large tokens when ligatures are on', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'viewLineR... | ['viewLineRenderer.renderLine 2 issue #136622: Inline decorations are not rendering on non-ASCII lines when renderControlCharacters is on'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/viewLayout/viewLineRenderer.ts->program->function_declaration:resolveRenderLineInput"] |
microsoft/vscode | 136,941 | microsoft__vscode-136941 | ['136540'] | d791072251b50ac55e4f7ad33abf38f769d30f21 | diff --git a/src/vs/editor/common/services/getSemanticTokens.ts b/src/vs/editor/common/services/getSemanticTokens.ts
--- a/src/vs/editor/common/services/getSemanticTokens.ts
+++ b/src/vs/editor/common/services/getSemanticTokens.ts
@@ -27,6 +27,7 @@ export class DocumentSemanticTokensResult {
constructor(
public re... | diff --git a/src/vs/editor/test/common/services/getSemanticTokens.test.ts b/src/vs/editor/test/common/services/getSemanticTokens.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/editor/test/common/services/getSemanticTokens.test.ts
@@ -0,0 +1,44 @@
+/*-------------------------------------------------------------... | Semantic highlighting flickers on 1.62.0 and later
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggesti... | @Veykril I cannot reproduce the flicker on Linux. I believe this is not a problem with semantic tokens, but a problem with the rendering of underlines. To rule out a problem related with underlines, could you please configure the following:
```
"editor.semanticTokenColorCustomizations": {
"rules": {
"... | 2021-11-11 08:45:03+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors should not have unexpected errors'] | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'getSemanticTokens issue #136540: semantic highlighting flickers'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/services/getSemanticTokens.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/editor/common/services/getSemanticTokens.ts->program->class_declaration:DocumentSemanticTokensResult->method_definition:constructor", "src/vs/editor/common/services/getSemanticTokens.ts->program->function_declaration:getDocumentSemanticTokens"] |
microsoft/vscode | 140,936 | microsoft__vscode-140936 | ['139593'] | 41a1de64ed307ef7a0432eacd6349a571cae8b30 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalProtocolLinkProvider.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalProtocolLinkProvider.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalProtocolLinkProvider.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/termi... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalProtocolLinkProvider.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalProtocolLinkProvider.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalProtocolLinkProvider.test.ts
+++ b/src/vs/workbench/contri... | Terminal link validation interferes with codespace connection for very long wrapped lines
Repro:
Echo a really long wrapped line, this whole line will get split up via regex and each word that looks like a path will be validated, requiring a round trip to the remote.
Solution:
We should catch this case and res... | null | 2022-01-18 21:00:50+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Workbench - TerminalProtocolLinkProvider LinkComputer cases', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'Unexpected Errors & Loader Errors assertCleanState - c... | ['Workbench - TerminalProtocolLinkProvider should cap link size'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalProtocolLinkProvider.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 3 | 0 | 3 | false | false | ["src/vs/workbench/contrib/terminal/browser/links/terminalProtocolLinkProvider.ts->program->class_declaration:TerminalProtocolLinkProvider->method_definition:_provideLinks", "src/vs/workbench/contrib/terminal/browser/links/terminalWordLinkProvider.ts->program->class_declaration:TerminalWordLinkProvider->method_definiti... |
microsoft/vscode | 142,119 | microsoft__vscode-142119 | ['141956'] | de478e5ae8b8c3129c1a154712e30199b9cc2892 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkManager.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkManager.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkManager.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkManager.ts
@@ -78,10... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/lin... | Handle directories in search link opener as well
Clicking a `fixtures` link in the terminal when the folder exists in the cwd results in a search:

We do resolve this path and find that `${cwd}/fixtures` ... | to verify, with log level set to debug, make sure that you do not see `Opening link` with `type`:3 which represents a low confidence search link for this case https://github.com/microsoft/vscode/blob/8c20462d2a842a3838a5ba37b2b6557256fbdbf7/src/vs/workbench/contrib/terminal/browser/links/links.ts#L78-L82.
If you `e... | 2022-02-03 21:35:21+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Workbench - TerminalLinkOpeners TerminalSearchLinkOpener macOS/Linux should apply the cwd to the link only when the file exists and cwdDetection is enabled', 'Unexpected Errors & Loader Er... | ['Workbench - TerminalLinkOpeners TerminalSearchLinkOpener Windows should apply the cwd to the link only when the file exists and cwdDetection is enabled'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 4 | 0 | 4 | false | false | ["src/vs/workbench/contrib/terminal/browser/links/terminalLinkManager.ts->program->class_declaration:TerminalLinkManager->method_definition:constructor", "src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts->program->class_declaration:TerminalSearchLinkOpener->method_definition:open", "src/vs/workben... |
microsoft/vscode | 142,509 | microsoft__vscode-142509 | ['142508'] | 6dffb2e35788e0814ef074e35df746d644b3603b | diff --git a/src/vs/platform/opener/common/opener.ts b/src/vs/platform/opener/common/opener.ts
--- a/src/vs/platform/opener/common/opener.ts
+++ b/src/vs/platform/opener/common/opener.ts
@@ -137,16 +137,28 @@ export function matchesSomeScheme(target: URI | string, ...schemes: string[]): b
return schemes.some(scheme =... | diff --git a/src/vs/platform/opener/test/common/opener.test.ts b/src/vs/platform/opener/test/common/opener.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/platform/opener/test/common/opener.test.ts
@@ -0,0 +1,62 @@
+/*---------------------------------------------------------------------------------------------
... | Support DnD for problem markers and search matches
In Problems/Search view, one can DnD a file resource into editor. This request is to support the same functionality for Problem Marker entries and Search match entries.
| null | 2022-02-08 13:00:10+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['selectionFragment get selectionFragment with only startLineNumber', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'selectionFragment get selectionFragment with startLineNumber and startColumn in L format', 'Unexpected Errors & Loader ... | ['selectionFragment get selectionFragment with range and no column number in L format only for end', 'selectionFragment get selectionFragment with range and no column number', 'selectionFragment get selectionFragment with range and no column number in L format', 'selectionFragment get selectionFragment with range and n... | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/opener/test/common/opener.test.ts --reporter json --no-sandbox --exit | Feature | false | false | false | true | 23 | 3 | 26 | false | false | ["src/vs/workbench/contrib/markers/browser/markersTreeViewer.ts->program->class_declaration:ResourceDragAndDrop->method_definition:constructor", "src/vs/workbench/browser/dnd.ts->program->class_declaration:ResourceListDnDHandler->method_definition:onDragOver", "src/vs/workbench/contrib/markers/browser/markersTreeViewer... |
microsoft/vscode | 144,242 | microsoft__vscode-144242 | ['137036'] | 4274ec05b8957468c1987c42026bc2a17e46d921 | diff --git a/src/vs/editor/common/viewLayout/viewLineRenderer.ts b/src/vs/editor/common/viewLayout/viewLineRenderer.ts
--- a/src/vs/editor/common/viewLayout/viewLineRenderer.ts
+++ b/src/vs/editor/common/viewLayout/viewLineRenderer.ts
@@ -31,18 +31,15 @@ export const enum LinePartMetadata {
class LinePart {
_linePar... | diff --git a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
--- a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
+++ b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
@@ -465,8 +465,8 @@ suite('viewLineRenderer.r... | Issue in RTL languages in recent versions

this issue was not exist in previous versions
| @YassineXM Can you please provide the content also in text form?
`<option value="العربية">العربية</option>`
Hi! @alexdima
Can I solve this issue as a good-first-issue?
Is it easy or hard for a first-time contributor?
In vscode editor if we inspect, we have this code:
```
<span dir="ltr">
<span class="mtk1">
... | 2022-03-02 11:02:03+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['viewLineRenderer.renderLine 2 createLineParts render whitespace - 2 leading tabs', 'viewLineRenderer.renderLine issue #21476: Does not split large tokens when ligatures are on', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'viewLineR... | ['viewLineRenderer.renderLine issue #6885: Does not split large tokens in RTL text', 'viewLineRenderer.renderLine issue #137036: Issue in RTL languages in recent versions', 'viewLineRenderer.renderLine issue microsoft/monaco-editor#280: Improved source code rendering for RTL languages'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 8 | 1 | 9 | false | false | ["src/vs/editor/common/viewLayout/viewLineRenderer.ts->program->class_declaration:LinePart", "src/vs/editor/common/viewLayout/viewLineRenderer.ts->program->function_declaration:splitLargeTokens", "src/vs/editor/common/viewLayout/viewLineRenderer.ts->program->function_declaration:_renderLine", "src/vs/editor/common/view... |
microsoft/vscode | 144,782 | microsoft__vscode-144782 | ['144518'] | 24344687a2dacfdc753e870009585d0b008fecb7 | diff --git a/src/vs/workbench/api/common/extHostExtensionActivator.ts b/src/vs/workbench/api/common/extHostExtensionActivator.ts
--- a/src/vs/workbench/api/common/extHostExtensionActivator.ts
+++ b/src/vs/workbench/api/common/extHostExtensionActivator.ts
@@ -10,8 +10,7 @@ import { ExtensionDescriptionRegistry } from 'v... | diff --git a/src/vs/workbench/api/test/common/extHostExtensionActivator.test.ts b/src/vs/workbench/api/test/common/extHostExtensionActivator.test.ts
--- a/src/vs/workbench/api/test/common/extHostExtensionActivator.test.ts
+++ b/src/vs/workbench/api/test/common/extHostExtensionActivator.test.ts
@@ -164,6 +164,31 @@ suit... | Problem with git extension and vscode-icons
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->... | Reproduces with the following extension:
* `package.json`:
```json
{
"publisher": "vscode-icons-team",
"name": "144518",
"version": "0.0.0",
"engines": {
"vscode": "^1.0.0"
},
"activationEvents": ["*"],
"main": "index.js"
}
```
* `index.js`:
```js
exports.activate = f... | 2022-03-09 20:43:36+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:14
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'ExtensionsActivator calls activate only once with sequential activations', 'ExtensionsActivator Supports having resolved extensions', 'ExtensionsActivator Error: activateById with missing ... | ['ExtensionsActivator issue #144518: Problem with git extension and vscode-icons'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/api/test/common/extHostExtensionActivator.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 19 | 2 | 21 | false | false | ["src/vs/workbench/api/common/extHostExtensionActivator.ts->program->class_declaration:ExtensionsActivator->method_definition:_createAndSaveOperation", "src/vs/workbench/api/common/extHostExtensionActivator.ts->program->class_declaration:ExtensionsActivator->method_definition:isActivated", "src/vs/workbench/api/common/... |
microsoft/vscode | 145,178 | microsoft__vscode-145178 | ['144690'] | 5ac5b967cee5639237e1ce746e732cbf6b41b03d | diff --git a/src/vs/editor/common/cursor/cursor.ts b/src/vs/editor/common/cursor/cursor.ts
--- a/src/vs/editor/common/cursor/cursor.ts
+++ b/src/vs/editor/common/cursor/cursor.ts
@@ -35,8 +35,7 @@ export class CursorsController extends Disposable {
private _hasFocus: boolean;
private _isHandling: boolean;
- priva... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -6053,6 +6053,34 @@ suite('autoClosingPairs', () => {
mode.dispose();
});... | Quotes do not overtype when using US Intl PC keyboard layout
Extracted from discussion re #144590 with @lszomoru
* on macOS
* switch to the "US International - PC" keyboard layout
* open a TypeScript file with the content:
```ts
const x =
```
* press <kbd>'</kbd>, <kbd>'</kbd>, <kbd>;</kbd>
* you end up wit... | null | 2022-03-15 23:17:52+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:16
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'TextAreaInput Windows - Chrome - Korean (2)', 'TextAreaInput macOS - Firefox - long press with mouse', 'TextAreaInput macOS - Chrome - Chinese using Pinyin - Traditional', 'TextAreaInput m... | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/textAreaInput.test.ts src/vs/editor/test/browser/controller/cursor.test.ts src/vs/editor/test/browser/controller/imeRecorder.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 13 | 3 | 16 | false | false | ["src/vs/editor/common/cursor/cursorTypeOperations.ts->program->class_declaration:TypeOperations->method_definition:typeWithInterceptors", "src/vs/editor/common/cursor/cursor.ts->program->class_declaration:CursorsController->method_definition:setIsDoingComposition", "src/vs/editor/common/viewModel/viewModelImpl.ts->pro... |
microsoft/vscode | 145,244 | microsoft__vscode-145244 | ['68410'] | 64ab9c6c2819d7662f3baeab7918da6514908e07 | diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsActions.ts b/src/vs/workbench/contrib/extensions/browser/extensionsActions.ts
--- a/src/vs/workbench/contrib/extensions/browser/extensionsActions.ts
+++ b/src/vs/workbench/contrib/extensions/browser/extensionsActions.ts
@@ -749,13 +749,6 @@ export class... | diff --git a/src/vs/workbench/contrib/extensions/test/electron-browser/extension.test.ts b/src/vs/workbench/contrib/extensions/test/electron-browser/extension.test.ts
--- a/src/vs/workbench/contrib/extensions/test/electron-browser/extension.test.ts
+++ b/src/vs/workbench/contrib/extensions/test/electron-browser/extensi... | Ability to update built in extensions
Ability to update built in extensions
| This is a pre-request to enable built-in extension to on-board to [insiders extensions](https://github.com/microsoft/vscode/issues/15756) | 2022-03-16 17:34:08+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:16
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['Extension Test extension is not outdated when local is not pre-release but gallery is pre-release', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Extension Test extension is outdated when local was opted to pre-release but current ve... | ['Extension Test extension is outdated when local is built in and older than gallery'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/extensions/test/electron-browser/extension.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 4 | 0 | 4 | false | false | ["src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts->program->class_declaration:Extension->method_definition:outdated", "src/vs/workbench/contrib/extensions/browser/extensionsActions.ts->program->class_declaration:UpdateAction->method_definition:computeAndUpdateEnablement", "src/vs/workbench/con... |
microsoft/vscode | 145,322 | microsoft__vscode-145322 | ['144693'] | c56ff000d4327d5f674bbdbd269e3045c0ac017c | diff --git a/src/vs/editor/common/commands/surroundSelectionCommand.ts b/src/vs/editor/common/commands/surroundSelectionCommand.ts
--- a/src/vs/editor/common/commands/surroundSelectionCommand.ts
+++ b/src/vs/editor/common/commands/surroundSelectionCommand.ts
@@ -4,6 +4,7 @@
*------------------------------------------... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -6081,6 +6081,29 @@ suite('autoClosingPairs', () => {
mode.dispose();
});... | Typing a quote using US Intl PC keyboard layout always surrounds words
Extracted from discussion re #144590 with @lszomoru
* on macOS
* switch to the "US International - PC" keyboard layout
* open a TS file with the content:
```ts
const hello = 3;
```
* select hello and press <kbd>'</kbd>, <kbd>u</kbd>
* you... | null | 2022-03-17 15:35:34+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:16
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ["Editor Controller - Regression tests Bug #18293:[regression][editor] Can't outdent whitespace line", "Editor Controller - Cursor issue #17011: Shift+home/end now go to the end of the selection start's line, not the selection's end", 'Editor Controller - Cursor move up', 'Undo stops there is a single undo stop for con... | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'autoClosingPairs issue #144693: Typing a quote using US Intl PC keyboard layout always surrounds words'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 15 | 3 | 18 | false | false | ["src/vs/editor/common/cursor/cursor.ts->program->class_declaration:CompositionState->method_definition:deduceOutcome", "src/vs/editor/common/cursor/cursorTypeOperations.ts->program->class_declaration:TypeOperations->method_definition:typeWithInterceptors", "src/vs/editor/common/commands/surroundSelectionCommand.ts->pr... |
microsoft/vscode | 146,076 | microsoft__vscode-146076 | ['144041', '144041'] | 3460a60fb86d524595c33569920198642a19dd64 | diff --git a/src/vs/editor/common/cursor/cursorMoveOperations.ts b/src/vs/editor/common/cursor/cursorMoveOperations.ts
--- a/src/vs/editor/common/cursor/cursorMoveOperations.ts
+++ b/src/vs/editor/common/cursor/cursorMoveOperations.ts
@@ -197,7 +197,7 @@ export class MoveOperations {
}
public static down(config: ... | diff --git a/src/vs/editor/test/browser/controller/cursor.test.ts b/src/vs/editor/test/browser/controller/cursor.test.ts
--- a/src/vs/editor/test/browser/controller/cursor.test.ts
+++ b/src/vs/editor/test/browser/controller/cursor.test.ts
@@ -468,6 +468,120 @@ suite('Editor Controller - Cursor', () => {
});
});
... | up arrow mishandles word wrap
Issue Type: <b>Bug</b>
since the lsat version, when using up arrow to go through a document... if you get to a place where word-wrapforces the cursor to jump to the right (because the cursor is at the left margin & word-wrap is indented)... when the cursor should go to the beginning of t... | by "last version" I meant 1.64... same version that made a mess of snippet matching (#142290)
@af4jm Could you please create a screen recording, or an annotated screenshot with a specific example, I'm not sure I understand where exactly the cursor should be at the beginning in order to reproduce.
hopefully this helps..... | 2022-03-25 17:52:27+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:16
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ["Editor Controller - Regression tests Bug #18293:[regression][editor] Can't outdent whitespace line", "Editor Controller - Cursor issue #17011: Shift+home/end now go to the end of the selection start's line, not the selection's end", 'Editor Controller - Cursor move up', 'Undo stops there is a single undo stop for con... | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'Editor Controller - Cursor issue #144041: Cursor up/down works'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 3 | 0 | 3 | false | false | ["src/vs/editor/common/cursor/cursorMoveOperations.ts->program->class_declaration:MoveOperations->method_definition:up", "src/vs/editor/common/cursor/cursorMoveOperations.ts->program->class_declaration:MoveOperations->method_definition:down", "src/vs/editor/common/modelLineProjectionData.ts->program->class_declaration:... |
microsoft/vscode | 146,179 | microsoft__vscode-146179 | ['145727', '145727'] | caaeed565d5967a00728129f15190f611cff268c | diff --git a/src/vs/editor/contrib/snippet/browser/snippetSession.ts b/src/vs/editor/contrib/snippet/browser/snippetSession.ts
--- a/src/vs/editor/contrib/snippet/browser/snippetSession.ts
+++ b/src/vs/editor/contrib/snippet/browser/snippetSession.ts
@@ -15,6 +15,7 @@ import { EditOperation, ISingleEditOperation } from... | diff --git a/src/vs/editor/contrib/snippet/test/browser/snippetController2.test.ts b/src/vs/editor/contrib/snippet/test/browser/snippetController2.test.ts
--- a/src/vs/editor/contrib/snippet/test/browser/snippetController2.test.ts
+++ b/src/vs/editor/contrib/snippet/test/browser/snippetController2.test.ts
@@ -454,6 +45... | insertSnippet can put snippet selections in wrong positions
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and... | I can reproduce but don't know yet what's happening...
This happens because there is an indent only line. Somehow, it is being cleared when/while the snippet edit is being made. That invalidates the offset we have cached at the start of the snippet session. The four whitespace characters that are being removed are exac... | 2022-03-28 10:24:38+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:16
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config libsecret-1-dev libgbm-dev libgbm1 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
COPY... | ['SnippetController2 creation', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'SnippetController2 insert, nested plain text', 'SnippetController2 “Nested” snippets terminating abruptly in VSCode 1.19.2. #42012', 'SnippetController2 Inco... | ['SnippetController2 issue #145727: insertSnippet can put snippet selections in wrong positions (1 of 2)', 'SnippetController2 issue #145727: insertSnippet can put snippet selections in wrong positions (2 of 2)'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/snippet/test/browser/snippetController2.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 7 | 1 | 8 | false | false | ["src/vs/editor/contrib/snippet/browser/snippetSession.ts->program->class_declaration:OneSnippet", "src/vs/editor/contrib/snippet/browser/snippetSession.ts->program->class_declaration:SnippetSession->method_definition:createEditsAndSnippets", "src/vs/editor/contrib/snippet/browser/snippetSession.ts->program->class_decl... |
microsoft/vscode | 146,304 | microsoft__vscode-146304 | ['146294'] | 4d7715922bbc6ce3b51a44e9c0882b6a927334e0 | diff --git a/src/vs/base/common/glob.ts b/src/vs/base/common/glob.ts
--- a/src/vs/base/common/glob.ts
+++ b/src/vs/base/common/glob.ts
@@ -584,15 +584,40 @@ function parsedExpression(expression: IExpression, options: IGlobOptions): Parse
}
const resultExpression: ParsedStringPattern = function (path: string, ba... | diff --git a/src/vs/base/test/common/glob.test.ts b/src/vs/base/test/common/glob.test.ts
--- a/src/vs/base/test/common/glob.test.ts
+++ b/src/vs/base/test/common/glob.test.ts
@@ -1099,4 +1099,19 @@ suite('Glob', () => {
let p = 'scheme:/**/*.md';
assertGlobMatch(p, URI.file('super/duper/long/some/file.md').with({... | Glob matcher fails to check on `Promise` for expression matching
While reviewing some code in `glob.ts` I noticed potential issues:
https://github.com/microsoft/vscode/blob/ce3f26732fdce460f16a439b9bc80a70983bfbc4/src/vs/base/common/glob.ts#L582-L585
and
https://github.com/microsoft/vscode/blob/ce3f26732fdce46... | @roblourens I think you added the support for `Promise` for the expression matching via https://github.com/microsoft/vscode/commit/188ef21ab32a9eb311c9a3ce4e6dd3c49910220e, do we really still need this? I feel this makes glob matching overly complicated. Checking on usages, I think search component uses it to lazily re... | 2022-03-30 07:51:20+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Glob expression support (single)', 'Glob expression with other falsy value', 'Glob expression/pattern path', 'Glob relative pattern - ignores case on macOS/Windows', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Glob expression with ... | ['Glob expression fails when siblings use promises (https://github.com/microsoft/vscode/issues/146294)'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/common/glob.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/common/glob.ts->program->function_declaration:parsedExpression"] |
microsoft/vscode | 146,526 | microsoft__vscode-146526 | ['146437'] | 7f44f1582e860f4a78f6a4838ad65805624ad8e3 | diff --git a/src/vs/platform/terminal/common/terminalProfiles.ts b/src/vs/platform/terminal/common/terminalProfiles.ts
--- a/src/vs/platform/terminal/common/terminalProfiles.ts
+++ b/src/vs/platform/terminal/common/terminalProfiles.ts
@@ -5,19 +5,24 @@
import { Codicon } from 'vs/base/common/codicons';
import { URI... | diff --git a/src/vs/platform/terminal/test/common/terminalProfiles.test.ts b/src/vs/platform/terminal/test/common/terminalProfiles.test.ts
--- a/src/vs/platform/terminal/test/common/terminalProfiles.test.ts
+++ b/src/vs/platform/terminal/test/common/terminalProfiles.test.ts
@@ -12,8 +12,12 @@ suite('terminalProfiles', ... | Default terminal.integrated.defaultProfile.* value is invalid
Open default settings JSON:

Version: 1.67.0-insider (user setup)
Commit: https://github.com/microsoft/vscode/commit/909602cf04e0fa42528d6926... | windows and linux issue only - works on mac
<img width="481" alt="Screen Shot 2022-03-31 at 11 16 55 AM" src="https://user-images.githubusercontent.com/29464607/161090326-05394648-f7de-4205-95a7-a04e718c4354.png">
but not in the settings editor actually
I think it happens on mac too, was originally reported for .osx... | 2022-04-01 10:03:04+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'Unexpected Errors & Loader Errors should not hav... | ['terminalProfiles createProfileSchemaEnums should show all profile information', 'terminalProfiles createProfileSchemaEnums should return an empty array when there are no profiles', 'terminalProfiles createProfileSchemaEnums should return a single entry when there is one profile', 'terminalProfiles createProfileSchema... | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/terminal/test/common/terminalProfiles.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/platform/terminal/common/terminalProfiles.ts->program->function_declaration:createProfileSchemaEnums"] |
microsoft/vscode | 146,817 | microsoft__vscode-146817 | ['146354'] | 92ef8f73c5c14ec79f12594c68e138e3a5824af5 | diff --git a/src/vs/editor/common/viewLayout/viewLineRenderer.ts b/src/vs/editor/common/viewLayout/viewLineRenderer.ts
--- a/src/vs/editor/common/viewLayout/viewLineRenderer.ts
+++ b/src/vs/editor/common/viewLayout/viewLineRenderer.ts
@@ -959,7 +959,7 @@ function _renderLine(input: ResolvedRenderLineInput, sb: IStringB... | diff --git a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
--- a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
+++ b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
@@ -465,8 +465,8 @@ suite('viewLineRenderer.r... | problem in html right to left around whitespace
in version 1.65 every things is ok. but in version 1.66 codes has been messed up.
version 1.65: OK

version 1.66: bad
 - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/viewLayout/viewLineRenderer.ts->program->function_declaration:_renderLine"] |
microsoft/vscode | 146,962 | microsoft__vscode-146962 | ['144736'] | d215bada5eabe56781024a2c943d53ffb18f16a4 | diff --git a/extensions/shellscript/package.json b/extensions/shellscript/package.json
--- a/extensions/shellscript/package.json
+++ b/extensions/shellscript/package.json
@@ -76,7 +76,13 @@
{
"language": "shellscript",
"scopeName": "source.shell",
- "path": "./syntaxes/shell-unix-bash.tm... | diff --git a/src/vs/editor/test/common/model/bracketPairColorizer/tokenizer.test.ts b/src/vs/editor/test/common/model/bracketPairColorizer/tokenizer.test.ts
--- a/src/vs/editor/test/common/model/bracketPairColorizer/tokenizer.test.ts
+++ b/src/vs/editor/test/common/model/bracketPairColorizer/tokenizer.test.ts
@@ -27,8 ... | Use textmate grammar token kind to exclude unbalanced brackets from being colorized
When a bracket is marked as comment, string or regexp token, it is not considered for bracket pair matching. It would be great to have a `non-bracket` token, so that we can use `<` ... `>` in languages such as TypeScript or rust, where ... | I like the idea of taking advantage of parsing result.
However, I wonder if it's reliable to use TextMate-based tokenization. TextMate grammar has serious limitations, and cannot correctly express many languages, like C++, TypeScript, HTML, and Markdown. For example, we **have to compile** the whole project first to... | 2022-04-06 22:43:41+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'Bracket Pair Colorizer - Tokenizer Basic'] | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/model/bracketPairColorizer/tokenizer.test.ts src/vs/editor/test/common/model/tokensStore.test.ts src/vs/editor/test/common/model/textModelWithTok... | Feature | false | true | false | false | 6 | 0 | 6 | false | false | ["src/vs/editor/common/tokens/contiguousTokensStore.ts->program->function_declaration:getDefaultMetadata", "src/vs/workbench/services/textMate/common/TMGrammarFactory.ts->program->class_declaration:TMGrammarFactory->method_definition:createGrammar", "src/vs/workbench/services/textMate/browser/abstractTextMateService.ts... |
microsoft/vscode | 147,422 | microsoft__vscode-147422 | ['146166', '146166'] | f64927b52f894cdb1c0643f2dcfe8c75b1de03f7 | diff --git a/src/vs/editor/contrib/snippet/browser/snippetParser.ts b/src/vs/editor/contrib/snippet/browser/snippetParser.ts
--- a/src/vs/editor/contrib/snippet/browser/snippetParser.ts
+++ b/src/vs/editor/contrib/snippet/browser/snippetParser.ts
@@ -395,8 +395,7 @@ export class FormatString extends Marker {
return... | diff --git a/src/vs/editor/contrib/snippet/test/browser/snippetParser.test.ts b/src/vs/editor/contrib/snippet/test/browser/snippetParser.test.ts
--- a/src/vs/editor/contrib/snippet/test/browser/snippetParser.test.ts
+++ b/src/vs/editor/contrib/snippet/test/browser/snippetParser.test.ts
@@ -656,8 +656,14 @@ suite('Snipp... | Snippet transform `camelcase` not working well.
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions... | It is supposed to convert `kebab-case` and `snake_case` to `camelCase`.
In your case it's basically matching first letter and converting to lowercase and then matching everything else to use it as is.
You can check examples in https://stackoverflow.com/questions/48104851/snippet-regex-match-arbitrary-number-of-grou... | 2022-04-14 00:25:16+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['SnippetParser Parser, escaped', 'SnippetParser Snippet order for placeholders, #28185', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'SnippetParser parser, parent node', 'SnippetParser Parser, placeholder transforms', 'SnippetParser ... | ['SnippetParser Transform -> FormatString#resolve'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/snippet/test/browser/snippetParser.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/editor/contrib/snippet/browser/snippetParser.ts->program->class_declaration:FormatString->method_definition:_toCamelCase", "src/vs/editor/contrib/snippet/browser/snippetParser.ts->program->class_declaration:FormatString->method_definition:_toPascalCase"] |
microsoft/vscode | 148,563 | microsoft__vscode-148563 | ['145773'] | 7051cd2f106fb1e7ebdf64b8a736dc880ab22bd2 | diff --git a/src/vs/workbench/common/editor/editorGroupModel.ts b/src/vs/workbench/common/editor/editorGroupModel.ts
--- a/src/vs/workbench/common/editor/editorGroupModel.ts
+++ b/src/vs/workbench/common/editor/editorGroupModel.ts
@@ -567,7 +567,7 @@ export class EditorGroupModel extends Disposable {
kind: GroupMod... | diff --git a/src/vs/workbench/test/browser/parts/editor/editorGroupModel.test.ts b/src/vs/workbench/test/browser/parts/editor/editorGroupModel.test.ts
--- a/src/vs/workbench/test/browser/parts/editor/editorGroupModel.test.ts
+++ b/src/vs/workbench/test/browser/parts/editor/editorGroupModel.test.ts
@@ -2232,6 +2232,40 @... | Tab object `isPinned` not correctly updated after pinning tab
Testing #145585
1. Pin a tab
2. `onDidChangeTab` event fires but tab object has `isPinned` set to false, also `isPreview` is set to true
| @lramos15 😞 this would have been a wonderful case for integration test. I think we really need to cover tabs API with an extensive set of tests given it is so easy to test.
Here is a test that fails before your change and succeeds after:
```ts
test('Tabs - verify pinned state', async () => {
const [docA] =... | 2022-05-02 14:08:08+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['EditorGroupModel Single Group, Single Editor - persist', 'EditorGroupModel Multiple Editors - Pinned and Active', 'EditorGroupModel Multiple Editors - real user example', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'EditorGroupModel... | ['EditorGroupModel Sticky/Unsticky Editors sends correct editor index'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/test/browser/parts/editor/editorGroupModel.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 3 | 0 | 3 | false | false | ["src/vs/workbench/common/editor/editorGroupModel.ts->program->class_declaration:EditorGroupModel->method_definition:doUnstick", "src/vs/workbench/common/editor/editorGroupModel.ts->program->class_declaration:EditorGroupModel->method_definition:moveEditor", "src/vs/workbench/common/editor/editorGroupModel.ts->program->... |
microsoft/vscode | 148,635 | microsoft__vscode-148635 | ['145578'] | 322ee9dc4119f48648b1951009db63eedfeb4495 | diff --git a/build/gulpfile.reh.js b/build/gulpfile.reh.js
--- a/build/gulpfile.reh.js
+++ b/build/gulpfile.reh.js
@@ -80,7 +80,8 @@ const serverResources = [
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh',
'out-build/vs/workbench/contrib/terminal/browser/media/shellIntegration-env... | diff --git a/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts b/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
--- a/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
+++ b/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
@@ -89,22 +89,25 @@ suite('platform - ter... | setting of ZDOTDIR when shell integration is enabled
>
- Shell integration doesn't work if `ZDOTDIR` is set in the global `zshenv`.
- Shell integration breaks shell if `~/.zshenv` sets `ZDOTDIR`.
_Originally posted by @romkatv in https://github.com/microsoft/vscode/issues/142004#issuecomment-1073263418_
| null | 2022-05-03 14:44:19+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['platform - terminalEnvironment getShellIntegrationInjection bash should override args should not modify args when shell integration is disabled', 'platform - terminalEnvironment getShellIntegrationInjection pwsh should override args when undefined, []', 'Tests are using suiteSetup and setup correctly assertCleanState... | ['platform - terminalEnvironment getShellIntegrationInjection zsh should override args should incorporate login arg when array', 'platform - terminalEnvironment getShellIntegrationInjection zsh should override args when undefined, []'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/terminal/test/node/terminalEnvironment.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/platform/terminal/node/terminalEnvironment.ts->program->function_declaration:getShellIntegrationInjection", "src/vs/platform/terminal/node/terminalProcess.ts->program->class_declaration:TerminalProcess->method_definition:start"] |
microsoft/vscode | 148,751 | microsoft__vscode-148751 | ['147363'] | c08941b87c2218df5538ae6d3bb48393eca8168b | diff --git a/src/vs/base/browser/markdownRenderer.ts b/src/vs/base/browser/markdownRenderer.ts
--- a/src/vs/base/browser/markdownRenderer.ts
+++ b/src/vs/base/browser/markdownRenderer.ts
@@ -152,7 +152,7 @@ export function renderMarkdown(markdown: IMarkdownString, options: MarkdownRende
.replace(/>/g, '>')
... | diff --git a/src/vs/base/test/browser/markdownRenderer.test.ts b/src/vs/base/test/browser/markdownRenderer.test.ts
--- a/src/vs/base/test/browser/markdownRenderer.test.ts
+++ b/src/vs/base/test/browser/markdownRenderer.test.ts
@@ -148,7 +148,7 @@ suite('MarkdownRenderer', () => {
mds.appendMarkdown(`[$(zap)-link](#... | "Don't show again" action is not clickable / doesn't work
This message right here:
<img width="474" alt="image" src="https://user-images.githubusercontent.com/32465942/163148022-f0455cde-552d-44ad-a512-235a644b24da.png">
When i click on "Don't show again", it doesn't really work: as soon as i navigate to that input... | `git bisect` says this regressed with https://github.com/microsoft/vscode/commit/69d1ad8c65c9fa412fdf9f29abaab1f950be447f. | 2022-05-04 23:29:50+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['MarkdownRenderer Images image width from title params', 'MarkdownRenderer supportHtml Should not include scripts even when supportHtml=true', 'MarkdownRenderer Sanitization Should not render images with unknown schemes', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clea... | ['MarkdownRenderer ThemeIcons Support On render icon in link', 'MarkdownRenderer ThemeIcons Support On render icon in table'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/browser/markdownRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/browser/markdownRenderer.ts->program->function_declaration:renderMarkdown"] |
microsoft/vscode | 148,971 | microsoft__vscode-148971 | ['140733'] | 2dff5deef71fed71f039f8064e4e6deb818b1e3d | diff --git a/src/vs/base/browser/markdownRenderer.ts b/src/vs/base/browser/markdownRenderer.ts
--- a/src/vs/base/browser/markdownRenderer.ts
+++ b/src/vs/base/browser/markdownRenderer.ts
@@ -130,30 +130,17 @@ export function renderMarkdown(markdown: IMarkdownString, options: MarkdownRende
if (href === text) { // raw... | diff --git a/src/vs/base/test/browser/markdownRenderer.test.ts b/src/vs/base/test/browser/markdownRenderer.test.ts
--- a/src/vs/base/test/browser/markdownRenderer.test.ts
+++ b/src/vs/base/test/browser/markdownRenderer.test.ts
@@ -148,7 +148,7 @@ suite('MarkdownRenderer', () => {
mds.appendMarkdown(`[$(zap)-link](#... | Markdown Render VSCode Command Link
Issue Type: <b>Bug</b>
Hello,
Regarding the `MarkdownString`, in Markdown this:
`[Name](link)`
Renders a link. In a VS Code Extension, this is also possible:
`[Run It](command:pkg.command)`
Creating a link to run a command.
One would think creating an actual anch... | can i take this?
I think they'd be happy if you created a PR.
For completeness: `data-href` works:
`<a data-href="command:pkg.command">Run It</a>`
but the cursor does not change to a hand icon like if `href` was populated.
> I think they'd be happy if you created a PR.
>
> For completeness: `data-href` wo... | 2022-05-06 22:49:58+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['MarkdownRenderer Images image width from title params', 'MarkdownRenderer supportHtml Should not include scripts even when supportHtml=true', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'MarkdownRenderer ThemeIcons Support Off rende... | ['MarkdownRenderer ThemeIcons Support On render icon in table', 'MarkdownRenderer ThemeIcons Support On render icon in link', 'MarkdownRenderer Should render command links in trusted strings', 'MarkdownRenderer Should not render command links by default'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/browser/markdownRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/browser/markdownRenderer.ts->program->function_declaration:renderMarkdown"] |
microsoft/vscode | 149,164 | microsoft__vscode-149164 | ['148256'] | ae7d4f417abb6d7b72b52df1f73bce9a8adef9ae | diff --git a/src/vs/editor/common/core/indentation.ts b/src/vs/editor/common/core/indentation.ts
--- a/src/vs/editor/common/core/indentation.ts
+++ b/src/vs/editor/common/core/indentation.ts
@@ -4,12 +4,13 @@
*--------------------------------------------------------------------------------------------*/
import * a... | diff --git a/src/vs/editor/contrib/snippet/test/browser/snippetSession.test.ts b/src/vs/editor/contrib/snippet/test/browser/snippetSession.test.ts
--- a/src/vs/editor/contrib/snippet/test/browser/snippetSession.test.ts
+++ b/src/vs/editor/contrib/snippet/test/browser/snippetSession.test.ts
@@ -63,7 +63,7 @@ suite('Snip... | Pressing Enter creates line with bad indent
Issue Type: <b>Bug</b>
Please look this,

Line 2: `SP` `SP` `Tab` "Text"
Line 3: `Tab` `SP` `SP` .... This is auto indent line.
-------
以下のような行で、`Ente... | I update this issue. But, It is automaticaly closed. Why?
Please look this updated isuue.
@kato033 What are the steps to reproduce? What is happening versus what you would expect to happen?
First line is, (`<SP>` is white space, `<Tab>` is Tab code)
`<SP>` `<SP>` `<Tab>` "Text" + `Enter`-key
Actual input is: (... | 2022-05-10 13:53:32+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Editor Controller issue #3071: Investigate why undo stack gets corrupted', 'Editor Controller issue #36090: JS: editor.autoIndent seems to be broken', "Editor Controller - Cursor issue #17011: Shift+home/end now go to the end of the selection start's line, not the selection's end", 'Editor Controller - Cursor move up... | ['Editor Controller issue #148256: Pressing Enter creates line with bad indent with insertSpaces: true', 'Editor Controller issue #148256: Pressing Enter creates line with bad indent with insertSpaces: false', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed... | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/controller/cursor.test.ts src/vs/editor/test/common/model/textModel.test.ts src/vs/editor/contrib/snippet/test/browser/snippetSession.test.ts -... | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/core/indentation.ts->program->function_declaration:_normalizeIndentationFromWhitespace"] |
microsoft/vscode | 149,307 | microsoft__vscode-149307 | ['149283'] | 93d046904eb3376017e9458105e2511c6122cd35 | diff --git a/src/vs/workbench/contrib/debug/node/terminals.ts b/src/vs/workbench/contrib/debug/node/terminals.ts
--- a/src/vs/workbench/contrib/debug/node/terminals.ts
+++ b/src/vs/workbench/contrib/debug/node/terminals.ts
@@ -121,6 +121,10 @@ export function prepareCommand(shell: string, args: string[], cwd?: string, ... | diff --git a/src/vs/workbench/contrib/debug/test/node/terminals.test.ts b/src/vs/workbench/contrib/debug/test/node/terminals.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/workbench/contrib/debug/test/node/terminals.test.ts
@@ -0,0 +1,76 @@
+/*-------------------------------------------------------------------... | Some terminal launch config args are double-escaped
Run this launch config
```json
{
"type": "node",
"request": "launch",
"name": "Run",
"runtimeVersion": "16.4.0",
"program": "${file}",
"console": "integratedTerminal",
"args": [">", "> hello.txt"]
},
```
This creates a file ... | null | 2022-05-12 00:48:59+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Debug - prepareCommand cmd', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Debug - prepareCommand cmd - do not escape > and <', 'Debug - prepareCommand powershell - do not escape > and <', 'Unexpected Errors & Loader Errors should no... | ['Debug - prepareCommand bash', 'Debug - prepareCommand bash - do not escape > and <'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/debug/test/node/terminals.test.ts --reporter json --no-sandbox --exit | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | ["src/vs/workbench/contrib/debug/node/terminals.ts->program->function_declaration:prepareCommand"] |
microsoft/vscode | 149,380 | microsoft__vscode-149380 | ['149283'] | 5b8bd1c45ca3041a2a947e499d2db21c0a2df20d | diff --git a/src/vs/workbench/contrib/debug/node/terminals.ts b/src/vs/workbench/contrib/debug/node/terminals.ts
--- a/src/vs/workbench/contrib/debug/node/terminals.ts
+++ b/src/vs/workbench/contrib/debug/node/terminals.ts
@@ -120,6 +120,10 @@ export function prepareCommand(shell: string, args: string[], cwd?: string, ... | diff --git a/src/vs/workbench/contrib/debug/test/node/terminals.test.ts b/src/vs/workbench/contrib/debug/test/node/terminals.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/workbench/contrib/debug/test/node/terminals.test.ts
@@ -0,0 +1,76 @@
+/*-------------------------------------------------------------------... | Some terminal launch config args are double-escaped
Run this launch config
```json
{
"type": "node",
"request": "launch",
"name": "Run",
"runtimeVersion": "16.4.0",
"program": "${file}",
"console": "integratedTerminal",
"args": [">", "> hello.txt"]
},
```
This creates a file ... | null | 2022-05-12 17:49:46+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Debug - prepareCommand cmd', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Debug - prepareCommand cmd - do not escape > and <', 'Debug - prepareCommand powershell - do not escape > and <', 'Unexpected Errors & Loader Errors should no... | ['Debug - prepareCommand bash', 'Debug - prepareCommand bash - do not escape > and <'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/debug/test/node/terminals.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/debug/node/terminals.ts->program->function_declaration:prepareCommand"] |
microsoft/vscode | 150,052 | microsoft__vscode-150052 | ['143832'] | 8d15d2f9d00c6487d5afb54d7437dfc98a5647b6 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
@@ -170,7... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/lin... | Terminal cwd seems to be behind a command
At least, that's what it seems like. Testing https://github.com/microsoft/vscode/issues/141502 with Powershell 7
1. Follow the setup for `a` and `b`.
2. Open vscode in folder `a`
3. In the terminal, `cd ../b`
4. In the terminal, _type out_ `echo foo.txt` without hitting e... | Ah this is because the command doesn't get fully registered until it finishes, same root cause as https://github.com/microsoft/vscode/issues/143704
This works but the opened file has a strange breadcrumb:

... | 2022-05-20 19:52:46+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Workbench - TerminalLinkOpeners TerminalSearchLinkOpener macOS/Linux should apply the cwd to the link only when the file exists and cwdDetection is enabled', 'Unexpected Errors & Loader Er... | ['Workbench - TerminalLinkOpeners TerminalSearchLinkOpener Windows should apply the cwd to the link only when the file exists and cwdDetection is enabled'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts->program->class_declaration:TerminalSearchLinkOpener->method_definition:_getExactMatch"] |
microsoft/vscode | 150,349 | microsoft__vscode-150349 | ['106583'] | 9ade6a663662c5e4805038a6e3b3b4ba2f648472 | diff --git a/src/vs/editor/common/viewLayout/viewLineRenderer.ts b/src/vs/editor/common/viewLayout/viewLineRenderer.ts
--- a/src/vs/editor/common/viewLayout/viewLineRenderer.ts
+++ b/src/vs/editor/common/viewLayout/viewLineRenderer.ts
@@ -991,7 +991,9 @@ function _renderLine(input: ResolvedRenderLineInput, sb: IStringB... | diff --git a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
--- a/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
+++ b/src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts
@@ -201,7 +201,7 @@ suite('viewLineRenderer.r... | "l·l" Ligature in "Source Code Pro" incorrectly invoked when render whitespace is enabled
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Als... | This does not reproduce when running with `--disable-features=LayoutNG`
Workaround: ~~configure `"editor.fontLigatures": "'liga' off, 'calt' off"`~~
configure `"editor.fontLigatures": "'ccmp' off"`
OK. I have actually found out quite a number of things while investigating this:
- https://wakamaifondue.com/ can be use... | 2022-05-25 08:07:15+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['viewLineRenderer.renderLine 2 createLineParts render whitespace - 2 leading tabs', 'viewLineRenderer.renderLine 2 issue #18616: Inline decorations ending at the text length are no longer rendered', 'viewLineRenderer.renderLine 2 issue #119416: Delete Control Character (U+007F / ) displayed as space', 'viewLineR... | ['viewLineRenderer.renderLine 2 createLineParts render whitespace - mixed leading spaces and tabs', 'viewLineRenderer.renderLine 2 createLineParts render whitespace skips faux indent', 'viewLineRenderer.renderLine 2 createLineParts render whitespace for all in middle', 'viewLineRenderer.renderLine 2 createLineParts ren... | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/viewLayout/viewLineRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/viewLayout/viewLineRenderer.ts->program->function_declaration:_renderLine"] |
microsoft/vscode | 150,411 | microsoft__vscode-150411 | ['150401'] | 280f1be7ba9a60d32d0a1949b38d212b99870906 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/links.ts b/src/vs/workbench/contrib/terminal/browser/links/links.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/links.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/links.ts
@@ -17,6 +17,12 @@ export interface ITerminalLinkDetector {
*/... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalUriLinkDetector.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalUriLinkDetector.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalUriLinkDetector.test.ts
+++ b/src/vs/workbench/contrib/terminal/test... | Many links on a wrapped line in the terminal causes performance issues

When mousing over the terminal:
 - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalUriLinkDetector.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 4 | 4 | 8 | false | false | ["src/vs/workbench/contrib/terminal/browser/links/terminalLocalLinkDetector.ts->program->class_declaration:TerminalLocalLinkDetector", "src/vs/workbench/contrib/terminal/browser/links/terminalUriLinkDetector.ts->program->class_declaration:TerminalUriLinkDetector", "src/vs/workbench/contrib/terminal/browser/links/termin... |
microsoft/vscode | 150,476 | microsoft__vscode-150476 | ['149502'] | 21a10ca06c7233e45fb0c7fb4121f826f51d9721 | diff --git a/src/vs/base/browser/ui/list/listWidget.ts b/src/vs/base/browser/ui/list/listWidget.ts
--- a/src/vs/base/browser/ui/list/listWidget.ts
+++ b/src/vs/base/browser/ui/list/listWidget.ts
@@ -1597,14 +1597,12 @@ export class List<T> implements ISpliceable<T>, IThemable, IDisposable {
async focusNextPage(browse... | diff --git a/src/vs/base/test/browser/ui/list/listWidget.test.ts b/src/vs/base/test/browser/ui/list/listWidget.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/base/test/browser/ui/list/listWidget.test.ts
@@ -0,0 +1,97 @@
+/*----------------------------------------------------------------------------------------... | Page-down in notebook goes up
- Open https://github.dev/greazer/covid-19-data/blob/master/SampleNbsAndScripts/myanalysis_plotly.ipynb
- Select the top cell and page down a few times
- Focus hits a cell that is longer than the viewport, which is maybe important, then the next page down moves to a higher cell
| https://github.com/microsoft/vscode/blob/3381e7b20b96d27ea8ac4ee6aa1c065d7b47fa29/src/vs/base/browser/ui/list/listWidget.ts#L1599-L1600
When a list item is larger than the viewport, and it's also the only element in the viewport, pressing page down will reveal to the previous element, this is because we did a `lastP... | 2022-05-26 18:03:58+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'Unexpected Errors & Loader Errors should not hav... | ['ListWidget Page up and down', 'ListWidget Page up and down with item taller than viewport #149502'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/browser/ui/list/listWidget.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/base/browser/ui/list/listWidget.ts->program->class_declaration:List->method_definition:focusPreviousPage", "src/vs/base/browser/ui/list/listWidget.ts->program->class_declaration:List->method_definition:focusNextPage"] |
microsoft/vscode | 150,615 | microsoft__vscode-150615 | ['150252'] | 17c4bd39f0fc49886004a2685b8350ab541a1e4d | diff --git a/src/vs/platform/userDataSync/common/abstractSynchronizer.ts b/src/vs/platform/userDataSync/common/abstractSynchronizer.ts
--- a/src/vs/platform/userDataSync/common/abstractSynchronizer.ts
+++ b/src/vs/platform/userDataSync/common/abstractSynchronizer.ts
@@ -14,7 +14,7 @@ import { FormattingOptions } from '... | diff --git a/src/vs/platform/userDataSync/test/common/keybindingsSync.test.ts b/src/vs/platform/userDataSync/test/common/keybindingsSync.test.ts
--- a/src/vs/platform/userDataSync/test/common/keybindingsSync.test.ts
+++ b/src/vs/platform/userDataSync/test/common/keybindingsSync.test.ts
@@ -10,7 +10,7 @@ import { IEnvir... | Improve setting sync experience with more error handing
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd lik... | Yeah
I don't have any **User tasks** (no file `AppData\Roaming\Code\User\tasks.json`). VS Code tries to synchronize them and does it every minute! The servers says "I'm a spammer" and denied everything.
Three weeks later, I find out that the synchronization just disabled...... >:(
When connecting, I was asked only t... | 2022-05-28 19:59:28+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['SettingsSync - Auto when settings file is created after first sync', 'SettingsSync - Auto sync when all settings are machine settings', 'SettingsSync - Auto when settings file does not exist', 'SettingsSync - Auto do not sync machine settings', 'Tests are using suiteSetup and setup correctly assertCleanState - check ... | ['SettingsSync - Auto sync throws invalid content error', 'SettingsSync - Auto sync throws invalid content error - content is an array'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/userDataSync/test/common/settingsSync.test.ts src/vs/platform/userDataSync/test/common/keybindingsSync.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 5 | 0 | 5 | false | false | ["src/vs/platform/userDataSync/common/settingsSync.ts->program->class_declaration:SettingsSynchroniser->method_definition:validateContent", "src/vs/platform/userDataSync/common/abstractSynchronizer.ts->program->method_definition:hasErrors", "src/vs/platform/userDataSync/common/keybindingsSync.ts->program->class_declara... |
microsoft/vscode | 150,933 | microsoft__vscode-150933 | ['150774'] | ec1733f6440fe420e7168636ed2c2b507eef12c7 | diff --git a/src/vs/workbench/contrib/debug/node/terminals.ts b/src/vs/workbench/contrib/debug/node/terminals.ts
--- a/src/vs/workbench/contrib/debug/node/terminals.ts
+++ b/src/vs/workbench/contrib/debug/node/terminals.ts
@@ -161,7 +161,7 @@ export function prepareCommand(shell: string, args: string[], cwd?: string, e... | diff --git a/src/vs/workbench/contrib/debug/test/node/terminals.test.ts b/src/vs/workbench/contrib/debug/test/node/terminals.test.ts
--- a/src/vs/workbench/contrib/debug/test/node/terminals.test.ts
+++ b/src/vs/workbench/contrib/debug/test/node/terminals.test.ts
@@ -11,7 +11,7 @@ suite('Debug - prepareCommand', () => {... | json string as launch argument broke in version 1.67.2
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sugg... | Sorry, I missed escaping `{}` | 2022-06-01 00:15:53+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Debug - prepareCommand cmd', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Debug - prepareCommand bash - do not escape > and <', 'Debug - prepareCommand cmd - do not escape > and <', 'Debug - prepareCommand powershell - do not escape... | ['Debug - prepareCommand bash'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/debug/test/node/terminals.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/debug/node/terminals.ts->program->function_declaration:prepareCommand"] |
microsoft/vscode | 151,122 | microsoft__vscode-151122 | ['150905'] | 70647a2ffd5262e8585d69a19e718f2c16a0b082 | diff --git a/src/vs/editor/common/languages/linkComputer.ts b/src/vs/editor/common/languages/linkComputer.ts
--- a/src/vs/editor/common/languages/linkComputer.ts
+++ b/src/vs/editor/common/languages/linkComputer.ts
@@ -160,7 +160,7 @@ function getClassifier(): CharacterClassifier<CharacterClass> {
_classifier.set(F... | diff --git a/src/vs/editor/test/common/modes/linkComputer.test.ts b/src/vs/editor/test/common/modes/linkComputer.test.ts
--- a/src/vs/editor/test/common/modes/linkComputer.test.ts
+++ b/src/vs/editor/test/common/modes/linkComputer.test.ts
@@ -251,4 +251,11 @@ suite('Editor Modes - Link Computer', () => {
' https... | Colon after bare hyperlink is treated as its part
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestio... | null | 2022-06-02 15:44:47+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Editor Modes - Link Computer issue #121438: Link detection stops at【...】', 'Editor Modes - Link Computer issue #62278: "Ctrl + click to follow link" for IPv6 URLs', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Editor Modes - Link Co... | ['Editor Modes - Link Computer issue #150905: Colon after bare hyperlink is treated as its part'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/modes/linkComputer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/languages/linkComputer.ts->program->function_declaration:getClassifier"] |
microsoft/vscode | 151,236 | microsoft__vscode-151236 | ['150970'] | 3cfcfa942c5dd531d77791c22752d9dbd4e8866a | diff --git a/src/vs/workbench/services/label/common/labelService.ts b/src/vs/workbench/services/label/common/labelService.ts
--- a/src/vs/workbench/services/label/common/labelService.ts
+++ b/src/vs/workbench/services/label/common/labelService.ts
@@ -142,7 +142,7 @@ export class LabelService extends Disposable implemen... | diff --git a/src/vs/workbench/services/label/test/browser/label.test.ts b/src/vs/workbench/services/label/test/browser/label.test.ts
--- a/src/vs/workbench/services/label/test/browser/label.test.ts
+++ b/src/vs/workbench/services/label/test/browser/label.test.ts
@@ -166,7 +166,7 @@ suite('URI Label', () => {
test... | Copy path commands using wrong path separator on macOS
Repro:
1. Open a file in vscode, example terminalProcess.ts
2. Run copy relative path command
3. Paste `src\vs\platform\terminal\node\terminalProcess.ts` 🐛
4. Run copy path of active file command
5. Paste `\Users\daimms\dev\Microsoft\vscode\src\vs\platform... | Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our [issue reporting guidelines](https://aka.ms/vscodeissuereporting). Please take the time to review these and update the issue.
Happy Coding!
Latest insiders, macOS, any workspaces. I use these commands... | 2022-06-03 17:24:09+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['URI Label mulitple authority', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'URI Label custom authority', 'URI Label separator', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are di... | ['multi-root workspace stripPathStartingSeparator', 'multi-root workspace labels with context after path', 'URI Label label caching'] | ['Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing ... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/label/test/browser/label.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/label/common/labelService.ts->program->class_declaration:LabelService->method_definition:constructor"] |
microsoft/vscode | 151,750 | microsoft__vscode-151750 | ['151748'] | bf61f19e3f2bee7f30c2772bb8ea327de665bb4f | diff --git a/src/vs/platform/remote/common/remoteHosts.ts b/src/vs/platform/remote/common/remoteHosts.ts
--- a/src/vs/platform/remote/common/remoteHosts.ts
+++ b/src/vs/platform/remote/common/remoteHosts.ts
@@ -51,10 +51,6 @@ export function parseAuthorityWithOptionalPort(authority: string, defaultPort: n
}
functio... | diff --git a/src/vs/platform/remote/test/common/remoteHosts.test.ts b/src/vs/platform/remote/test/common/remoteHosts.test.ts
--- a/src/vs/platform/remote/test/common/remoteHosts.test.ts
+++ b/src/vs/platform/remote/test/common/remoteHosts.test.ts
@@ -35,4 +35,8 @@ suite('remoteHosts', () => {
assert.deepStrictEqual(... | Error: Remote authorities containing '+' need to be resolved!
This is impacting Codespaces

| null | 2022-06-10 14:46:57+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['remoteHosts parseAuthority hostname', 'remoteHosts parseAuthority ipv6', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'remoteHosts parseAuthority ipv4', 'remoteHo... | ["remoteHosts issue #151748: Error: Remote authorities containing '+' need to be resolved!"] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/remote/test/common/remoteHosts.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/platform/remote/common/remoteHosts.ts->program->function_declaration:parseAuthority"] |
microsoft/vscode | 152,230 | microsoft__vscode-152230 | ['152170'] | 98ad4c15b56ab338f96c4a93250334d3926e5c06 | diff --git a/src/vs/base/browser/markdownRenderer.ts b/src/vs/base/browser/markdownRenderer.ts
--- a/src/vs/base/browser/markdownRenderer.ts
+++ b/src/vs/base/browser/markdownRenderer.ts
@@ -265,7 +265,7 @@ export function renderMarkdown(markdown: IMarkdownString, options: MarkdownRende
|| /^command:(\/\/\/)?_work... | diff --git a/src/vs/base/test/browser/markdownRenderer.test.ts b/src/vs/base/test/browser/markdownRenderer.test.ts
--- a/src/vs/base/test/browser/markdownRenderer.test.ts
+++ b/src/vs/base/test/browser/markdownRenderer.test.ts
@@ -173,6 +173,14 @@ suite('MarkdownRenderer', () => {
</tbody></table>
`);
});
+
+ tes... | MarkdownString: ThemeIcon doesn't render in <a> without href
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-an... | <!-- 6d457af9-96bd-47a8-a0e8-ecf120dfffc1 -->
This feature request is now a candidate for our backlog. The community has 60 days to [upvote](https://github.com/microsoft/vscode/wiki/Issues-Triaging#up-voting-a-feature-request) the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it... | 2022-06-15 17:15:14+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['MarkdownRenderer Images image width from title params', 'MarkdownRenderer supportHtml Should not include scripts even when supportHtml=true', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'MarkdownRenderer supportHtml Should not rende... | ['MarkdownRenderer ThemeIcons Support On render icon in <a> without href (#152170)'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/browser/markdownRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/browser/markdownRenderer.ts->program->function_declaration:renderMarkdown"] |
microsoft/vscode | 152,775 | microsoft__vscode-152775 | ['125109'] | 4473810360dfa266b525f56c583485d41036922f | diff --git a/src/vs/platform/contextkey/browser/contextKeyService.ts b/src/vs/platform/contextkey/browser/contextKeyService.ts
--- a/src/vs/platform/contextkey/browser/contextKeyService.ts
+++ b/src/vs/platform/contextkey/browser/contextKeyService.ts
@@ -22,7 +22,7 @@ const KEYBINDING_CONTEXT_ATTR = 'data-keybinding-co... | diff --git a/src/vs/platform/contextkey/test/browser/contextkey.test.ts b/src/vs/platform/contextkey/test/browser/contextkey.test.ts
--- a/src/vs/platform/contextkey/test/browser/contextkey.test.ts
+++ b/src/vs/platform/contextkey/test/browser/contextkey.test.ts
@@ -3,6 +3,7 @@
* Licensed under the MIT License. See ... | Flicker on the ... menu next to a cell output
Testing #124995 on Windows
Here's what's happening in the following gif:
1. Click on another cell (not the one who's ... I'm about to click.
2. Click on the ... of the output cell.
3. The menu shows for a split second then goes away.
4. Click on the same ...
5. The ... | The mouse click on the `...` should not change the editor focus, like the run button.
I think we have a workaround for this on the cell toolbar, but I didn't think it would be necessary here because none of those actions depend on focus.
Also maybe it should respect `notebook.cellToolbarVisibility`
Still repros for ... | 2022-06-21 18:25:22+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'ContextKeyService updateParent', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clea... | ['ContextKeyService suppress update event from parent when one key is overridden by child', 'ContextKeyService suppress update event from parent when all keys are overridden by child'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/contextkey/test/browser/contextkey.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 4 | 1 | 5 | false | false | ["src/vs/platform/contextkey/browser/contextKeyService.ts->program->class_declaration:Context->method_definition:value", "src/vs/platform/contextkey/browser/contextKeyService.ts->program->class_declaration:Context", "src/vs/platform/contextkey/browser/contextKeyService.ts->program->class_declaration:Context->method_def... |
microsoft/vscode | 152,802 | microsoft__vscode-152802 | ['151933'] | 3997bb78d8007a964633e0680cd1ce95b8df1be9 | diff --git a/src/vs/platform/terminal/node/terminalEnvironment.ts b/src/vs/platform/terminal/node/terminalEnvironment.ts
--- a/src/vs/platform/terminal/node/terminalEnvironment.ts
+++ b/src/vs/platform/terminal/node/terminalEnvironment.ts
@@ -118,6 +118,9 @@ export function getShellIntegrationInjection(
const shell =... | diff --git a/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts b/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
--- a/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
+++ b/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
@@ -33,7 +33,10 @@ suite('platform - term... | Allow running shell integration scripts inside an rc file
Currently shell integration scripts source rc/profile files here for example:
https://github.com/microsoft/vscode/blob/b8b2e9c7f72442617cc43b915d33479fa911247b/src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh#L8-L25
When using a man... | null | 2022-06-21 22:05:20+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['platform - terminalEnvironment getShellIntegrationInjection bash should override args should not modify args when shell integration is disabled', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'platform - terminalEnvironment getShellIn... | ['platform - terminalEnvironment getShellIntegrationInjection pwsh should override args when no logo array - case insensitive', 'platform - terminalEnvironment getShellIntegrationInjection zsh should override args should incorporate login arg when array', 'platform - terminalEnvironment getShellIntegrationInjection bas... | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/terminal/test/node/terminalEnvironment.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/platform/terminal/node/terminalEnvironment.ts->program->function_declaration:getShellIntegrationInjection"] |
microsoft/vscode | 153,121 | microsoft__vscode-153121 | ['152773'] | 1a599e2d1792630bc7c53232404d83214acb88f4 | diff --git a/src/vs/editor/common/viewModel/monospaceLineBreaksComputer.ts b/src/vs/editor/common/viewModel/monospaceLineBreaksComputer.ts
--- a/src/vs/editor/common/viewModel/monospaceLineBreaksComputer.ts
+++ b/src/vs/editor/common/viewModel/monospaceLineBreaksComputer.ts
@@ -411,7 +411,7 @@ function createLineBreaks... | diff --git a/src/vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test.ts b/src/vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test.ts
--- a/src/vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test.ts
+++ b/src/vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test.ts
@@ -1... | Word wrap algorithm behaves differently with bracket followed by comma
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitti... | Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.68.1. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
Updated per the bot's suggestion, issue remains. | 2022-06-24 14:02:10+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Editor ViewModel - MonospaceLineBreaksComputer issue #33366: Word wrap algorithm behaves differently around punctuation', 'Editor ViewModel - MonospaceLineBreaksComputer issue #75494: surrogate pairs', 'Editor ViewModel - MonospaceLineBreaksComputer MonospaceLineBreaksComputer - WrappingIndent.DeepIndent', 'Tests are... | ['Editor ViewModel - MonospaceLineBreaksComputer MonospaceLineBreaksComputer', 'Editor ViewModel - MonospaceLineBreaksComputer issue #152773: Word wrap algorithm behaves differently with bracket followed by comma'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/viewModel/monospaceLineBreaksComputer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/editor/common/viewModel/monospaceLineBreaksComputer.ts->program->function_declaration:createLineBreaks", "src/vs/editor/common/viewModel/monospaceLineBreaksComputer.ts->program->function_declaration:canBreak"] |
microsoft/vscode | 153,287 | microsoft__vscode-153287 | ['153122'] | 0182e175eb9b67163878b6230377c2e2f41b2981 | diff --git a/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts b/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts
--- a/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts
+++ b/src/vs/workbench/services/extensionManage... | diff --git a/src/vs/workbench/services/extensionManagement/test/browser/extensionEnablementService.test.ts b/src/vs/workbench/services/extensionManagement/test/browser/extensionEnablementService.test.ts
--- a/src/vs/workbench/services/extensionManagement/test/browser/extensionEnablementService.test.ts
+++ b/src/vs/work... | Profiles: switching between profiles resets extension state
1. Create a new profile (empty)
2. Switch back to the default
3. :bug: extensions and states are reset
This is really annoying as I have +100 extensions and now have to go in and reset most of what I had. I would say that this is also a blocking bug where... | Ok so reloading the windows actually restored everything back, maybe this is a limitation in the switching of profiles of the initial state? I was just about to disable my extensions again but decided to reload just in case and saw it fixed. Can see a lot of people being confused/frustrated and would rather see a force... | 2022-06-27 10:37:36+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['ExtensionEnablementService Test test canChangeEnablement return true when the remote ui extension is disabled by kind', 'ExtensionEnablementService Test test disable an extension for workspace again should return a falsy promise', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registrie... | ['ExtensionEnablementService Test test adding an extension that was disabled'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/extensionManagement/test/browser/extensionEnablementService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts->program->class_declaration:ExtensionEnablementService->method_definition:_onDidChangeExtensions"] |
microsoft/vscode | 153,761 | microsoft__vscode-153761 | ['153646'] | 39a346c92b988b27aafc9fb243935db5b23b2517 | diff --git a/src/vs/workbench/services/extensions/common/abstractExtensionService.ts b/src/vs/workbench/services/extensions/common/abstractExtensionService.ts
--- a/src/vs/workbench/services/extensions/common/abstractExtensionService.ts
+++ b/src/vs/workbench/services/extensions/common/abstractExtensionService.ts
@@ -5... | diff --git a/src/vs/workbench/services/extensions/test/common/extensionDescriptionRegistry.test.ts b/src/vs/workbench/services/extensions/test/common/extensionDescriptionRegistry.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/workbench/services/extensions/test/common/extensionDescriptionRegistry.test.ts
@@ -0,... | Profiles don't preserve pre-release state/extension version
Testing #153384
I have 2 profiles that both have the ESLint extension. I downloaded the stable release into both at first. In one profile I changed to using the pre-release version. When I switched profiles the other profile that originally had stable versi... | Versions are preserved between profiles, but this is a bug while running the extension after switching the profile. We are not running the version from the switched profile. Reloading the window fixes it.
I prepared a fix on my side to emit extensions change event - remove extension with a version and add same extensi... | 2022-06-29 22:10:41+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'Unexpected Errors & Loader Errors should not hav... | ['ExtensionDescriptionRegistry allow removing and adding the same extension at a different version'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/extensions/test/common/extensionDescriptionRegistry.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 8 | 1 | 9 | false | false | ["src/vs/workbench/services/extensions/common/abstractExtensionService.ts->program->method_definition:_deltaExtensions", "src/vs/workbench/services/extensions/common/extensionDescriptionRegistry.ts->program->class_declaration:ExtensionDescriptionRegistry", "src/vs/workbench/services/extensions/common/abstractExtensionS... |
microsoft/vscode | 153,820 | microsoft__vscode-153820 | ['153171'] | cf532ac7db71b93c1150e74ae5a206bdbf29e0a7 | diff --git a/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts b/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts
--- a/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts
+++ b/src/vs/workbench/services/extensionManage... | diff --git a/src/vs/workbench/services/extensionManagement/test/browser/extensionEnablementService.test.ts b/src/vs/workbench/services/extensionManagement/test/browser/extensionEnablementService.test.ts
--- a/src/vs/workbench/services/extensionManagement/test/browser/extensionEnablementService.test.ts
+++ b/src/vs/work... | Cannot enable Jupyter extension when connected to remote machine with ssh
Issue Type: <b>Bug</b>
1. Connect to a remote machine with the ssh extension
2. install the jupyter extension on the remote machine (I also have it installed locally)
3. disable the extension, reload the window, then re-enable
Result:
Er... | null | 2022-06-30 13:58:40+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['ExtensionEnablementService Test test canChangeEnablement return true when the remote ui extension is disabled by kind', 'ExtensionEnablementService Test test disable an extension for workspace again should return a falsy promise', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registrie... | ['ExtensionEnablementService Test test enable a remote workspace extension and local ui extension that is a dependency of remote', 'ExtensionEnablementService Test test enable a remote workspace extension also enables its dependency in local'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/extensionManagement/test/browser/extensionEnablementService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 3 | 1 | 4 | false | false | ["src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts->program->class_declaration:ExtensionEnablementService->method_definition:getExtensionsToEnableRecursively", "src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts->program->class_declaration:ExtensionEna... |
microsoft/vscode | 153,857 | microsoft__vscode-153857 | ['151631'] | 88ffbc7a7a81a926c7969ad7428e2ffc54370f42 | diff --git a/src/vs/editor/common/languages/linkComputer.ts b/src/vs/editor/common/languages/linkComputer.ts
--- a/src/vs/editor/common/languages/linkComputer.ts
+++ b/src/vs/editor/common/languages/linkComputer.ts
@@ -258,15 +258,15 @@ export class LinkComputer {
case CharCode.CloseCurlyBrace:
chClass =... | diff --git a/src/vs/editor/test/common/modes/linkComputer.test.ts b/src/vs/editor/test/common/modes/linkComputer.test.ts
--- a/src/vs/editor/test/common/modes/linkComputer.test.ts
+++ b/src/vs/editor/test/common/modes/linkComputer.test.ts
@@ -258,4 +258,11 @@ suite('Editor Modes - Link Computer', () => {
'https://s... | Link parsing stoped where comments include a single quote
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-... | I can verify the reported behavior, but don't know what is correct to do. | 2022-06-30 20:07:37+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Editor Modes - Link Computer issue #86358: URL wrong recognition pattern', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Editor Modes - Link Computer issue #150905: Colon after bare hyperlink is treated as its part', 'Editor Modes - ... | ['Editor Modes - Link Computer issue #151631: Link parsing stoped where comments include a single quote '] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/modes/linkComputer.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/languages/linkComputer.ts->program->class_declaration:LinkComputer->method_definition:computeLinks"] |
microsoft/vscode | 153,957 | microsoft__vscode-153957 | ['140780'] | 71b996eff4cef4405d1d1cc4fe308545dac0b255 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLocalLinkDetector.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLocalLinkDetector.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLocalLinkDetector.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLocalL... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts
+++ b/src/vs/workbench/contrib/termina... | Jump to line+column in terminal links (format `<path> l:c`)
It is possible with VSCode to follow a path printed in the terminal.
When that path also contains the line and column number in the format `<path> l:c` (`l` ≙ line number; `c` ≙ column number),
VSCode currently doesn't interpret it completely and therefore... | Code link:
https://github.com/microsoft/vscode/blob/95a0e2b859aff1f5f3e6300a8d70aa813608da64/src/vs/workbench/contrib/terminal/browser/links/terminalValidatedLocalLinkProvider.ts#L35-L44
I think here we'd want to require the exact (num)(colon)(num) to prevent problems with (link) (number) (text)
nice feature for ... | 2022-07-02 03:15:36+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Workbench - TerminalLocalLinkDetector Windows Link "c:\\foo" Format: {0} [{1}, {2}]', 'Workbench - TerminalLocalLinkDetector Windows Link "c:\\foo/bar\\baz" Format: {0}:line {1}, column {2}', 'Workbench - TerminalLocalLinkDetector macOS/Linux Link: /foo Format: {0} [{1},{2}]', 'Workbench - TerminalLocalLinkDetector m... | ['Workbench - TerminalLocalLinkDetector macOS/Linux Link: /foo/bar+more Format: {0} {1}:{2}', 'Workbench - TerminalLocalLinkDetector Windows Link "c:\\foo" Format: {0} {1}:{2}', 'Workbench - TerminalLocalLinkDetector Windows Link "..\\foo" Format: {0} {1}:{2}', 'Workbench - TerminalLocalLinkDetector Windows Link "~\\fo... | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts --reporter json --no-sandbox --exit | Feature | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 154,174 | microsoft__vscode-154174 | ['154165'] | a72212f1f4950dac3bcb7dbfcf805d96adf3c564 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLocalLinkDetector.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLocalLinkDetector.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLocalLinkDetector.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLocalL... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts
+++ b/src/vs/workbench/contrib/termina... | support gulp hygeine links
1. use some `""` or do something that prompts a gulp hygeine error when you commit
2. have an error like ` /Users/meganrogge/Repos/vscode/src/vs/workbench/contrib/tasks/browser/taskQuickPick.ts: line 111, col 32,` try to open that file at the given line and col
3. it opens the file, but doe... | null | 2022-07-05 14:54:52+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Workbench - TerminalLocalLinkDetector Windows Link "c:\\foo" Format: {0} [{1}, {2}]', 'Workbench - TerminalLocalLinkDetector Windows Link "c:\\foo/bar\\baz" Format: {0}:line {1}, column {2}', 'Workbench - TerminalLocalLinkDetector macOS/Linux Link: /foo Format: {0} [{1},{2}]', 'Workbench - TerminalLocalLinkDetector m... | ['Workbench - TerminalLocalLinkDetector macOS/Linux Link: /foo/bar Format: {0}: line {1}', 'Workbench - TerminalLocalLinkDetector Windows Link "c:\\foo/bar\\baz" Format: {0}: line {1}', 'Workbench - TerminalLocalLinkDetector Windows Link "~/foo" Format: {0}: line {1}, col {2}', 'Workbench - TerminalLocalLinkDetector ma... | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts --reporter json --no-sandbox --exit | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 154,262 | microsoft__vscode-154262 | ['153832'] | 4ba0070de9c89624aa5b6311d9227b98bf83c4d9 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
@@ -218,6... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/lin... | File links without folders when command detection should prefer searching over matching a file in the initial cwd
With file structure on Windows[^1]:
- package.json
- src/
- package.json
When shell integration is disabled, clicking a `package.json` link currently open `./package.json` directly.
The expecta... | null | 2022-07-06 12:51:32+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Workbench - TerminalLinkOpeners TerminalSearchLinkOpener macOS/Linux should apply the cwd to the link only when the file exists and cwdDetection is enabled', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', "Workbench - TerminalLinkOpene... | ["Workbench - TerminalLinkOpeners TerminalSearchLinkOpener should not open single exact match for paths not containing a when command detection isn't available"] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts->program->class_declaration:TerminalSearchLinkOpener->method_definition:_tryOpenExactLink"] |
microsoft/vscode | 155,261 | microsoft__vscode-155261 | ['154582'] | 1cd90cceddf3c413673963ab6f154d2ff294b17c | diff --git a/src/vs/platform/contextkey/common/contextkey.ts b/src/vs/platform/contextkey/common/contextkey.ts
--- a/src/vs/platform/contextkey/common/contextkey.ts
+++ b/src/vs/platform/contextkey/common/contextkey.ts
@@ -53,6 +53,7 @@ export interface IContextKeyExprMapper {
mapSmallerEquals(key: string, value: any... | diff --git a/src/vs/platform/contextkey/test/common/contextkey.test.ts b/src/vs/platform/contextkey/test/common/contextkey.test.ts
--- a/src/vs/platform/contextkey/test/common/contextkey.test.ts
+++ b/src/vs/platform/contextkey/test/common/contextkey.test.ts
@@ -179,6 +179,21 @@ suite('ContextKeyExpr', () => {
asser... | Support "not in" context key expression
We have this `in` keyword: https://code.visualstudio.com/api/references/when-clause-contexts#in-conditional-operator
It seems impossible to do `not in`. I need this for https://github.com/microsoft/vscode-jupyter/issues/10595 (continuation of https://github.com/microsoft/vscod... | null | 2022-07-15 02:27:44+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['ContextKeyExpr evaluate', 'ContextKeyExpr ContextKeyExpr.equals', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'ContextKeyExpr issue #129625: Removes duplicated terms in AND expressions', 'ContextKeyExpr negate', 'ContextKeyExpr Grea... | ['ContextKeyExpr ContextKeyNotInExpr'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/contextkey/test/common/contextkey.test.ts --reporter json --no-sandbox --exit | Feature | false | false | false | true | 13 | 1 | 14 | false | false | ["src/vs/platform/contextkey/common/contextkey.ts->program->class_declaration:ContextKeyNotInExpr", "src/vs/platform/contextkey/common/contextkey.ts->program->class_declaration:ContextKeyNotInExpr->method_definition:cmp", "src/vs/platform/contextkey/common/contextkey.ts->program->method_definition:_deserializeOne", "sr... |
microsoft/vscode | 155,729 | microsoft__vscode-155729 | ['121567'] | d0769c7e7f8cfbf6481c9196a197021a833176fc | diff --git a/src/vs/base/browser/ui/tree/asyncDataTree.ts b/src/vs/base/browser/ui/tree/asyncDataTree.ts
--- a/src/vs/base/browser/ui/tree/asyncDataTree.ts
+++ b/src/vs/base/browser/ui/tree/asyncDataTree.ts
@@ -742,6 +742,16 @@ export class AsyncDataTree<TInput, T, TFilterData = void> implements IDisposable
return ... | diff --git a/src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts b/src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts
--- a/src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts
+++ b/src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts
@@ -8,6 +8,7 @@ import { IIdentityProvider, IListVirtualDelegate } from '... | TreeItem `getChildren` shouldn't be called unless the item is expanded
If you "refresh" an item (with children) by calling `this._onDidChangeTreeData.fire(<item>)` and the item is not expanded, the `getChildren` method still gets called. `getChildren` should not be called until the item is expanded, otherwise potential... | This could result in unexpected behavior. If an extension currently relies on `this._onDidChangeTreeData.fire(<item>)` to always update the children then there would be out-of-date tree items.
@alexr00 How would this result in unexpected behavior? If the tree item has not loaded its children, why should calling refres... | 2022-07-20 12:38:55+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['AsyncDataTree issue #67722 - once resolved, refreshed collapsed nodes should only get children when expanded', 'AsyncDataTree issues #84569, #82629 - rerender', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'AsyncDataTree issue #80098... | ['AsyncDataTree issue #121567'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/browser/ui/tree/asyncDataTree.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/browser/ui/tree/asyncDataTree.ts->program->class_declaration:AsyncDataTree->method_definition:refreshNode"] |
microsoft/vscode | 155,904 | microsoft__vscode-155904 | ['155532'] | f74d2c0f62276e9d90f37a00b732a8b7fffd57d4 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
@@ -23,6 ... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/lin... | can't go to line and column by click terminal link if project path contains space
My project is under `/Users/yutengjing/Library/Application Support/Adobe/CEP/extensions/vscode-fe-helper`:
https://user-images.githubusercontent.com/41773861/179580458-2e804f82-5acc-4e07-b2c3-e1b246deebfa.mov
Reproduce steps:
... | @tjx666 nice I can repro with the space in the name, thanks for following up 👍 | 2022-07-21 22:18:07+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Workbench - TerminalLinkOpeners TerminalSearchLinkOpener macOS/Linux should apply the cwd to the link only when the file exists and cwdDetection is enabled', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', "Workbench - TerminalLinkOpene... | ['Workbench - TerminalLinkOpeners TerminalSearchLinkOpener should extract line and column from links in a workspace containing spaces'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts->program->class_declaration:TerminalLocalFileLinkOpener->method_definition:extractLineColumnInfo", "src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts->program->class_declaration:TerminalLocalFileLinkOpener->method_definition:o... |
microsoft/vscode | 156,733 | microsoft__vscode-156733 | ['156440'] | dbae720630e5996cc4d05c14649480a19b077d78 | diff --git a/src/vs/code/electron-sandbox/issue/issueReporterModel.ts b/src/vs/code/electron-sandbox/issue/issueReporterModel.ts
--- a/src/vs/code/electron-sandbox/issue/issueReporterModel.ts
+++ b/src/vs/code/electron-sandbox/issue/issueReporterModel.ts
@@ -34,6 +34,7 @@ export interface IssueReporterData {
experime... | diff --git a/src/vs/code/test/electron-sandbox/issue/testReporterModel.test.ts b/src/vs/code/test/electron-sandbox/issue/testReporterModel.test.ts
--- a/src/vs/code/test/electron-sandbox/issue/testReporterModel.test.ts
+++ b/src/vs/code/test/electron-sandbox/issue/testReporterModel.test.ts
@@ -34,6 +34,7 @@ undefined
... | Sandbox: Enable on Insiders by default
| null | 2022-07-31 05:09:09+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['IssueReporter sets defaults to include all data', 'IssueReporter should normalize GitHub urls', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'IssueReporter should... | ['IssueReporter should supply mode if applicable', 'IssueReporter serializes remote information when data is provided', 'IssueReporter serializes model skeleton when no data is provided', 'IssueReporter serializes experiment info when data is provided', 'IssueReporter serializes Linux environment information when data ... | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/code/test/electron-sandbox/issue/testReporterModel.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 4 | 0 | 4 | false | false | ["src/vs/platform/windows/electron-main/window.ts->program->class_declaration:CodeWindow->method_definition:constructor", "src/vs/workbench/electron-sandbox/parts/dialogs/dialogHandler.ts->program->class_declaration:NativeDialogHandler->method_definition:about", "src/vs/code/electron-sandbox/issue/issueReporterModel.ts... |
microsoft/vscode | 157,313 | microsoft__vscode-157313 | ['155844'] | 60c53f18dd03d9ff1ad9a1fbf86885ab7df0004a | diff --git a/src/vs/workbench/services/label/common/labelService.ts b/src/vs/workbench/services/label/common/labelService.ts
--- a/src/vs/workbench/services/label/common/labelService.ts
+++ b/src/vs/workbench/services/label/common/labelService.ts
@@ -143,9 +143,9 @@ export class LabelService extends Disposable implemen... | diff --git a/src/vs/workbench/services/label/test/browser/label.test.ts b/src/vs/workbench/services/label/test/browser/label.test.ts
--- a/src/vs/workbench/services/label/test/browser/label.test.ts
+++ b/src/vs/workbench/services/label/test/browser/label.test.ts
@@ -166,7 +166,7 @@ suite('URI Label', () => {
test... | Remote - WSL workspace path in title bar is using wrong separators
Repro:
- Using `"window.title": "${rootName}${separator}${activeEditorMedium}"`
- Open a Remote - WSL folder

| This would probably not be limited to the title, what about the hover over the tab?
The separators seem to be flipped:

I wonder if https://github.com/microsoft/vscode/commit/28c... | 2022-08-05 19:17:43+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['URI Label mulitple authority', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'URI Label custom authority', 'URI Label separator', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are di... | ['multi-root workspace stripPathStartingSeparator', 'URI Label label caching', 'multi-root workspace labels with context after path'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/label/test/browser/label.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/label/common/labelService.ts->program->class_declaration:LabelService->method_definition:constructor"] |
microsoft/vscode | 157,682 | microsoft__vscode-157682 | ['157634'] | 651361e0aa7e628a99a8f6383797b58c0915c636 | diff --git a/src/vs/editor/contrib/codeAction/browser/codeAction.ts b/src/vs/editor/contrib/codeAction/browser/codeAction.ts
--- a/src/vs/editor/contrib/codeAction/browser/codeAction.ts
+++ b/src/vs/editor/contrib/codeAction/browser/codeAction.ts
@@ -72,7 +72,7 @@ class ManagedCodeActionSet extends Disposable implement... | diff --git a/src/vs/editor/contrib/codeAction/test/browser/codeAction.test.ts b/src/vs/editor/contrib/codeAction/test/browser/codeAction.test.ts
--- a/src/vs/editor/contrib/codeAction/test/browser/codeAction.test.ts
+++ b/src/vs/editor/contrib/codeAction/test/browser/codeAction.test.ts
@@ -119,9 +119,9 @@ suite('CodeAc... | Suggested code action should put update imports first

I feel this is a regression.
| null | 2022-08-09 17:34:23+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['CodeAction getCodeActions should not return source code action by default', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'CodeAction getCodeActions should forward... | ['CodeAction CodeActions are sorted by type, #38623'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/codeAction/test/browser/codeAction.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/contrib/codeAction/browser/codeAction.ts->program->class_declaration:ManagedCodeActionSet->method_definition:codeActionsComparator"] |
microsoft/vscode | 157,947 | microsoft__vscode-157947 | ['157793'] | b731beeef4c4c9c9322981a885bbd5b50ff62e65 | diff --git a/src/vs/base/browser/markdownRenderer.ts b/src/vs/base/browser/markdownRenderer.ts
--- a/src/vs/base/browser/markdownRenderer.ts
+++ b/src/vs/base/browser/markdownRenderer.ts
@@ -143,7 +143,7 @@ export function renderMarkdown(markdown: IMarkdownString, options: MarkdownRende
if (options.codeBlockRenderer)... | diff --git a/src/vs/base/test/browser/markdownRenderer.test.ts b/src/vs/base/test/browser/markdownRenderer.test.ts
--- a/src/vs/base/test/browser/markdownRenderer.test.ts
+++ b/src/vs/base/test/browser/markdownRenderer.test.ts
@@ -68,7 +68,7 @@ suite('MarkdownRenderer', () => {
});
suite('Code block renderer', ()... | Support triple-backtick code blocks with more than just a language identifier in the info string
In the [CommonMark spec](https://spec.commonmark.org/0.28/#fenced-code-blocks:~:text=The%20first%20word%20of%20the%20info%20string) it says:
> The line with the opening code fence may optionally contain some text followi... | @DanTup This already is supported for Markdown highlighting and in markdown previews:

Is this about support in `MarkdownString` too?
@mjbvz I don't know what's being used... | 2022-08-11 19:01:45+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['MarkdownRenderer Images image width from title params', 'MarkdownRenderer supportHtml Should not include scripts even when supportHtml=true', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'MarkdownRenderer supportHtml Should not rende... | ['MarkdownRenderer Code block renderer Code blocks should use leading language id (#157793)'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/browser/markdownRenderer.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/base/browser/markdownRenderer.ts->program->function_declaration:postProcessCodeBlockLanguageId", "src/vs/base/browser/markdownRenderer.ts->program->function_declaration:renderMarkdown"] |
microsoft/vscode | 158,371 | microsoft__vscode-158371 | ['157489'] | 9759525167327f6279d85065e4e3bf9c1fadef41 | diff --git a/src/vs/platform/editor/common/editor.ts b/src/vs/platform/editor/common/editor.ts
--- a/src/vs/platform/editor/common/editor.ts
+++ b/src/vs/platform/editor/common/editor.ts
@@ -166,11 +166,6 @@ export enum EditorResolution {
*/
PICK,
- /**
- * Disables editor resolving.
- */
- DISABLED,
-
/**
... | diff --git a/src/vs/workbench/services/editor/test/browser/editorService.test.ts b/src/vs/workbench/services/editor/test/browser/editorService.test.ts
--- a/src/vs/workbench/services/editor/test/browser/editorService.test.ts
+++ b/src/vs/workbench/services/editor/test/browser/editorService.test.ts
@@ -4,7 +4,7 @@
*--... | Remove `EditorResolution.DISABLED`
Now that the editor resolver is no longer doing any work when passing in an instance of `EditorInput` I think we should remove `EditorResolution.DISABLED`. If the intent of a component is to force open a text editor, it can still use the ID of the default association.
| null | 2022-08-17 13:40:43+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'Unexpected Errors & Loader Errors should not hav... | ['PreferencesService options are preserved when calling openEditor'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/preferences/test/browser/preferencesService.test.ts src/vs/workbench/test/browser/parts/editor/editor.test.ts src/vs/workbench/services/editor/te... | Refactoring | false | true | false | false | 12 | 0 | 12 | false | false | ["src/vs/workbench/api/common/extHostTypeConverters.ts->program->function_declaration:from", "src/vs/workbench/services/workingCopy/common/workingCopyBackupTracker.ts->program->method_definition:restoreBackups", "src/vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough.ts->program->class_declaration... |
microsoft/vscode | 158,493 | microsoft__vscode-158493 | ['158480', '158480'] | 4b8433f5916f9ff0334c490e0ea2af963c3a6bb9 | diff --git a/src/vs/workbench/common/editor/textResourceEditorInput.ts b/src/vs/workbench/common/editor/textResourceEditorInput.ts
--- a/src/vs/workbench/common/editor/textResourceEditorInput.ts
+++ b/src/vs/workbench/common/editor/textResourceEditorInput.ts
@@ -3,7 +3,7 @@
* Licensed under the MIT License. See Lice... | diff --git a/src/vs/workbench/test/browser/parts/editor/editorInput.test.ts b/src/vs/workbench/test/browser/parts/editor/editorInput.test.ts
--- a/src/vs/workbench/test/browser/parts/editor/editorInput.test.ts
+++ b/src/vs/workbench/test/browser/parts/editor/editorInput.test.ts
@@ -4,13 +4,43 @@
*--------------------... | Matches should correctly work with all untyped editor inputs
Right now a lot of the matches functions used a call to `super.matches` which would possibly incorrectly report diff or merge as the active editor when in fact only a normal `FileEditorInput` is active.
https://github.com/microsoft/vscode/pull/158377#dis... | 2022-08-18 14:32:31+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['EditorInput Untyped inputs properly match MergeEditorInput', 'EditorInput Untyped inputs properly match FileEditorInput', 'EditorInput Untyped inputs properly match UntitledTextEditorInput', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running... | ['EditorInput Untpyed inputs properly match TextResourceEditorInput'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/test/browser/parts/editor/editorInput.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 3 | 0 | 3 | false | false | ["src/vs/workbench/contrib/files/browser/editors/fileEditorInput.ts->program->class_declaration:FileEditorInput->method_definition:matches", "src/vs/workbench/services/untitled/common/untitledTextEditorInput.ts->program->class_declaration:UntitledTextEditorInput->method_definition:matches", "src/vs/workbench/common/edi... | |
microsoft/vscode | 158,672 | microsoft__vscode-158672 | ['158667', '158667'] | a8108049ab61b970f2ec1839dfb753054e07395e | diff --git a/src/vs/editor/common/cursor/cursorWordOperations.ts b/src/vs/editor/common/cursor/cursorWordOperations.ts
--- a/src/vs/editor/common/cursor/cursorWordOperations.ts
+++ b/src/vs/editor/common/cursor/cursorWordOperations.ts
@@ -246,6 +246,11 @@ export class WordOperations {
return new Position(lineNumbe... | diff --git a/src/vs/editor/contrib/wordOperations/test/browser/wordTestUtils.ts b/src/vs/editor/contrib/wordOperations/test/browser/wordTestUtils.ts
--- a/src/vs/editor/contrib/wordOperations/test/browser/wordTestUtils.ts
+++ b/src/vs/editor/contrib/wordOperations/test/browser/wordTestUtils.ts
@@ -4,7 +4,7 @@
*------... | `cursorWordPartLeft` doesn't stop at `-` when it is excluded from `editor.wordSeparators`
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/v... | Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.70.2. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
The "proper" solution for this would seem to be to use the same `WordSelectionRangeProvider` f... | 2022-08-20 15:25:01+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['WordPartOperations cursorWordPartLeft - basic', 'WordPartOperations cursorWordPartRight - issue #53899: underscores', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'WordPartOperations issue #93239 - cursorWordPartRight', 'WordPartOper... | ['WordPartOperations issue #158667: deleteWordPartRight stops at "-" even when "-" is not in word separators', 'WordPartOperations issue #158667: deleteWordPartLeft stops at "-" even when "-" is not in word separators', 'WordPartOperations issue #158667: cursorWordPartRight stops at "-" even when "-" is not in word sep... | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/wordPartOperations/test/browser/wordPartOperations.test.ts src/vs/editor/contrib/wordOperations/test/browser/wordTestUtils.ts --reporter json --no-s... | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/editor/common/cursor/cursorWordOperations.ts->program->class_declaration:WordOperations->method_definition:_moveWordPartLeft", "src/vs/editor/common/cursor/cursorWordOperations.ts->program->class_declaration:WordOperations->method_definition:_moveWordPartRight"] |
microsoft/vscode | 159,031 | microsoft__vscode-159031 | ['156874'] | c27c1638ecc4077a49958cd3ffacbe4e24a2a320 | diff --git a/src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts b/src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts
--- a/src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts
+++ b/src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts
@@ -12,6 +12,7 @@ import ... | diff --git a/src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts b/src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts
--- a/src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts
+++ b/src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts
@@ -105,12 +105,1... | Sticky Scroll is slow for large files
* it would be good if rendering the sticky scroll would not iterate over all the ranges
* you can try with https://github.com/microsoft/TypeScript/blob/main/src/compiler/checker.ts
* idea we discussed:
* when creating the ranges, capture the parent index for each one of them
... | null | 2022-08-24 09:36:57+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Sticky Scroll Tests issue #157180: Render the correct line corresponding to the scope definition', 'Sticky Scroll Tests issue #156268 : Do not reveal sticky lines when they are in a folded... | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'Sticky Scroll Tests Testing the function getCandidateStickyLinesIntersecting'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts --reporter json --no-sandbox --exit | Refactoring | false | false | false | true | 3 | 2 | 5 | false | false | ["src/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.ts->program->class_declaration:StickyScrollWidget", "src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts->program->class_declaration:StickyLineCandidateProvider->method_definition:getCandidateStickyLinesIntersectingFromOutline", "src/vs/edit... |
microsoft/vscode | 159,120 | microsoft__vscode-159120 | ['155532'] | 778c818083cb6f1a9573bc2d94d0cbfd6ef627ad | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts
@@ -66,12... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/lin... | can't go to line and column by click terminal link if project path contains space
My project is under `/Users/yutengjing/Library/Application Support/Adobe/CEP/extensions/vscode-fe-helper`:
https://user-images.githubusercontent.com/41773861/179580458-2e804f82-5acc-4e07-b2c3-e1b246deebfa.mov
Reproduce steps:
... | @tjx666 nice I can repro with the space in the name, thanks for following up 👍
I can still repro with Windows.
I looked into this, and it will be tricky because we currently use space as one of the characters which indicates the end of a path.
One idea would be to check if such a link exists (using our original reg... | 2022-08-24 23:51:19+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Workbench - TerminalLinkOpeners TerminalSearchLinkOpener macOS/Linux should apply the cwd to the link only when the file exists and cwdDetection is enabled', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', "Workbench - TerminalLinkOpene... | ['Workbench - TerminalLinkOpeners TerminalSearchLinkOpener Windows should extract line and column from links in a workspace containing spaces'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkOpeners.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminal/browser/links/terminalLinkOpeners.ts->program->class_declaration:TerminalLocalFileLinkOpener->method_definition:extractLineColumnInfo"] |
microsoft/vscode | 159,144 | microsoft__vscode-159144 | ['159138'] | b65e8ba81b7a3b56e59b02da6021c2abead6659f | diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedDetailsRenderer.ts b/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedDetailsRenderer.ts
--- a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedDetailsRenderer.ts
+++ b/src/vs/workbench/contrib/welc... | diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/test/browser/gettingStartedMarkdownRenderer.test.ts b/src/vs/workbench/contrib/welcomeGettingStarted/test/browser/gettingStartedMarkdownRenderer.test.ts
--- a/src/vs/workbench/contrib/welcomeGettingStarted/test/browser/gettingStartedMarkdownRenderer.test.ts
++... | Broken image resources in getting started walktrough
- VS Code Version: From sources
Steps to Reproduce:
I'm serving vscode web resources with a base path that contains `:` and `@` characters which are valid characters in the path but they get percent enconded making the url invalid.
 - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/welcomeGettingStarted/test/browser/gettingStartedMarkdownRenderer.test.ts --reporter json --no-sandbox --exit | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 159,321 | microsoft__vscode-159321 | ['159271'] | ea6cfdd2ef7e70a02df24604e6a0f6d83df6931a | diff --git a/src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts b/src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts
--- a/src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts
+++ b/src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts
@@ -92,7 +92,7 @@ export ... | diff --git a/src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts b/src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts
--- a/src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts
+++ b/src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts
@@ -12,11 +12,13 ... | Sticky scroll doesn't work with C++ 17 nested namespaces
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Su... | null | 2022-08-26 15:40:18+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Sticky Scroll Tests issue #157180: Render the correct line corresponding to the scope definition', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'Sticky Scroll Tes... | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'Sticky Scroll Tests issue #159271 : render the correct widget state when the child scope starts on the same line as the parent scope'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts->program->class_declaration:StickyLineCandidateProvider->method_definition:updateOutlineModel", "src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts->program->class_declaration:StickyOutlineElement->method_definition:fromOutlineModel"] |
microsoft/vscode | 159,554 | microsoft__vscode-159554 | ['121322'] | 0ddb3aef528d970c8371db1fc89775ddcaa61e1b | diff --git a/src/vs/workbench/common/editor/editorInput.ts b/src/vs/workbench/common/editor/editorInput.ts
--- a/src/vs/workbench/common/editor/editorInput.ts
+++ b/src/vs/workbench/common/editor/editorInput.ts
@@ -262,12 +262,9 @@ export abstract class EditorInput extends AbstractEditorInput {
// Untyped inputs: go... | diff --git a/src/vs/workbench/test/browser/parts/editor/editorInput.test.ts b/src/vs/workbench/test/browser/parts/editor/editorInput.test.ts
--- a/src/vs/workbench/test/browser/parts/editor/editorInput.test.ts
+++ b/src/vs/workbench/test/browser/parts/editor/editorInput.test.ts
@@ -10,6 +10,7 @@ import { URI } from 'vs... | Webviews should use onWillMoveEditor
Currently Webviews (and by extension custom editors) require the input to know what group they're being opened in to handle the moving of the webview without a re-render. I recently added `onWillMoveEditor` for notebooks to handle this case. This should be adopted to remove the depe... | @lramos15 I looked into this but it seemed like adopting onWillMoveEditor would actually complicate the webview code (we'd have to move the webview into a pool where it can then be adopted by another editor?)
Does webviews not adopting this block your work in any way?
> Does webviews not adopting this block your wor... | 2022-08-30 12:25:13+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'EditorInput untyped matches', 'EditorInput Untpyed inputs properly match TextResourceEditorInput', 'Unexpected Errors... | ['EditorInput Untyped inputs properly match UntitledTextEditorInput', 'EditorInput Untyped inputs properly match FileEditorInput', 'EditorInput Untyped inputs properly match DiffEditorInput', 'EditorInput Untyped inputs properly match MergeEditorInput'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/test/browser/parts/editor/editorInput.test.ts src/vs/workbench/test/browser/workbenchTestServices.ts --reporter json --no-sandbox --exit | Refactoring | false | true | false | false | 6 | 0 | 6 | false | false | ["src/vs/workbench/common/editor/editorInput.ts->program->method_definition:matches", "src/vs/workbench/services/editor/common/editorGroupFinder.ts->program->function_declaration:isOpened", "src/vs/workbench/services/editor/common/editorGroupFinder.ts->program->function_declaration:isActive", "src/vs/workbench/contrib/... |
microsoft/vscode | 159,670 | microsoft__vscode-159670 | ['157611'] | d00804ec9b15b4a8ee064f601de1aa4a31510e55 | diff --git a/src/vs/platform/terminal/node/terminalEnvironment.ts b/src/vs/platform/terminal/node/terminalEnvironment.ts
--- a/src/vs/platform/terminal/node/terminalEnvironment.ts
+++ b/src/vs/platform/terminal/node/terminalEnvironment.ts
@@ -184,7 +184,7 @@ export function getShellIntegrationInjection(
newArgs = [... | diff --git a/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts b/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
--- a/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
+++ b/src/vs/platform/terminal/test/node/terminalEnvironment.test.ts
@@ -4,6 +4,7 @@
*----------------------... | The terminal cannot be opened when multiple users use remote-ssh
Type: <b>Bug</b>
The terminal cannot be opened when multiple users use remote-ssh
When I used Remote-SSH today, I found that the terminal could not be opened. After checking the log, I found the following error output:
```
[2022-08-09 15:52:42.302] [r... | EDIT: I found the log...
~~It looks like~~ I encountered the same problem. When upgrading to 1.70 the zsh shell only opens for the first remote user...
You can find the error log in `OUTPUT` of `Log (Remote Server)`, as shown below.
<img width="1099" alt="" src="https://user-images.githubusercontent.com/3369516... | 2022-08-31 13:25:03+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['platform - terminalEnvironment getShellIntegrationInjection bash should override args should not modify args when shell integration is disabled', 'platform - terminalEnvironment getShellIntegrationInjection pwsh should override args when undefined, []', 'Tests are using suiteSetup and setup correctly assertCleanState... | ['platform - terminalEnvironment getShellIntegrationInjection zsh should override args should incorporate login arg when array', 'platform - terminalEnvironment getShellIntegrationInjection zsh should override args when undefined, []'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/terminal/test/node/terminalEnvironment.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/platform/terminal/node/terminalEnvironment.ts->program->function_declaration:getShellIntegrationInjection"] |
microsoft/vscode | 160,342 | microsoft__vscode-160342 | ['108885'] | 440e61ffab2ba257f30852940fdce18a48a168ea | diff --git a/src/vs/workbench/contrib/files/browser/views/explorerView.ts b/src/vs/workbench/contrib/files/browser/views/explorerView.ts
--- a/src/vs/workbench/contrib/files/browser/views/explorerView.ts
+++ b/src/vs/workbench/contrib/files/browser/views/explorerView.ts
@@ -108,6 +108,11 @@ export function getContext(f... | diff --git a/src/vs/workbench/contrib/files/test/browser/explorerView.test.ts b/src/vs/workbench/contrib/files/test/browser/explorerView.test.ts
--- a/src/vs/workbench/contrib/files/test/browser/explorerView.test.ts
+++ b/src/vs/workbench/contrib/files/test/browser/explorerView.test.ts
@@ -34,7 +34,7 @@ suite('Files - ... | Unselecting selection among multi-selection and pressing DEL delete latest unselected item
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Al... | (Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
- [Allow un-selecting an item in a contributed tree (#48754)](https://www.github.com/microsoft/vscode/issues/48754) <!-- score: 0.507 -->
<!-- potential_duplicates_comment -->
Yeah t... | 2022-09-07 18:35:50+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['Files - ExplorerView decoration provider', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Files - ExplorerView compressed navigation controller', 'Unexpected Errors & Loader Errors should not have unexpected errors', 'Unexpected Error... | ['Files - ExplorerView getContext'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/files/test/browser/explorerView.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/files/browser/views/explorerView.ts->program->function_declaration:getContext"] |
microsoft/vscode | 160,665 | microsoft__vscode-160665 | ['131507'] | 1a55beb2aaee64eb8d0cbe5b61b10088bbc6c895 | diff --git a/src/vs/workbench/services/search/node/ripgrepTextSearchEngine.ts b/src/vs/workbench/services/search/node/ripgrepTextSearchEngine.ts
--- a/src/vs/workbench/services/search/node/ripgrepTextSearchEngine.ts
+++ b/src/vs/workbench/services/search/node/ripgrepTextSearchEngine.ts
@@ -301,11 +301,15 @@ export clas... | diff --git a/src/vs/workbench/services/search/test/node/ripgrepTextSearchEngineUtils.test.ts b/src/vs/workbench/services/search/test/node/ripgrepTextSearchEngineUtils.test.ts
--- a/src/vs/workbench/services/search/test/node/ripgrepTextSearchEngineUtils.test.ts
+++ b/src/vs/workbench/services/search/test/node/ripgrepTex... | Ctrl+Shift+F with regex show wrong results
Issue Type: <b>Bug</b>
1. Open folder which contains only one file `main.cpp`:
```c++
#include <iostream>
#include <string>
```
2. Close all files and search all files using regex `#include\s*<\w+>`, show the following result which is wrong:
```
#include <iostrea... | https://github.com/BurntSushi/ripgrep/issues/1983#issuecomment-914961371
...So, as an outsider, I don't know if this should be the behavior of ripgrep, but at least I don't think there are that many people who use VSCode who want to match \W, \D, \s, etc. "in multiline mode" to me. I checked the behavior of the search... | 2022-09-11 20:50:15+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['RipgrepTextSearchEngine RipgrepParser multiple results', 'RipgrepTextSearchEngine RipgrepParser multiple submatches without newline in between (#131507)', 'RipgrepTextSearchEngine RipgrepParser single result', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the st... | ['RipgrepTextSearchEngine RipgrepParser multiple submatches with newline in between (#131507)'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/search/test/node/ripgrepTextSearchEngineUtils.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/search/node/ripgrepTextSearchEngine.ts->program->class_declaration:RipgrepParser->method_definition:createTextSearchMatch"] |
microsoft/vscode | 161,597 | microsoft__vscode-161597 | ['161593'] | a6278ba6889f56ac2c39a3397b9568c5b0b71075 | diff --git a/src/vs/workbench/contrib/terminal/browser/terminal.ts b/src/vs/workbench/contrib/terminal/browser/terminal.ts
--- a/src/vs/workbench/contrib/terminal/browser/terminal.ts
+++ b/src/vs/workbench/contrib/terminal/browser/terminal.ts
@@ -921,7 +921,7 @@ export interface ITerminalContextualActionOptions {
com... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/contextualActionAddon.test.ts b/src/vs/workbench/contrib/terminal/test/browser/contextualActionAddon.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/contextualActionAddon.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/contextualActio... | Change terminal quick fix exit code checking to simple fail and success
Windows exit codes normally act differently, I suggest we just check success and fail instead of specific exit codes. Alternatively we could just do this on Windows, it's not worth the effort imo though as it's added complexity (eg. we need to make... | null | 2022-09-23 12:58:38+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['ContextualActionAddon registerCommandFinishedListener & getMatchActions gitCreatePr returns undefined when failure exit status', 'ContextualActionAddon registerCommandFinishedListener & getMatchActions freePort returns undefined when output does not match', 'ContextualActionAddon registerCommandFinishedListener & get... | ['ContextualActionAddon registerCommandFinishedListener & getMatchActions gitPushSetUpstream returns undefined when matching exit status', 'ContextualActionAddon registerCommandFinishedListener & getMatchActions gitSimilarCommand returns undefined when matching exit status'] | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/contextualActionAddon.test.ts --reporter json --no-sandbox --exit | Refactoring | false | true | false | false | 4 | 0 | 4 | false | false | ["src/vs/workbench/contrib/terminal/browser/xterm/contextualActionAddon.ts->program->function_declaration:getMatchActions", "src/vs/workbench/contrib/terminal/browser/terminalBaseContextualActions.ts->program->function_declaration:gitSimilarCommand", "src/vs/workbench/contrib/terminal/browser/terminalBaseContextualActi... |
microsoft/vscode | 161,649 | microsoft__vscode-161649 | ['161628'] | da506e9b8d86a7265d53255ef8a8603d792d74f5 | diff --git a/src/vs/workbench/contrib/terminal/browser/terminalBaseContextualActions.ts b/src/vs/workbench/contrib/terminal/browser/terminalBaseContextualActions.ts
--- a/src/vs/workbench/contrib/terminal/browser/terminalBaseContextualActions.ts
+++ b/src/vs/workbench/contrib/terminal/browser/terminalBaseContextualActi... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/contextualActionAddon.test.ts b/src/vs/workbench/contrib/terminal/test/browser/contextualActionAddon.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/contextualActionAddon.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/contextualActio... | contextual actions don't appear sometimes for `git push`
bug 1:
1. `git checkout -b merogge/test123`
2. `git push`
3. 🐛 no 💡
bug 2:
1. `git push --set-upstream origin merogge/test123`
2. 🐛 no 💡
| null | 2022-09-23 21:48:21+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && rm -rf node_modules && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 16.20.2 && nvm use default
| ['ContextualActionAddon registerCommandFinishedListener & getMatchActions gitCreatePr returns undefined when failure exit status', 'ContextualActionAddon registerCommandFinishedListener & getMatchActions freePort returns undefined when output does not match', 'Tests are using suiteSetup and setup correctly assertCleanS... | ['ContextualActionAddon registerCommandFinishedListener & getMatchActions gitPushSetUpstream returns actions when expected unix exit code', 'ContextualActionAddon registerCommandFinishedListener & getMatchActions gitPushSetUpstream returns actions when matching exit status', 'ContextualActionAddon gitPush - multiple pr... | ['Disk File Service writeFile - locked files and unlocking', 'Disk File Service writeFile (stream) - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile - locked files and unlocking throws error when missing capability', 'Disk File Service writeFile (stream) - locked files and... | . /usr/local/nvm/nvm.sh && nvm use 16.20.2 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/contextualActionAddon.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminal/browser/xterm/contextualActionAddon.ts->program->function_declaration:getMatchActions"] |
Subsets and Splits
Top Repos by Test Count
Lists the top 1000 repositories by the number of entries, providing a basic count of entries per repository.
Unique Repo Selection
Lists unique repository names from the dataset, providing a basic overview of the repositories present.