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 | 161,927 | microsoft__vscode-161927 | ['161904'] | b4d97007ecb02c27b8770cbf3b935bf26b49508f | diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsViews.ts b/src/vs/workbench/contrib/extensions/browser/extensionsViews.ts
--- a/src/vs/workbench/contrib/extensions/browser/extensionsViews.ts
+++ b/src/vs/workbench/contrib/extensions/browser/extensionsViews.ts
@@ -681,7 +681,7 @@ export class Extensio... | diff --git a/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsViews.test.ts b/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsViews.test.ts
--- a/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsViews.test.ts
+++ b/src/vs/workbench/contrib/extensions/test/electr... | "Recently updated" shows recently installed extensions
Testing #161795
This view not only shows recent updates but also recent installs:

| null | 2022-09-27 09:18: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... | ['ExtensionsViews Tests Test local query with sorting order'] | ['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/extensions/test/electron-browser/extensionsViews.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/extensions/browser/extensionsViews.ts->program->class_declaration:ExtensionsListView->method_definition:filterRecentlyUpdatedExtensions"] |
microsoft/vscode | 162,083 | microsoft__vscode-162083 | ['161907'] | c0f5b323b390a9713261efb46da334baabb5e5a6 | diff --git a/src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts b/src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts
--- a/src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts
+++ b/src/vs/platform/terminal/common/capabilities/commandDetectionCapabil... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts b/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
@@ -56,9 +56,9 @@... | Terminal quick fix title should show the command that should be run
Testing #161846
1. `git checkout -b lalala`
2. `git push`
3. Notice quick fix title is "git push lalala". Title should be what will actually be run `git push --set-upstream origin lalala`
Right now the user does not know what will be run, so it... | Not sure if we want to show all of those details - maybe we could on hover of the action?
If you do not want to render all the details then I suggest to render the first n characters and render `...` at the end. That way the user can understand that we only took the beginning
And :+1: for on hover to show the whole ... | 2022-09-27 22:38: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
| ['QuickFixAddon registerCommandFinishedListener & getMatchActions gitCreatePr returns undefined when output does not match', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'QuickFixAddon registerCommandFinishedListener & getMatchActions ... | ['QuickFixAddon registerCommandFinishedListener & getMatchActions gitCreatePr returns actions when expected unix exit code', 'QuickFixAddon gitPush - multiple providers returns actions when expected unix exit code', 'QuickFixAddon registerCommandFinishedListener & getMatchActions gitPushSetUpstream returns actions when... | ['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/quickFixAddon.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 5 | 0 | 5 | false | false | ["src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts->program->function_declaration:getOutputMatchForCommand", "src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts->program->function_declaration:gitPushSetUpstream", "src/vs/workbench/contrib/terminal/browser/terminalQuick... |
microsoft/vscode | 162,399 | microsoft__vscode-162399 | ['157623'] | 3f1bf5fa8deacc08f6195f4b5dda7b323f20362b | diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
--- a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
+++ b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.... | 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 change enablement of workspace disabled extension
<!-- ⚠️⚠️ 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... | /assign @sandy081
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.0. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding! | 2022-09-29 19:42: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
| ['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 an extension in workspace with a dependency extension that has auth providers'] | ['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 | 2 | 0 | 2 | false | false | ["src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts->program->class_declaration:ExtensionEnablementService->method_definition:getExtensionsToEnableRecursively", "src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts->program->class_declaration:ExtensionsWorkbenchSer... |
microsoft/vscode | 162,402 | microsoft__vscode-162402 | ['159263'] | c4c4814a826b0041135140a62cf2850c02109bf6 | 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... | Failed to enable an extension when working in remote development
<!-- ⚠️⚠️ 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-Bug... | @sandy081, could you help triaging this issue? Thanks!
Will investigate | 2022-09-29 20:39:39+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 an extension with a dependency extension that cannot be enabled'] | ['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:getExtensionsToEnableRecursively"] |
microsoft/vscode | 162,850 | microsoft__vscode-162850 | ['162841'] | b1c1b3bd3be77d38f65950b1da3a87cc3fcf08a1 | diff --git a/src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts b/src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts
--- a/src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts
+++ b/src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltin... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts b/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
@@ -112,6 +112,19... | git similar command doesn't re-run the command w args

| null | 2022-10-06 15:20: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
| ['QuickFixAddon registerCommandFinishedListener & getMatchActions gitPushSetUpstream returns actions when matching exit status', 'QuickFixAddon registerCommandFinishedListener & getMatchActions gitCreatePr returns undefined when output does not match', 'Tests are using suiteSetup and setup correctly assertCleanState - ... | ['QuickFixAddon registerCommandFinishedListener & getMatchActions gitSimilarCommand returns match passes any arguments through'] | ['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/quickFixAddon.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts->program->function_declaration:gitSimilarCommand"] |
microsoft/vscode | 162,912 | microsoft__vscode-162912 | ['162502'] | fad3a77833b9249158dfd88477114a06435e46a2 | diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
--- a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
+++ b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.... | diff --git a/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsActions.test.ts b/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsActions.test.ts
--- a/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsActions.test.ts
+++ b/src/vs/workbench/contrib/extensions/test/... | Extension installed in web and remote with kind ['ui','workspace', 'web'] show reload button
- VS Code Version: insiders
Steps to Reproduce:
1. inline a builtin extension like `vscode.bat` in `builtinExtensionsScannerService.ts` and run from sources, you can repro it in gitpod and codespaces too.
Regresion fro... | null | 2022-10-07 06:23: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
| ['ExtensionsActions Test EnableAction when there is no extension', 'ExtensionEnablementService Test test web extension on remote server is enabled in web', 'Experiment Service Insiders only experiment shouldnt be enabled in stable', 'ExtensionEnablementService Test test extension does not support vitrual workspace is n... | ['ReloadAction Test ReloadAction when workspace+ui+web extension is installed in web and local and running in local', 'ReloadAction Test ReloadAction when ui+workspace+web extension is installed in web and remote and running in remote'] | ['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/extensions/test/electron-browser/extensionsActions.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts->program->class_declaration:ExtensionsWorkbenchService->method_definition:getReloadStatus"] |
microsoft/vscode | 162,934 | microsoft__vscode-162934 | ['157751'] | e8ccdd7dbea3f61876788c629da58a575a91fd79 | 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
@@ -162,12 +162,12 @@ export abstract class ContextKeyExpr {
if (serializedOne.indexOf(' not in ... | diff --git a/src/vs/platform/keybinding/test/common/keybindingResolver.test.ts b/src/vs/platform/keybinding/test/common/keybindingResolver.test.ts
--- a/src/vs/platform/keybinding/test/common/keybindingResolver.test.ts
+++ b/src/vs/platform/keybinding/test/common/keybindingResolver.test.ts
@@ -235,6 +235,17 @@ suite('K... | Auto-quoting of context keys prevents removal of keybindings via UI
<!-- ⚠️⚠️ 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-... | null | 2022-10-07 11:48:51+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
| ['KeybindingResolver issue #140884 Unable to reassign F1 as keybinding for Show All Commands', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'KeybindingResolver KeybindingResolver.handleRemovals removal with not matching when', 'Keybind... | ['KeybindingResolver issue #157751: Keyboard Shortcuts: Change When Expression might actually remove keybinding in Insiders'] | ['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/keybinding/test/common/keybindingResolver.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/platform/contextkey/common/contextkey.ts->program->method_definition:_deserializeOne"] |
microsoft/vscode | 162,945 | microsoft__vscode-162945 | ['160604'] | 6d59844e1cb45cc9538032539753f36538cc4dac | diff --git a/src/vs/platform/keybinding/common/keybindingResolver.ts b/src/vs/platform/keybinding/common/keybindingResolver.ts
--- a/src/vs/platform/keybinding/common/keybindingResolver.ts
+++ b/src/vs/platform/keybinding/common/keybindingResolver.ts
@@ -70,7 +70,10 @@ export class KeybindingResolver {
if (keypressC... | diff --git a/src/vs/platform/keybinding/test/common/keybindingResolver.test.ts b/src/vs/platform/keybinding/test/common/keybindingResolver.test.ts
--- a/src/vs/platform/keybinding/test/common/keybindingResolver.test.ts
+++ b/src/vs/platform/keybinding/test/common/keybindingResolver.test.ts
@@ -235,7 +235,7 @@ suite('Ke... | Remove keybindings with when clause does not work
<!-- ⚠️⚠️ 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-10-07 13:39: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
| ['KeybindingResolver issue #140884 Unable to reassign F1 as keybinding for Show All Commands', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'KeybindingResolver KeybindingResolver.handleRemovals removal with not matching when', 'Keybind... | ['KeybindingResolver issue #160604: Remove keybindings with when clause does not work'] | ['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/keybinding/test/common/keybindingResolver.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/platform/keybinding/common/keybindingResolver.ts->program->class_declaration:KeybindingResolver->method_definition:_isTargetedForRemoval"] |
microsoft/vscode | 163,970 | microsoft__vscode-163970 | ['158490'] | 75cdec29a4d0bbd25f088e8588f9f7f3b4c68ff2 | diff --git a/src/vs/editor/browser/editorBrowser.ts b/src/vs/editor/browser/editorBrowser.ts
--- a/src/vs/editor/browser/editorBrowser.ts
+++ b/src/vs/editor/browser/editorBrowser.ts
@@ -132,10 +132,11 @@ export interface IContentWidgetPosition {
*/
position: IPosition | null;
/**
- * Optionally, a range can be... | diff --git a/src/vs/editor/contrib/hover/test/browser/contentHover.test.ts b/src/vs/editor/contrib/hover/test/browser/contentHover.test.ts
--- a/src/vs/editor/contrib/hover/test/browser/contentHover.test.ts
+++ b/src/vs/editor/contrib/hover/test/browser/contentHover.test.ts
@@ -23,7 +23,7 @@ suite('Content Hover', () =... | Code action tool tip rendered too far from mouse, unable to hover

| @jrieken Assigning you as this looks like the normal hover widget | 2022-10-18 21:40: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
| ['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', 'Content Hover issue #95328: Hover placement with word-wrap', 'Content Hover issue #151235: Gitlens hover shows up in the wrong place'] | ['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/hover/test/browser/contentHover.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 24 | 5 | 29 | false | false | ["src/vs/editor/browser/view/renderingContext.ts->program->class_declaration:LineVisibleRanges->method_definition:lastLine", "src/vs/editor/browser/viewParts/contentWidgets/contentWidgets.ts->program->class_declaration:Widget->method_definition:_getAnchorsCoordinates", "src/vs/editor/browser/view.ts->program->class_dec... |
microsoft/vscode | 164,226 | microsoft__vscode-164226 | ['159995'] | 33e94dc8445a44a5af610fdcce7ff5291d6a8863 | diff --git a/src/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts b/src/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts
--- a/src/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts
+++ b/src/vs/editor/common/mo... | diff --git a/src/vs/editor/test/common/model/bracketPairColorizer/getBracketPairsInRange.test.ts b/src/vs/editor/test/common/model/bracketPairColorizer/getBracketPairsInRange.test.ts
--- a/src/vs/editor/test/common/model/bracketPairColorizer/getBracketPairsInRange.test.ts
+++ b/src/vs/editor/test/common/model/bracketPa... | editor.bracketPairColorization.independentColorPoolPerBracketType stopped working after update
<!-- ⚠️⚠️ 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/micros... | This is weird, we didn't change anything there.
It works if you downgrade to the previous version of VS Code?
Yse, I have met the same problem after updating to 1.71.0
Same problem here on 1.71.0 on Windows 10.
Same issue here with both typescript and html templates....
All brackets regardless of nesting are all y... | 2022-10-21 08:47: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
| ['Bracket Pair Colorizer - getBracketPairsInRange Basic 2', 'Bracket Pair Colorizer - getBracketPairsInRange Basic Empty', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Bracket Pair Colorizer - getBracketPairsInRange Basic 1', 'Unexpec... | ['Bracket Pair Colorizer - getBracketPairsInRange getBracketsInRange'] | ['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/model/bracketPairColorizer/getBracketPairsInRange.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts->program->class_declaration:BracketPairsTree->method_definition:getBracketsInRange", "src/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts->program->function_declaration:collectBrackets"] |
microsoft/vscode | 164,229 | microsoft__vscode-164229 | ['162814'] | f68ccb983bcb172f2bcfc36126566742e671614a | diff --git a/src/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts b/src/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts
--- a/src/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts
+++ b/src/vs/editor/common/mo... | diff --git a/src/vs/editor/test/common/model/bracketPairColorizer/getBracketPairsInRange.test.ts b/src/vs/editor/test/common/model/bracketPairColorizer/getBracketPairsInRange.test.ts
--- a/src/vs/editor/test/common/model/bracketPairColorizer/getBracketPairsInRange.test.ts
+++ b/src/vs/editor/test/common/model/bracketPa... | Error bracket highlighting no longer works
```json
{
{ "test": "blah"
}
```
Vscode `1.70.1`:

Vscode `1.71.2`:
 - 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/model/bracketPairColorizer/getBracketPairsInRange.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts->program->function_declaration:collectBrackets"] |
microsoft/vscode | 164,396 | microsoft__vscode-164396 | ['161573'] | f5fdf679b8d22a0dd0dcb6fd8e3bc96bbeb99f75 | diff --git a/src/vs/editor/common/services/modelService.ts b/src/vs/editor/common/services/modelService.ts
--- a/src/vs/editor/common/services/modelService.ts
+++ b/src/vs/editor/common/services/modelService.ts
@@ -770,6 +770,7 @@ export class ModelSemanticColoring extends Disposable {
private _currentDocumentRespons... | diff --git a/src/vs/editor/test/common/services/modelService.test.ts b/src/vs/editor/test/common/services/modelService.test.ts
--- a/src/vs/editor/test/common/services/modelService.test.ts
+++ b/src/vs/editor/test/common/services/modelService.test.ts
@@ -5,7 +5,7 @@
import * as assert from 'assert';
import { CharCo... | onDidChangeSemanticTokens doesn't consistently trigger provideDocumentSemanticTokens
<!-- ⚠️⚠️ 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... | The logic on our side is to [listen to change events coming in from semantic tokens providers](https://github.com/microsoft/vscode/blob/8e1235ee25e3aad3598ab58016c071b5596b826a/src/vs/editor/common/services/modelService.ts#L817) and then we schedule a request for semantic tokens [**if one is not currently running**](ht... | 2022-10-23 19:54: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
| ['ModelService generated4', 'ModelService does replacements', 'ModelService does not maintain undo for same resource and different content', 'ModelService setValue should clear undo stack', 'ModelSemanticColoring DocumentSemanticTokens should be pick the token provider with actual items', 'ModelService _computeEdits no... | ["ModelSemanticColoring issue #161573: onDidChangeSemanticTokens doesn't consistently trigger provideDocumentSemanticTokens"] | ['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/services/modelService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 3 | 1 | 4 | false | false | ["src/vs/editor/common/services/modelService.ts->program->class_declaration:ModelSemanticColoring->method_definition:_setDocumentSemanticTokens", "src/vs/editor/common/services/modelService.ts->program->class_declaration:ModelSemanticColoring->method_definition:_fetchDocumentSemanticTokensNow", "src/vs/editor/common/se... |
microsoft/vscode | 164,431 | microsoft__vscode-164431 | ['156875'] | 1fe501f05b18da263f6100a049d657848e33250d | 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,19 @@ 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
@@ -259,10 +259,18 @@ suite('Editor Modes - Link Computer', () => {
);
});
... | Invalid ctrl+click links
Vscodes ctrl+click links now consumes `"`, causing it to open an invalid url
(unless the link starts right after a `"` )
Notice how the `"` at the end of the first link is underlined
clicking it takes me to `https://github.com/jeff-hykin/better-c-syntax/blob/master/autogenerated/c.tmLanguage... | The links are generated by the textual link detector
What's interesting here is:
If the string is just a link
```
"https://github.com/jeff-hykin/better-c-syntax/blob/master/autogenerated/c.tmLanguage.json"
```
the link does not include the quote.
If it has content after the starting quote, it includes the ... | 2022-10-24 10:38: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
| ['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 #156875: Links include quotes '] | ['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 | 164,719 | microsoft__vscode-164719 | ['162439'] | 55ebe5e93d936567993cc78c1a28325d64e0aae6 | 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
@@ -733,6 +733,16 @@ export abstract class AbstractFi... | diff --git a/src/vs/platform/userDataSync/test/common/tasksSync.test.ts b/src/vs/platform/userDataSync/test/common/tasksSync.test.ts
--- a/src/vs/platform/userDataSync/test/common/tasksSync.test.ts
+++ b/src/vs/platform/userDataSync/test/common/tasksSync.test.ts
@@ -444,6 +444,34 @@ suite('TasksSync', () => {
assert... | User tasks keep syncing every 5min
Noticed this in Insiders. I'm not doing anything special:

All these entries are empty:
<img width="816" alt="image" src="https://user-images.githubusercontent.com/50... | Hmm interesting. I do not see this happening. Can you please let me know if you have `tasks.json` file exists in your user data directory (next to settings file) ?
Can you also please share the settings sync log on your system that syncs tasks like above?
@sandy081 I showed this to you once via screen sharing. The prob... | 2022-10-26 15:36:49+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
| ['TasksSync when tasks file has moved forward locally and remotely - accept local', 'TasksSync when tasks file has moved forward locally and remotely - accept preview', 'TasksSync when tasks file does not exist', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the s... | ['TasksSync when tasks file was removed in one client'] | ['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/userDataSync/test/common/tasksSync.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 5 | 0 | 5 | false | false | ["src/vs/platform/userDataSync/common/tasksSync.ts->program->class_declaration:TasksSynchroniser->method_definition:generateSyncPreview", "src/vs/platform/userDataSync/common/tasksSync.ts->program->class_declaration:TasksSynchroniser->method_definition:toTasksSyncContent", "src/vs/platform/userDataSync/common/tasksSync... |
microsoft/vscode | 165,083 | microsoft__vscode-165083 | ['161743'] | c60980ca7ae9df6b5537992e9fe7ce0a94cfb058 | diff --git a/src/vs/workbench/services/editor/browser/editorResolverService.ts b/src/vs/workbench/services/editor/browser/editorResolverService.ts
--- a/src/vs/workbench/services/editor/browser/editorResolverService.ts
+++ b/src/vs/workbench/services/editor/browser/editorResolverService.ts
@@ -114,7 +114,6 @@ export cl... | 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
@@ -7,7 +7,7 @@ impor... | Renaming a file is not reflected in the editor when renaming twice to same name different case
<!-- ⚠️⚠️ 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/micros... | Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/
>
Ok, now it's changed when i use the insider build:
test.go rename to Test.go is not ok.
Test.go rename to test.go is ok.
It seems that some intersting things work wr... | 2022-10-31 19:11: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
| ['EditorService openEditor() - singleton typed editors reveal instead of split', 'EditorService findEditors (across groups)', 'EditorService saveAll, revertAll (sticky editor)', 'EditorService activeTextEditorControl / activeTextEditorMode', 'EditorService openEditor() - locked groups', 'EditorService openEditor() appl... | ['EditorService openEditors() - untyped, typed', 'EditorService openEditor() - untyped, typed'] | ['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/editor/test/browser/editorService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/editor/browser/editorResolverService.ts->program->class_declaration:EditorResolverService->method_definition:resolveEditor"] |
microsoft/vscode | 165,096 | microsoft__vscode-165096 | ['164630', '164630'] | b97827dacf5a221c3338af284b99e0e0f52eb808 | diff --git a/src/vs/platform/extensionManagement/common/extensionNls.ts b/src/vs/platform/extensionManagement/common/extensionNls.ts
--- a/src/vs/platform/extensionManagement/common/extensionNls.ts
+++ b/src/vs/platform/extensionManagement/common/extensionNls.ts
@@ -9,13 +9,14 @@ import { IExtensionManifest } from 'vs/... | diff --git a/src/vs/platform/extensionManagement/test/common/extensionNls.test.ts b/src/vs/platform/extensionManagement/test/common/extensionNls.test.ts
--- a/src/vs/platform/extensionManagement/test/common/extensionNls.test.ts
+++ b/src/vs/platform/extensionManagement/test/common/extensionNls.test.ts
@@ -107,4 +107,42... | No command localizations load if any command title points to an invalid `package.nls.json` entry
<!-- ⚠️⚠️ 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/micr... | 2022-10-31 21:08:34+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
| ['Localize Manifest replaces template strings', 'Localize Manifest replaces template strings - command title & categories become ILocalizedString', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Localize Manifest replaces template strin... | ['Localize Manifest replaces template strings - is best effort #164630'] | ['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/extensionManagement/test/common/extensionNls.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/platform/extensionManagement/common/extensionNls.ts->program->function_declaration:localizeManifest", "src/vs/platform/extensionManagement/common/extensionNls.ts->program->function_declaration:replaceNLStrings"] | |
microsoft/vscode | 165,180 | microsoft__vscode-165180 | ['165032'] | c51c91e232d9d90a63c95d7b930e111f3612a12e | diff --git a/src/vs/workbench/contrib/debug/browser/debugSession.ts b/src/vs/workbench/contrib/debug/browser/debugSession.ts
--- a/src/vs/workbench/contrib/debug/browser/debugSession.ts
+++ b/src/vs/workbench/contrib/debug/browser/debugSession.ts
@@ -889,7 +889,7 @@ export class DebugSession implements IDebugSession {
... | diff --git a/src/vs/workbench/contrib/debug/test/browser/baseDebugView.test.ts b/src/vs/workbench/contrib/debug/test/browser/baseDebugView.test.ts
--- a/src/vs/workbench/contrib/debug/test/browser/baseDebugView.test.ts
+++ b/src/vs/workbench/contrib/debug/test/browser/baseDebugView.test.ts
@@ -11,7 +11,7 @@ import { Hi... | UI doesn't indicate each thread listed in the call stack as having been "PAUSED ON EXCEPTION" on loading core dump
**Version of VS Code:** 1.67.2
**OS:** Ubuntu 18.04.6 LTS
**Reproducible steps that cause the issue:**
Have Visual Studio Code load a core dump in _lldb_ via _lldb-vscode_ (debug adapter for Visua... | Initial investigation shows that this is from https://github.com/microsoft/vscode/blob/a803dc359aa1ed48c7acf074dd81d6af1525c8c8/src/vs/workbench/contrib/debug/browser/debugSession.ts#L892
I think it essentially clears the previous pause reason when processing the `allThreadsStopped`. I think this could keep the prev... | 2022-11-01 18:02:27+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 - Breakpoints exception breakpoints', 'Debug - Breakpoints decorations', 'Debug - CallStack focusStackFrameThreadAndSession', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Debug - CallStack contexts', 'Debug - Breakpoints two f... | ['Debug - CallStack allThreadsStopped in multiple events'] | ['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/debug/test/browser/breakpoints.test.ts src/vs/workbench/contrib/debug/test/browser/repl.test.ts src/vs/workbench/contrib/debug/test/browser/callSt... | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/debug/browser/debugSession.ts->program->class_declaration:DebugSession->method_definition:rawUpdate"] |
microsoft/vscode | 165,197 | microsoft__vscode-165197 | ['165190'] | d810d86c4cc295ad5b575b6c6528446cf3bf6f23 | diff --git a/src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts b/src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts
--- a/src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts
+++ b/src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts
@@ -120,7 +120,7 @@ class VariableResolver {
}
... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts b/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
@@ -61,7 +61,7 @@... | improve terminal quick fix telemetry
| null | 2022-11-01 20:55:11+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
| ['QuickFixAddon registerCommandFinishedListener & getMatchActions gitCreatePr returns actions when expected unix exit code', 'QuickFixAddon registerCommandFinishedListener & getMatchActions gitCreatePr returns undefined when output does not match', 'Tests are using suiteSetup and setup correctly assertCleanState - chec... | ['QuickFixAddon registerCommandFinishedListener & getMatchActions gitTwoDashes returns undefined when matching exit status', 'QuickFixAddon gitPush - multiple providers returns actions when expected unix exit code', 'QuickFixAddon registerCommandFinishedListener & getMatchActions gitPushSetUpstream returns actions when... | ['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/quickFixAddon.test.ts --reporter json --no-sandbox --exit | Feature | false | false | false | true | 6 | 2 | 8 | false | false | ["src/vs/workbench/contrib/terminal/browser/xterm/quickFixAddon.ts->program->class_declaration:TerminalQuickFixAddon->method_definition:_registerCommandHandlers", "src/vs/workbench/contrib/tasks/browser/terminalTaskSystem.ts->program->class_declaration:VerifiedTask", "src/vs/workbench/contrib/terminal/browser/xterm/qui... |
microsoft/vscode | 165,867 | microsoft__vscode-165867 | ['163081'] | 0aa2255c6249d3901c9cd14f422cd60eaf197213 | diff --git a/src/vs/base/common/linkedText.ts b/src/vs/base/common/linkedText.ts
--- a/src/vs/base/common/linkedText.ts
+++ b/src/vs/base/common/linkedText.ts
@@ -23,7 +23,7 @@ export class LinkedText {
}
}
-const LINK_REGEX = /\[([^\]]+)\]\(((?:https?:\/\/|command:|file:)[^\)\s]+)(?: ("|')([^\3]+)(\3))?\)/gi;
+co... | diff --git a/src/vs/base/test/common/linkedText.test.ts b/src/vs/base/test/common/linkedText.test.ts
--- a/src/vs/base/test/common/linkedText.test.ts
+++ b/src/vs/base/test/common/linkedText.test.ts
@@ -70,4 +70,14 @@ suite('LinkedText', () => {
'...'
]);
});
+
+ test('Should match non-greedily', () => {
+ as... | Notification command links parsing broken when multiple links are present
<!-- ⚠️⚠️ 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/Submi... | This looks like a parsing bug to me when converting markdown to HTML.
Bug actually seems to be in `linkedText` since notifications don't use full markdown:
https://github.com/microsoft/vscode/blob/ce4aed5bf1917a86a6dfe1a71bdf51314bcc9afc/src/vs/workbench/common/notifications.ts#L496
| 2022-11-08 21:31:48+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... | ['LinkedText Should match non-greedily'] | ['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/common/linkedText.test.ts --reporter json --no-sandbox --exit | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 166,318 | microsoft__vscode-166318 | ['82415'] | 45db0a2940c5681dcc717bd973b918751c2b7ad5 | diff --git a/src/vs/workbench/services/search/common/queryBuilder.ts b/src/vs/workbench/services/search/common/queryBuilder.ts
--- a/src/vs/workbench/services/search/common/queryBuilder.ts
+++ b/src/vs/workbench/services/search/common/queryBuilder.ts
@@ -578,6 +578,18 @@ function normalizeGlobPattern(pattern: string): ... | diff --git a/src/vs/workbench/services/search/test/common/queryBuilder.test.ts b/src/vs/workbench/services/search/test/common/queryBuilder.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/workbench/services/search/test/common/queryBuilder.test.ts
@@ -0,0 +1,30 @@
+/*----------------------------------------------... | "files to include" doesn't work with folder names containing glob characters
Issue Type: <b>Bug</b>
1. Create a workspace add the following folder, plus couple of other folders
```
//...
{
"path": "C:\\Users\\...\\folder1",
},
{
"path": "C:\\Users\\...\\folderNamed",
"name":... | Currently this doesn't work for folders with glob characters in their name...
Just to clarify.. if this may help for something to be done.. It is not that "it doesn't work with glob characters".. ..since glob characters have a meaning they just need to be escaped in the search pattern. (see #111677 )
So the bug is in ... | 2022-11-14 21:43: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', 'QueryBuilderCommon resolveResourcesForSearchIncludes passes through paths without special glob characters', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are ... | ['QueryBuilderCommon resolveResourcesForSearchIncludes escapes paths with special characters'] | ['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/common/queryBuilder.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/workbench/services/search/common/queryBuilder.ts->program->function_declaration:resolveResourcesForSearchIncludes", "src/vs/workbench/services/search/common/queryBuilder.ts->program->function_declaration:escapeGlobPattern"] |
microsoft/vscode | 166,372 | microsoft__vscode-166372 | ['162498'] | edccbd1307ef8055f26778c5a86f9eef885bc6ff | 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
@@ -10,7 +10,7 @@ import { isEqualOrParent } from 'vs/base/common/extpath';
import { LRUCache } from 'vs/base/common/map';
import { basename, extname, posix, sep } from 'vs/base/commo... | 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
@@ -1091,6 +1091,22 @@ suite('Glob', () => {
}
});
+ test('relative pattern - trailing slash / backslash (#162498)', function () {
+ if (... | API: `createFileSystemWatcher()` doesn't work when relative path ends with `/`
<!-- ⚠️⚠️ 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/... | It is interesting that this works:
```js
const watcher = vscode.workspace.createFileSystemWatcher(new vscode.RelativePattern(vscode.Uri.file("C:\\Testing"), "test.json"));
```
Note that above `test.json` is in a folder `Testing` at the `C` root level.
This does not work - when the file `test.json` itself is ... | 2022-11-15 15:10: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
| ['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 relative pattern - trailing slash / backslash (#162498)'] | ['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/common/glob.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 1 | 1 | 2 | false | false | ["src/vs/base/common/glob.ts->program->function_declaration:wrapRelativePattern", "src/vscode-dts/vscode.d.ts->program->module->class_declaration:RelativePattern"] |
microsoft/vscode | 166,493 | microsoft__vscode-166493 | ['166488'] | 91c7eaf9733fbff8076278b5fa1c2945d72032f3 | diff --git a/src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts b/src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts
--- a/src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltinActions.ts
+++ b/src/vs/workbench/contrib/terminal/browser/terminalQuickFixBuiltin... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts b/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
@@ -254,7 +254,7 ... | Terminal Run quick fixes are showing a grey lightbulb instead of a run icon

Version: 1.74.0-insider (user setup)
Commit: 39ff7eb93b513976b85b69085414cab11f8ed4cc
Date: 2022-11-16T14:18:57.639Z
Electron: ... | null | 2022-11-16 18:54: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
| ['QuickFixAddon registerCommandFinishedListener & getMatchActions gitPushSetUpstream returns actions when matching exit status', 'QuickFixAddon registerCommandFinishedListener & getMatchActions gitCreatePr returns undefined when output does not match', 'Tests are using suiteSetup and setup correctly assertCleanState - ... | ['QuickFixAddon registerCommandFinishedListener & getMatchActions gitCreatePr returns actions when expected unix exit code'] | ['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/quickFixAddon.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 10 | 1 | 11 | false | false | ["src/vs/workbench/contrib/terminal/browser/widgets/terminalQuickFixMenuItems.ts->program->class_declaration:TerminalQuickFix", "src/vs/workbench/contrib/terminal/browser/widgets/terminalQuickFixMenuItems.ts->program->class_declaration:TerminalQuickFix->method_definition:constructor", "src/vs/workbench/contrib/terminal... |
microsoft/vscode | 166,853 | microsoft__vscode-166853 | ['166611'] | e2c3da79cf0e45637ba5ee61fb9bfd626030908b | diff --git a/src/vs/workbench/services/views/browser/viewDescriptorService.ts b/src/vs/workbench/services/views/browser/viewDescriptorService.ts
--- a/src/vs/workbench/services/views/browser/viewDescriptorService.ts
+++ b/src/vs/workbench/services/views/browser/viewDescriptorService.ts
@@ -54,8 +54,8 @@ export class Vi... | diff --git a/src/vs/workbench/services/views/test/browser/viewDescriptorService.test.ts b/src/vs/workbench/services/views/test/browser/viewDescriptorService.test.ts
--- a/src/vs/workbench/services/views/test/browser/viewDescriptorService.test.ts
+++ b/src/vs/workbench/services/views/test/browser/viewDescriptorService.t... | Views location is not getting updated when switching profiles
- In my default profile with gitlens installed, move 3 gitlens views to a new view container (in secondary side bar)
- Create an empty profile
- Switch back to default profile
- 🐛 gitlens view are back in SCM instead of in their new view container
CC... | null | 2022-11-21 12:38:39+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
| ['ViewDescriptorService orphan view containers', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'ViewDescriptorService orphan views', 'ViewDescriptorService move views to existing containers', 'Unexpected Errors & Loader Errors assertCle... | ['ViewDescriptorService storage change also updates locations even if views do not exists and views are registered later'] | ['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/views/test/browser/viewDescriptorService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 1 | 1 | 2 | false | false | ["src/vs/workbench/services/views/browser/viewDescriptorService.ts->program->class_declaration:ViewDescriptorService->method_definition:onDidViewCustomizationsStorageChange", "src/vs/workbench/services/views/browser/viewDescriptorService.ts->program->class_declaration:ViewDescriptorService"] |
microsoft/vscode | 166,963 | microsoft__vscode-166963 | ['165685'] | 94ee5f58619d59170983f453fe78f156c0cc73a3 | diff --git a/src/vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel.ts b/src/vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel.ts
--- a/src/vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel.ts
+++ b/src/vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel.ts
@@ -140,6... | diff --git a/src/vs/workbench/contrib/mergeEditor/test/browser/model.test.ts b/src/vs/workbench/contrib/mergeEditor/test/browser/model.test.ts
--- a/src/vs/workbench/contrib/mergeEditor/test/browser/model.test.ts
+++ b/src/vs/workbench/contrib/mergeEditor/test/browser/model.test.ts
@@ -224,6 +224,24 @@ suite('merge edi... | Auto resolve conflicts when changes are equal
<!-- ⚠️⚠️ 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 -... | I also see that deleted/deleted is considered a conflict. I see no reason why.

I also had duplicated code on two occasions when rebasing after the new VSCode update (and that's why I searched for this iss... | 2022-11-22 14:25: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
| ['merge editor model prepend line', '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', 'merge editor model can merge word changes', 'merge editor model empty base', 'merg... | ['Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'merge editor model auto-solve equal edits'] | ['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/mergeEditor/test/browser/model.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 2 | 1 | 3 | false | false | ["src/vs/workbench/contrib/mergeEditor/browser/model/modifiedBaseRange.ts->program->class_declaration:ModifiedBaseRange", "src/vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel.ts->program->class_declaration:MergeEditorModel->method_definition:reset", "src/vs/workbench/contrib/mergeEditor/browser/model/me... |
microsoft/vscode | 167,176 | microsoft__vscode-167176 | ['162438'] | 6b9964e29783fa64872f9db68200047b50831028 | diff --git a/src/vs/workbench/services/views/common/viewContainerModel.ts b/src/vs/workbench/services/views/common/viewContainerModel.ts
--- a/src/vs/workbench/services/views/common/viewContainerModel.ts
+++ b/src/vs/workbench/services/views/common/viewContainerModel.ts
@@ -206,6 +206,14 @@ class ViewDescriptorsState e... | diff --git a/src/vs/workbench/services/views/test/browser/viewContainerModel.test.ts b/src/vs/workbench/services/views/test/browser/viewContainerModel.test.ts
--- a/src/vs/workbench/services/views/test/browser/viewContainerModel.test.ts
+++ b/src/vs/workbench/services/views/test/browser/viewContainerModel.test.ts
@@ -8... | SCM views reappear
no clear steps yet
* have just "Source Control" enabled, disable all other, esp gitlens, views
* somehow? settings sync brings them back
| The windows VM forced this on the mac. I didn't make any such change in the VM
<img width="1411" alt="Screenshot 2022-09-30 at 14 25 13" src="https://user-images.githubusercontent.com/1794099/193269002-820ca337-290d-4aef-9805-2cbecfbcf432.png">
When Settings Sync has read this state, these views visibility is true... | 2022-11-24 13:13:42+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
| ['ViewContainerModel add event is not triggered if view was set visible (when not visible) and not active', 'ViewContainerModel setVisible', 'ViewContainerModel add and remove events are triggered properly if mutliple views are hidden and added at the same time', 'ViewContainerModel view states and when contexts', 'Tes... | ['ViewContainerModel newly added view descriptor is hidden if it was toggled hidden in storage before adding'] | ['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/views/test/browser/viewContainerModel.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/views/common/viewContainerModel.ts->program->class_declaration:ViewDescriptorsState->method_definition:onDidStorageChange"] |
microsoft/vscode | 167,694 | microsoft__vscode-167694 | ['167691'] | 9908b3d5ae12691da5adc2f18e21a100ee8eeb58 | diff --git a/src/vs/workbench/contrib/files/browser/editors/textFileEditorTracker.ts b/src/vs/workbench/contrib/files/browser/editors/textFileEditorTracker.ts
--- a/src/vs/workbench/contrib/files/browser/editors/textFileEditorTracker.ts
+++ b/src/vs/workbench/contrib/files/browser/editors/textFileEditorTracker.ts
@@ -6... | diff --git a/src/vs/workbench/contrib/files/test/browser/textFileEditorTracker.test.ts b/src/vs/workbench/contrib/files/test/browser/textFileEditorTracker.test.ts
--- a/src/vs/workbench/contrib/files/test/browser/textFileEditorTracker.test.ts
+++ b/src/vs/workbench/contrib/files/test/browser/textFileEditorTracker.test.... | Untitled editors are not force opened when auto save is on
A bug in our tracker for dirty models, somehow never reported but obvious in an issue I noticed with Copilot. The end result is that you see a dirty indicator e.g. in the explorer but no editor that is opening and associated with it.
Steps: https://github.co... | null | 2022-11-30 07:59: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
| ['Files - TextFileEditorTracker dirty text file model does not open as editor if autosave is ON', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Files - TextFileEditorTracker file change event updates model', 'Files - TextFileEditorTrac... | ['Files - TextFileEditorTracker dirty untitled text file model opens as editor - autosave ON'] | ['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/textFileEditorTracker.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/files/browser/editors/textFileEditorTracker.ts->program->class_declaration:TextFileEditorTracker->method_definition:ensureDirtyTextFilesAreOpened"] |
microsoft/vscode | 167,849 | microsoft__vscode-167849 | ['167816'] | 55d6b17e19e1e8d4f6040097383e61524930e3c4 | diff --git a/src/vs/base/browser/ui/grid/gridview.ts b/src/vs/base/browser/ui/grid/gridview.ts
--- a/src/vs/base/browser/ui/grid/gridview.ts
+++ b/src/vs/base/browser/ui/grid/gridview.ts
@@ -255,8 +255,12 @@ class BranchNode implements ISplitView<ILayoutContext>, IDisposable {
private _orthogonalSize: number;
get o... | diff --git a/src/vs/base/test/browser/ui/grid/gridview.test.ts b/src/vs/base/test/browser/ui/grid/gridview.test.ts
--- a/src/vs/base/test/browser/ui/grid/gridview.test.ts
+++ b/src/vs/base/test/browser/ui/grid/gridview.test.ts
@@ -5,7 +5,7 @@
import * as assert from 'assert';
import { $ } from 'vs/base/browser/dom'... | Grid: Wrong position provided in layout
Was finally able to repo this but not reliably. It seems to rely on a new `SplitView` being created, but this doesn't always happen. The most reliable repo for me:
1. Start with a notebook and text editor in a single editor group
2. Drag the notebook editor down to create a n... | null | 2022-12-01 15:19:06+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
| ['Gridview gridview addView deep nested', 'Gridview addviews before layout call 2', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Gridview gridview addView nested', 'Gridview simple layout', 'Unexpected Errors & Loader Errors should no... | ['Gridview flipping orientation should preserve absolute offsets'] | ['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/grid/gridview.test.ts src/vs/base/test/browser/ui/grid/util.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 7 | 1 | 8 | false | false | ["src/vs/base/browser/ui/grid/gridview.ts->program->class_declaration:BranchNode->method_definition:absoluteOffset", "src/vs/base/browser/ui/grid/gridview.ts->program->class_declaration:BranchNode->method_definition:layout", "src/vs/base/browser/ui/grid/gridview.ts->program->class_declaration:BranchNode", "src/vs/base/... |
microsoft/vscode | 168,115 | microsoft__vscode-168115 | ['162380'] | 6e3976f744d8de1ee12718256743bf3b2188565e | 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
@@ -20,7 +20,7 @@ import { IHeaders } from 'vs/base/p... | diff --git a/src/vs/platform/userDataSync/test/common/userDataAutoSyncService.test.ts b/src/vs/platform/userDataSync/test/common/userDataAutoSyncService.test.ts
--- a/src/vs/platform/userDataSync/test/common/userDataAutoSyncService.test.ts
+++ b/src/vs/platform/userDataSync/test/common/userDataAutoSyncService.test.ts
@... | Handle 405 error from server
Testing #161785
@rebornix and I figured out that the issue he is seeing an issue with data inconsistency on the server. Some how client has synced a profile with a collection id but that collection does not exist on the server. `profiles` resource has a profile with a collection id and t... | @Tyriar Any idea how this can be possible on the server? From the client side, I am deleting the collection only after removing the profile with that collection id
https://github.com/microsoft/vscode/blob/5c168e7c3907a95135a8d95436832094dc380358/src/vs/platform/userDataSync/common/userDataProfilesManifestSync.ts#L2... | 2022-12-05 22:41: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
| ['UserDataAutoSyncService test auto sync with sync resource change triggers sync', 'UserDataAutoSyncService test rate limit on server', 'UserDataAutoSyncService test delete on one client throws turned off error on other client while syncing', 'Tests are using suiteSetup and setup correctly assertCleanState - check that... | ['UserDataAutoSyncService test first auto sync requests'] | ['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/userDataSync/test/common/userDataAutoSyncService.test.ts src/vs/platform/userDataSync/test/common/userDataProfilesManifestMerge.test.ts src/vs/platform/use... | Bug Fix | false | false | false | true | 19 | 4 | 23 | false | false | ["src/vs/platform/userDataSync/common/abstractSynchronizer.ts->program->method_definition:resetLocal", "src/vs/platform/userDataSync/common/userDataSyncServiceIpc.ts->program->class_declaration:UserDataSyncChannelClient->method_definition:cleanUpRemoteData", "src/vs/platform/userDataSync/common/userDataProfilesManifest... |
microsoft/vscode | 168,163 | microsoft__vscode-168163 | ['168068'] | 538a24d5051c00c931c2655bc47bc609b6b8c936 | diff --git a/src/vs/editor/common/services/unicodeTextModelHighlighter.ts b/src/vs/editor/common/services/unicodeTextModelHighlighter.ts
--- a/src/vs/editor/common/services/unicodeTextModelHighlighter.ts
+++ b/src/vs/editor/common/services/unicodeTextModelHighlighter.ts
@@ -61,7 +61,11 @@ export class UnicodeTextModelH... | diff --git a/src/vs/editor/test/common/services/unicodeTextModelHighlighter.test.ts b/src/vs/editor/test/common/services/unicodeTextModelHighlighter.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/editor/test/common/services/unicodeTextModelHighlighter.test.ts
@@ -0,0 +1,53 @@
+/*-------------------------------... | Unicode highlight: Non-breaking space not highlighted
Non-breaking space is not highlighted when it should've been.
The character 'å' is a common letter in the Norwegian alphabet and can also be used as a word. The phrase "for å gi et eksempel" (which means "to give an example") is an example of this. A non-breaking... | null | 2022-12-06 11:52: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
| ['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... | ['UnicodeTextModelHighlighter computeUnicodeHighlights (#168068)'] | ['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/services/unicodeTextModelHighlighter.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/services/unicodeTextModelHighlighter.ts->program->class_declaration:UnicodeTextModelHighlighter->method_definition:computeUnicodeHighlights"] |
microsoft/vscode | 168,222 | microsoft__vscode-168222 | ['166701'] | 2b642e1c98da8859a7f0f3a428e0268a74b5de2f | diff --git a/src/vs/workbench/contrib/terminal/browser/terminalConfigHelper.ts b/src/vs/workbench/contrib/terminal/browser/terminalConfigHelper.ts
--- a/src/vs/workbench/contrib/terminal/browser/terminalConfigHelper.ts
+++ b/src/vs/workbench/contrib/terminal/browser/terminalConfigHelper.ts
@@ -161,16 +161,19 @@ export ... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/terminalConfigHelper.test.ts b/src/vs/workbench/contrib/terminal/test/browser/terminalConfigHelper.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/terminalConfigHelper.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/terminalConfigHelp... | [safari] Ugly fallback font for terminal
* use safari
* use "Fira Code" as editor font (which is picked up by the terminal by default)
* tunnel onto a machine
* run a task or command in the terminal
* 🙈 the fallback font is ugly
<img width="1792" alt="Screenshot 2022-11-18 at 12 18 26" src="https://user-images.... | null | 2022-12-06 21:24: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
| ['Workbench - TerminalConfigHelper TerminalConfigHelper - getFont fontSize 0', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Workbench - TerminalConfigHelper TerminalConfigHelper - getFont lineHeight 2', 'Unexpected Errors & Loader Err... | ['Workbench - TerminalConfigHelper TerminalConfigHelper - getFont fontFamily', 'Workbench - TerminalConfigHelper TerminalConfigHelper - getFont fontFamily (Linux Unknown)'] | ['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/terminalConfigHelper.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminal/browser/terminalConfigHelper.ts->program->class_declaration:TerminalConfigHelper->method_definition:getFont"] |
microsoft/vscode | 168,278 | microsoft__vscode-168278 | ['150164'] | c0f6c67a090bf17be0c78e0e8544e6f91268edd9 | diff --git a/src/vs/workbench/services/textfile/browser/textFileService.ts b/src/vs/workbench/services/textfile/browser/textFileService.ts
--- a/src/vs/workbench/services/textfile/browser/textFileService.ts
+++ b/src/vs/workbench/services/textfile/browser/textFileService.ts
@@ -10,6 +10,7 @@ import { IRevertOptions, Sa... | diff --git a/src/vs/workbench/services/textfile/test/browser/textFileService.test.ts b/src/vs/workbench/services/textfile/test/browser/textFileService.test.ts
--- a/src/vs/workbench/services/textfile/test/browser/textFileService.test.ts
+++ b/src/vs/workbench/services/textfile/test/browser/textFileService.test.ts
@@ -1... | Unexpected filenames proposed when saving untitled files
<!-- ⚠️⚠️ 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... | Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.67.2. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
Here is how to open an untitled file with associated file path:
```ts
const doc = await vs... | 2022-12-07 08:02: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
| ['Files - TextFileService isDirty/getDirty - files and untitled', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Files - TextFileService save - file', 'Files - TextFileService Filename Suggestion - Suggest prefix with first extension', ... | ['Files - TextFileService Filename Suggestion - Preserve extension if it matchers', 'Files - TextFileService Filename Suggestion - Rewrite extension according to language', 'Files - TextFileService Filename Suggestion - Suggest filename if there are no extensions', 'Files - TextFileService Filename Suggestion - Preserv... | ['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/textfile/test/browser/textFileService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/workbench/services/textfile/browser/textFileService.ts->program->method_definition:suggestFilename", "src/vs/workbench/services/textfile/browser/textFileService.ts->program->method_definition:suggestSavePath"] |
microsoft/vscode | 168,312 | microsoft__vscode-168312 | ['158236'] | bc841060949cd8ddb5f42f863e10d7f46ae9c67c | diff --git a/src/vs/editor/common/cursor/cursorMoveCommands.ts b/src/vs/editor/common/cursor/cursorMoveCommands.ts
--- a/src/vs/editor/common/cursor/cursorMoveCommands.ts
+++ b/src/vs/editor/common/cursor/cursorMoveCommands.ts
@@ -181,7 +181,7 @@ export class CursorMoveCommands {
: viewModel.coordinatesConverter.c... | 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
@@ -6108,6 +6108,26 @@ suite('Editor Controller', () => {
assertCursor(viewMo... | Shift click selection does not work on line number indecator
<!-- ⚠️⚠️ 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... | 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.1. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
Still persists in 1.70.1 | 2022-12-07 14:55: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 #158236: Shift click selection does not work on line number indicator'] | ['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/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/cursor/cursorMoveCommands.ts->program->class_declaration:CursorMoveCommands->method_definition:line"] |
microsoft/vscode | 168,738 | microsoft__vscode-168738 | ['111513'] | f63eaa61fb7e4599824574add2e29ae5e677cf77 | diff --git a/src/vs/editor/common/core/range.ts b/src/vs/editor/common/core/range.ts
--- a/src/vs/editor/common/core/range.ts
+++ b/src/vs/editor/common/core/range.ts
@@ -337,17 +337,31 @@ export class Range {
}
/**
- * Moves the range by the given amount of lines.
+ * Create a new empty range using this range'... | diff --git a/src/vs/editor/test/browser/commands/sideEditing.test.ts b/src/vs/editor/test/browser/commands/sideEditing.test.ts
--- a/src/vs/editor/test/browser/commands/sideEditing.test.ts
+++ b/src/vs/editor/test/browser/commands/sideEditing.test.ts
@@ -46,7 +46,7 @@ suite('Editor Side Editing - collapsed selection', ... | Text gets automatically selected on last active line, in non-focussed editor in Split Editor
- VSCode Version: 1.51.1
- OS Version: Windows 10 20H2, Build 19042.630
When using the Split Editor feature with the same file open on both sides, text that is entered on the line that was last active on the editor that doe... | null | 2022-12-10 18:40: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
| ['SideEditing replace long non-collapsed dec edit.start < range.start && edit.end < range.end', 'SideEditing delete non-collapsed dec edit.start > range.start && edit.start < range.end && edit.end < range.end', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the sta... | ['Editor Side Editing - collapsed selection replace at selection', 'SideEditing insert collapsed sel equal', 'SideEditing replace long collapsed dec edit.end <= range.start', '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', '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/browser/commands/sideEditing.test.ts src/vs/editor/test/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 4 | 2 | 6 | false | false | ["src/vs/editor/common/core/range.ts->program->class_declaration:Range->method_definition:delta", "src/vs/editor/common/core/range.ts->program->class_declaration:Range->method_definition:collapseToStart", "src/vs/editor/common/cursor/oneCursor.ts->program->class_declaration:Cursor->method_definition:readSelectionFromMa... |
microsoft/vscode | 168,744 | microsoft__vscode-168744 | ['112039'] | f63eaa61fb7e4599824574add2e29ae5e677cf77 | diff --git a/src/vs/editor/common/cursor/cursorColumnSelection.ts b/src/vs/editor/common/cursor/cursorColumnSelection.ts
--- a/src/vs/editor/common/cursor/cursorColumnSelection.ts
+++ b/src/vs/editor/common/cursor/cursorColumnSelection.ts
@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the proje... | 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
@@ -6109,6 +6109,26 @@ suite('Editor Controller', () => {
});
});
+ test('... | Mac/UI-consisteny: shift-continuing a double/triple-click'n drag selection does not remember its starting mode
Issue Type: <b>Bug</b>
### Summary
On the Mac, when a text selection is **initiated** by double/triple click (to get word/line-wise selection), this should be **remembered** when **continuing** this sele... | null | 2022-12-10 21:23: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
| ['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 #112039: shift-continuing a double/triple-click and drag selection does not remember its starting mode'] | ['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/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 16 | 1 | 17 | false | false | ["src/vs/editor/common/cursor/cursorWordOperations.ts->program->class_declaration:WordOperations->method_definition:word", "src/vs/editor/common/cursorCommon.ts->program->class_declaration:SingleCursorState->method_definition:constructor", "src/vs/editor/common/cursor/cursorMoveOperations.ts->program->class_declaration... |
microsoft/vscode | 168,752 | microsoft__vscode-168752 | ['119696'] | f63eaa61fb7e4599824574add2e29ae5e677cf77 | 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
@@ -155,12 +155,12 @@ function getClassifier(): CharacterClassifier<CharacterClass> {
_classifier = ne... | 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
@@ -26,38 +26,29 @@ function myComputeLinks(lines: string[]): ILink[] {
return ... | URLs in CSV document not split by field
Issue Type: <b>Bug</b>
When editing a CSV document, automatically-detected URLs (aka option+click to open) are often conjoined with the start of the following field. I presume the URL detection heuristic for plain text documents is reused for CSV documents. I propose that URLs... | null | 2022-12-10 23:43: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
| ['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 #119696: Links shouldn't include commas"] | ['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->function_declaration:getClassifier"] |
microsoft/vscode | 168,788 | microsoft__vscode-168788 | ['125481'] | 14f54b128dd5955db7a69e0aac760731d343e54b | diff --git a/src/vs/editor/common/cursorCommon.ts b/src/vs/editor/common/cursorCommon.ts
--- a/src/vs/editor/common/cursorCommon.ts
+++ b/src/vs/editor/common/cursorCommon.ts
@@ -135,8 +135,8 @@ export class CursorConfiguration {
this._electricChars = null;
this.shouldAutoCloseBefore = {
- quote: this._getSho... | 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
@@ -4997,13 +4997,13 @@ suite('Editor Controller', () => {
const autoCloseP... | Automatic curly brace closure with f-strings in python
<!-- ⚠️⚠️ 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. -->
<!-- Can the addition of the closing... | Please add more details, e.g. a code sample.
apologies - I actually had but for some reason the main body of text wasn't posted. please see a below a code example - thank you.
`print(f'the answer is: {')`
This is the current way in which the curly brace is interpreted in an f string. As you can see when you ente... | 2022-12-11 18:28:39+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 autoClosingPairs - open parens: default'] | ['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/browser/controller/cursor.test.ts --reporter json --no-sandbox --exit | Feature | false | false | false | true | 6 | 1 | 7 | false | false | ["src/vs/editor/common/cursorCommon.ts->program->class_declaration:CursorConfiguration->method_definition:_getLanguageDefinedShouldAutoClose", "src/vs/editor/common/languages/supports/characterPair.ts->program->class_declaration:CharacterPairSupport->method_definition:getAutoCloseBeforeSet", "src/vs/editor/common/curso... |
microsoft/vscode | 169,445 | microsoft__vscode-169445 | ['169538'] | 23fb7c27fa9efa9b6878c020fc1d7b5a28e1554e | 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
@@ -38,7 ... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkHelpers.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkHelpers.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkHelpers.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/lin... | Words in the terminal containing emoji are longer than they're meant to be
While ctrl is held, the underlined word in `echo "A🙂 http://"` should not include the trailing space:

| null | 2022-12-16 22:10: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
| ['Workbench - Terminal Link Helpers convertLinkRangeToBuffer should convert ranges for ascii characters', 'Workbench - Terminal Link Helpers convertLinkRangeToBuffer should convert ranges for wide characters before and inside the link #2', 'Tests are using suiteSetup and setup correctly assertCleanState - check that re... | ['Workbench - Terminal Link Helpers convertLinkRangeToBuffer should give correct range for links containing multi-character emoji', 'Workbench - Terminal Link Helpers convertLinkRangeToBuffer regression test #147619: 获取模板 25235168 的预览图失败', 'Workbench - Terminal Link Helpers convertLinkRangeToBuffer should convert range... | ['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/terminalLinkHelpers.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/terminalLinkHelpers.ts->program->function_declaration:convertLinkRangeToBuffer"] |
microsoft/vscode | 169,916 | microsoft__vscode-169916 | ['169816'] | 3fbea4d4f927a11ff0d643da7ee403b53f6f0a67 | diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
--- a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
+++ b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.... | diff --git a/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsViews.test.ts b/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsViews.test.ts
--- a/src/vs/workbench/contrib/extensions/test/electron-browser/extensionsViews.test.ts
+++ b/src/vs/workbench/contrib/extensions/test/electr... | `ExtensionsWorkbenchService.updateActivity` is slow during startup
Fishing at the CPU profiler on startup, I noticed that `ExtensionsWorkbenchService.updateActivity()` is quite slow at 18ms on my machine during startup. I’m running from `main` from source:
 - 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/extensions/test/electron-browser/extensionsViews.test.ts --reporter json --no-sandbox --exit | Refactoring | false | false | false | true | 10 | 1 | 11 | false | false | ["src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts->program->class_declaration:ExtensionsWorkbenchService->method_definition:onDidChangeRunningExtensions", "src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts->program->class_declaration:ExtensionsWorkbenchService->method_d... |
microsoft/vscode | 170,115 | microsoft__vscode-170115 | ['80181'] | 953f7f4a526e950df4c1fbc2d09dfe693c9df4de | diff --git a/src/vs/workbench/services/preferences/browser/keybindingsEditorModel.ts b/src/vs/workbench/services/preferences/browser/keybindingsEditorModel.ts
--- a/src/vs/workbench/services/preferences/browser/keybindingsEditorModel.ts
+++ b/src/vs/workbench/services/preferences/browser/keybindingsEditorModel.ts
@@ -1... | diff --git a/src/vs/workbench/services/preferences/test/browser/keybindingsEditorModel.test.ts b/src/vs/workbench/services/preferences/test/browser/keybindingsEditorModel.test.ts
--- a/src/vs/workbench/services/preferences/test/browser/keybindingsEditorModel.test.ts
+++ b/src/vs/workbench/services/preferences/test/brow... | Add chords to "show same keybindings"
Currently, to find conflicts caused by a chord, you need to search for the first sequence, without any quotes. This works, but since the search is global across all four columns of information for each keyboard rule, it brings up a variety of commands that you're not interested in.... | (Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
- [Incorrect keybinding shown on hover for opening viewlet when there are multiple keybindings that begin with the same chord (#51767)](https://www.github.com/microsoft/vscode/issues... | 2022-12-27 15:11: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
| ['KeybindingsEditorModel filter by user source with "@source: " prefix', 'KeybindingsEditorModel filter by cmd key', 'KeybindingsEditorModel filter by command key', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'KeybindingsEditorModel c... | ['KeybindingsEditorModel filter exact matches also return chords'] | ['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/keybindingsEditorModel.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/preferences/browser/keybindingsEditorModel.ts->program->class_declaration:KeybindingItemMatches->method_definition:matchesKeybinding"] |
microsoft/vscode | 171,522 | microsoft__vscode-171522 | ['171025'] | d5ab02349e576d39cc4bb5ca3cd5f33c6289c296 | diff --git a/src/vs/workbench/services/configuration/browser/configurationService.ts b/src/vs/workbench/services/configuration/browser/configurationService.ts
--- a/src/vs/workbench/services/configuration/browser/configurationService.ts
+++ b/src/vs/workbench/services/configuration/browser/configurationService.ts
@@ -7... | diff --git a/src/vs/workbench/services/configuration/test/browser/configurationService.test.ts b/src/vs/workbench/services/configuration/test/browser/configurationService.test.ts
--- a/src/vs/workbench/services/configuration/test/browser/configurationService.test.ts
+++ b/src/vs/workbench/services/configuration/test/br... | `WorkspaceConfiguration.get` & `WorkspaceConfiguration.inspect` seems to return the wrong values when using Profiles
I'm not sure if this only applies when debugging or not, but here is the setup when this happens:
1. Set a setting, e.g. `"gitlens.graph.dimMergeCommits": true` in the default profile
2. Create a new... | Based on what I could notice, it doesn’t seem to be a _debug only_ issue.
It isn’t a problem for most of my extensions (at least no user complained up until now) but I noticed such behavior while working with my Project Manager extension, because the `globalStorageUri` value doesn’t respect the current profile. The... | 2023-01-17 16:29: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
| ['WorkspaceConfigurationService - Folder reload configuration emits events after global configuraiton changes', 'WorkspaceConfigurationService-Multiroot update tasks configuration in a folder', 'WorkspaceConfigurationService-Multiroot configuration of newly added folder is available on configuration change event', 'Wor... | ['WorkspaceConfigurationService - Profiles registering normal setting after init'] | ['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/configuration/test/browser/configurationService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/configuration/browser/configurationService.ts->program->class_declaration:WorkspaceService->method_definition:onDefaultConfigurationChanged"] |
microsoft/vscode | 171,570 | microsoft__vscode-171570 | ['171385'] | d8568bb19e5acb54253afb2cb48123785db2f8d9 | diff --git a/src/vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl.ts b/src/vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl.ts
--- a/src/vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl.ts
+++ b/src/vs/workbench/contrib/notebook/browser/se... | diff --git a/src/vs/workbench/contrib/notebook/test/browser/notebookKernelHistory.test.ts b/src/vs/workbench/contrib/notebook/test/browser/notebookKernelHistory.test.ts
--- a/src/vs/workbench/contrib/notebook/test/browser/notebookKernelHistory.test.ts
+++ b/src/vs/workbench/contrib/notebook/test/browser/notebookKernelH... | Notebook controller always defaulting to Pyolite with the new MRU kernel picker
<!-- ⚠️⚠️ 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... | null | 2023-01-18 02:36: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
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'NotebookKernelHistoryService notebook kernel history restore', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of ... | ['NotebookKernelHistoryService notebook kernel empty history'] | ['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/notebook/test/browser/notebookKernelHistory.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 12 | 3 | 15 | false | false | ["src/vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView.ts->program->class_declaration:NotebooKernelActionViewItem->method_definition:constructor", "src/vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl.ts->program->class_declaration:NotebookKernelHistoryService->method_de... |
microsoft/vscode | 171,718 | microsoft__vscode-171718 | ['171230'] | 17611434105562ae944231d6f7b440aa2af7edc6 | diff --git a/src/vs/base/common/processes.ts b/src/vs/base/common/processes.ts
--- a/src/vs/base/common/processes.ts
+++ b/src/vs/base/common/processes.ts
@@ -108,7 +108,7 @@ export function sanitizeProcessEnvironment(env: IProcessEnvironment, ...preserve
}, {} as Record<string, boolean>);
const keysToRemove = [
... | diff --git a/src/vs/base/test/common/processes.test.ts b/src/vs/base/test/common/processes.test.ts
--- a/src/vs/base/test/common/processes.test.ts
+++ b/src/vs/base/test/common/processes.test.ts
@@ -19,7 +19,7 @@ suite('Processes', () => {
VSCODE_DEV: 'x',
VSCODE_IPC_HOOK: 'x',
VSCODE_NLS_CONFIG: 'x',
- V... | Doing `code <file>` from integrated terminal in portable mode uses wrong user data
Does this issue occur when all extensions are disabled?: No
<!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- 📣 Issues caused by an extension need to be ... | Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.74.3. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
Happens on the latest version as well:
 - 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/common/processes.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/common/processes.ts->program->function_declaration:sanitizeProcessEnvironment"] |
microsoft/vscode | 171,719 | microsoft__vscode-171719 | ['171652'] | 17611434105562ae944231d6f7b440aa2af7edc6 | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkParsing.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkParsing.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkParsing.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkParsing.ts
@@ -29,11... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkParsing.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkParsing.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkParsing.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/lin... | when a file is not wrapped in quotes, link line/col detection don't work
1. miss a semicolon somewhere in your changes
2. `git add . && git commit`
3. try to click on the link to go to the line with a problem
https://user-images.githubusercontent.com/29464607/213260508-eef0d6cc-7f18-4173-9bdd-84473bfae807.mov
... | It's happening because only the column number is being detected as the link suffix;

| 2023-01-19 12:30:00+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
| ['TerminalLinkParsing removeLinkSuffix `"foo" on line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `"foo",339`', "TerminalLinkParsing removeLinkSuffix `'foo' on line 339, column 12`", 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running'... | ['TerminalLinkParsing getLinkSuffix `foo on line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `foo:line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `foo on line 339, col 12`', 'TerminalLinkParsing getLinkSuffix `foo, line 339, column 12`', 'TerminalLinkParsing removeLinkSuffix `foo on line 339, column ... | ['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/terminalLinkParsing.test.ts --reporter json --no-sandbox --exit | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 173,021 | microsoft__vscode-173021 | ['172989'] | e8bf7514f31cef005c988b206c61948e56aab9cb | diff --git a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts b/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
--- a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
+++ b/src/vs/platform/extensionManagement/common/extensionsProfil... | diff --git a/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts b/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
... | Cannot install extensions
Sanity testing 1.75 on macOS and I found that installing extensions would always fail due to following error
```
2023-01-31 18:21:18.888 [error] Invalid extensions content in vscode-userdata:/Users/penlv/.vscode/extensions/extensions.json: Error: Invalid extensions content in vscode-userda... | On 1.74.3, I actually got following errors:
```
2023-01-31 18:36:48.143 [error] Error: [UriError]: cannot call joinPath on URI without path
at c.joinPath (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:88:29104)
at S.joinP... | 2023-02-01 11:38: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
| ['ExtensionsProfileScannerService extension in old format is not migrated if not exists in same location', 'ExtensionsProfileScannerService throws error if extension has no location', 'ExtensionsProfileScannerService throws error if extension identifier is invalid', 'Tests are using suiteSetup and setup correctly asser... | ['ExtensionsProfileScannerService extensions in mixed format is read and migrated', 'ExtensionsProfileScannerService extension in intermediate format is read and migrated during write', 'ExtensionsProfileScannerService extension in old format is read and migrated', 'ExtensionsProfileScannerService extensions in old for... | ['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/extensionManagement/test/common/extensionsProfileScannerService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts->program->function_declaration:isStoredProfileExtension", "src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts->program->method_definition:withProfileExtensions"] |
microsoft/vscode | 173,036 | microsoft__vscode-173036 | ['172989'] | 63b07dbd7fe51b4612cac7224d9ffb6149024d4d | diff --git a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts b/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
--- a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
+++ b/src/vs/platform/extensionManagement/common/extensionsProfil... | diff --git a/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts b/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
... | Cannot install extensions
Sanity testing 1.75 on macOS and I found that installing extensions would always fail due to following error
```
2023-01-31 18:21:18.888 [error] Invalid extensions content in vscode-userdata:/Users/penlv/.vscode/extensions/extensions.json: Error: Invalid extensions content in vscode-userda... | On 1.74.3, I actually got following errors:
```
2023-01-31 18:36:48.143 [error] Error: [UriError]: cannot call joinPath on URI without path
at c.joinPath (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:88:29104)
at S.joinP... | 2023-02-01 14:54: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
| ['ExtensionsProfileScannerService extension in old format is not migrated if not exists in same location', 'ExtensionsProfileScannerService throws error if extension has no location', 'ExtensionsProfileScannerService throws error if extension identifier is invalid', 'Tests are using suiteSetup and setup correctly asser... | ['ExtensionsProfileScannerService extensions in mixed format is read and migrated', 'ExtensionsProfileScannerService extension in intermediate format is read and migrated during write', 'ExtensionsProfileScannerService extension in old format is read and migrated', 'ExtensionsProfileScannerService extensions in old for... | ['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/extensionManagement/test/common/extensionsProfileScannerService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts->program->function_declaration:isStoredProfileExtension", "src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts->program->method_definition:withProfileExtensions"] |
microsoft/vscode | 173,160 | microsoft__vscode-173160 | ['172354'] | d37a0797aa2480a752ef08ec60a9f4d4b67a6809 | diff --git a/src/vs/workbench/contrib/debug/common/debugModel.ts b/src/vs/workbench/contrib/debug/common/debugModel.ts
--- a/src/vs/workbench/contrib/debug/common/debugModel.ts
+++ b/src/vs/workbench/contrib/debug/common/debugModel.ts
@@ -1079,8 +1079,10 @@ export class ExceptionBreakpoint extends BaseBreakpoint implem... | diff --git a/src/vs/workbench/contrib/debug/test/common/debugModel.test.ts b/src/vs/workbench/contrib/debug/test/common/debugModel.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/workbench/contrib/debug/test/common/debugModel.test.ts
@@ -0,0 +1,19 @@
+/*----------------------------------------------------------... | Breakpoint option "Uncaught Exceptions" is activated automatically
Type: <b>Bug</b>
## Behaviour
Expected:
If I uncheck the breakpoint option "Uncaught Exceptions", it should remain unchecked even after restarting vs code.
Actual:
The option is always activated again.
## Steps to reproduce:
* start vscode
*... | null | 2023-02-02 15:24: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
| ['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... | ['DebugModel ExceptionBreakpoint Restored matches new'] | ['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/debug/test/common/debugModel.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/debug/common/debugModel.ts->program->class_declaration:ExceptionBreakpoint->method_definition:toJSON"] |
microsoft/vscode | 173,362 | microsoft__vscode-173362 | ['153648'] | 06c5eb5eadc4c0c0d46c3c7ea1c3a514ee26f44e | diff --git a/extensions/debug-server-ready/src/extension.ts b/extensions/debug-server-ready/src/extension.ts
--- a/extensions/debug-server-ready/src/extension.ts
+++ b/extensions/debug-server-ready/src/extension.ts
@@ -21,11 +21,8 @@ interface ServerReadyAction {
killOnServerStop?: boolean;
}
-// Escape codes
-// ... | diff --git a/src/vs/base/test/common/strings.test.ts b/src/vs/base/test/common/strings.test.ts
--- a/src/vs/base/test/common/strings.test.ts
+++ b/src/vs/base/test/common/strings.test.ts
@@ -395,4 +395,126 @@ suite('Strings', () => {
return `${i++}${after}`;
}), 'a0ca1ca2ca3c');
});
+
+ test('removeAnsiEscapeC... | `"serverReadyAction"` works incorrectly with `"console": "integratedTerminal"` in launch.json with dotnet projects
<!-- ⚠️⚠️ 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... | Ah ha, the key was using mingw64 (git bash works for this) | 2023-02-03 19:21: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
| ['Strings replaceAsync', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Strings rtrim', 'Strings containsRTL', 'Strings lastNonWhitespaceIndex', 'Strings regExpContainsBackreference', 'Strings equalsIgnoreCase', 'Strings getGraphemeBrea... | ['Strings removeAnsiEscapeCodes'] | ['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/common/strings.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["extensions/debug-server-ready/src/extension.ts->program->function_declaration:removeAnsiEscapeCodes", "src/vs/base/common/strings.ts->program->function_declaration:removeAnsiEscapeCodes"] |
microsoft/vscode | 173,456 | microsoft__vscode-173456 | ['173325'] | 57f26d2907680c37943c60e7aa9bce76d658574e | diff --git a/src/vs/base/common/keybindings.ts b/src/vs/base/common/keybindings.ts
--- a/src/vs/base/common/keybindings.ts
+++ b/src/vs/base/common/keybindings.ts
@@ -94,7 +94,7 @@ export class KeyCodeChord implements Modifiers {
const shift = this.shiftKey ? '1' : '0';
const alt = this.altKey ? '1' : '0';
con... | diff --git a/src/vs/base/test/common/keybindings.test.ts b/src/vs/base/test/common/keybindings.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/base/test/common/keybindings.test.ts
@@ -0,0 +1,18 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c)... | keyboard shortcuts: wrong interpretations of special keys (e.g. `[Equal]` is mistaken for `V`)
Type: <b>Bug</b>
1. Update VS Code (for me, it was from `1.74.1` to `1.75`)
2. User defined keybindings using scan codes (e.g. `[Equal]` or `[Semicolon]`) are interpreted incorrectly
![Screenshot from 2023-02-03 17-18-... | related: https://stackoverflow.com/questions/75336265/vscode-says-equal-key-is-v-keyboard-layout-messed-up
I think this is not only `ctrl+v` but I have other keybindings stopped working just after this upgrade.
> I think this is not only `ctrl+v` but I have other keybindings stopped working just after this upgrade.
... | 2023-02-05 02:36:54+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... | ['keyCodes issue #173325: wrong interpretations of special keys (e.g. [Equal] is mistaken for V)'] | ['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/common/keybindings.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/base/common/keybindings.ts->program->class_declaration:ScanCodeChord->method_definition:getHashCode", "src/vs/base/common/keybindings.ts->program->class_declaration:KeyCodeChord->method_definition:getHashCode"] |
microsoft/vscode | 173,585 | microsoft__vscode-173585 | ['173325'] | fcafbd6df382036c665b63a2c08e6154bfbbd289 | diff --git a/src/vs/base/common/keybindings.ts b/src/vs/base/common/keybindings.ts
--- a/src/vs/base/common/keybindings.ts
+++ b/src/vs/base/common/keybindings.ts
@@ -94,7 +94,7 @@ export class KeyCodeChord implements Modifiers {
const shift = this.shiftKey ? '1' : '0';
const alt = this.altKey ? '1' : '0';
con... | diff --git a/src/vs/base/test/common/keybindings.test.ts b/src/vs/base/test/common/keybindings.test.ts
new file mode 100644
--- /dev/null
+++ b/src/vs/base/test/common/keybindings.test.ts
@@ -0,0 +1,18 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c)... | keyboard shortcuts: wrong interpretations of special keys (e.g. `[Equal]` is mistaken for `V`)
Type: <b>Bug</b>
1. Update VS Code (for me, it was from `1.74.1` to `1.75`)
2. User defined keybindings using scan codes (e.g. `[Equal]` or `[Semicolon]`) are interpreted incorrectly
![Screenshot from 2023-02-03 17-18-... | related: https://stackoverflow.com/questions/75336265/vscode-says-equal-key-is-v-keyboard-layout-messed-up
I think this is not only `ctrl+v` but I have other keybindings stopped working just after this upgrade.
> I think this is not only `ctrl+v` but I have other keybindings stopped working just after this upgrade.
... | 2023-02-06 16:24:42+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... | ['keyCodes issue #173325: wrong interpretations of special keys (e.g. [Equal] is mistaken for V)'] | ['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/common/keybindings.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/base/common/keybindings.ts->program->class_declaration:ScanCodeChord->method_definition:getHashCode", "src/vs/base/common/keybindings.ts->program->class_declaration:KeyCodeChord->method_definition:getHashCode"] |
microsoft/vscode | 173,721 | microsoft__vscode-173721 | ['173627'] | b2ae6f2a895c8f664ddc9dd885b763fb8c07671f | diff --git a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkParsing.ts b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkParsing.ts
--- a/src/vs/workbench/contrib/terminal/browser/links/terminalLinkParsing.ts
+++ b/src/vs/workbench/contrib/terminal/browser/links/terminalLinkParsing.ts
@@ -75,9 ... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkParsing.test.ts b/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkParsing.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/links/terminalLinkParsing.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/lin... | Terminal doesn't detect line/column in Kotlin error message
Type: <b>Bug</b>
The Kotlin compiler produces error messages like this:
```
e: /home/ericeil/src/Foo.kt: (245, 5): A 'return' expression required in a function with a block body ('{...}')
```
I am virtually certain the VS Code terminal used to bring m... | I don't think we ever supported the `path: (line, col)` format, though it might have accidentally works with the `path (line, col)` format. We can add this 👍 | 2023-02-07 20:01:17+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
| ['TerminalLinkParsing getLinkSuffix `foo, line 339`', 'TerminalLinkParsing getLinkSuffix `foo, line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `foo: line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `"foo" on line 339,\xa0column 12`', 'TerminalLinkParsing removeLinkSuffix `foo (339,12)`', 'TerminalLin... | ['TerminalLinkParsing removeLinkSuffix `foo: (339)`', 'TerminalLinkParsing removeLinkSuffix `foo: (339,12)`', 'TerminalLinkParsing removeLinkSuffix `foo: (339, 12)`', 'TerminalLinkParsing removeLinkSuffix `foo: [339]`', 'TerminalLinkParsing removeLinkSuffix `foo: [339,12]`', 'TerminalLinkParsing removeLinkSuffix `foo: ... | ['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/terminalLinkParsing.test.ts src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts --... | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 173,823 | microsoft__vscode-173823 | ['173794'] | beb9ed3758624b918f918886bb904b0b62511c08 | diff --git a/src/vs/base/common/event.ts b/src/vs/base/common/event.ts
--- a/src/vs/base/common/event.ts
+++ b/src/vs/base/common/event.ts
@@ -254,7 +254,7 @@ export namespace Event {
});
},
onWillRemoveListener() {
- if (flushOnListenerRemove) {
+ if (flushOnListenerRemove && numDebouncedCalls > 0) ... | diff --git a/src/vs/base/test/common/event.test.ts b/src/vs/base/test/common/event.test.ts
--- a/src/vs/base/test/common/event.test.ts
+++ b/src/vs/base/test/common/event.test.ts
@@ -1048,6 +1048,26 @@ suite('Event utils', () => {
});
suite('accumulate', () => {
+ test('should not fire after a listener is dispos... | TypeError: we is not iterable
* today's insiders
* seeing the errors below
* this is [this `e`](https://github.com/microsoft/vscode/blob/990a496681948ec274da5503b35cd49a7d06c0a2/src/vs/workbench/browser/parts/editor/editorStatus.ts#L627) being not an array
```
ERR we is not iterable: TypeError: we is not iterab... | Repro is to change editors:

| 2023-02-08 15:35:24+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
| ['PausableEmitter empty pause with merge', 'Event utils EventBufferer once', 'Event utils debounce leading reset', 'Event onWillRemoveListener', 'AsyncEmitter sequential delivery', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Event ut... | ['Event utils accumulate should not fire after a listener is disposed with undefined or []'] | ['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/common/event.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/common/event.ts->program->function_declaration:debounce->method_definition:onWillRemoveListener"] |
microsoft/vscode | 174,074 | microsoft__vscode-174074 | ['174046'] | c7930ca55d072608625ba76c13b5f9baaf9a2136 | diff --git a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts b/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
--- a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
+++ b/src/vs/platform/extensionManagement/common/extensionsProfil... | diff --git a/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts b/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
--- a/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
+++ b/src/vs/platform/extensionMana... | Cannot install extensions if extensions.json is empty
Type: <b>Bug</b>
Hi,
i just opened VS Code (after update) and all my extensions are gone and i can not install any from marketplace. Manual installation is not working as well.
I am also getting following error in "Output"
at Object.factory (vscode-file:... | Possible duplicate of https://github.com/microsoft/vscode/issues/173684
Can you please share following log while you reproduce the issue?
- F1 > Open View... > Shared
Can you also please share the content in following file?
- F1 > Open Extensions Folder > `extensions.json`
1)
2023-02-10 14:34:41.015 [err... | 2023-02-10 15:41: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
| ['ExtensionsProfileScannerService extension in intermediate format is read and migrated during write', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'ExtensionsProfileScannerService throws error if extension has no version', 'Extensions... | ['ExtensionsProfileScannerService read extension when manifest has empty lines and spaces', 'ExtensionsProfileScannerService read extension when manifest is empty'] | ['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/extensionManagement/test/common/extensionsProfileScannerService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner.ts->program->class_declaration:CachedExtensionScanner->method_definition:_scanInstalledExtensions", "src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts->program->method_definition:withProfileExtensions"] |
microsoft/vscode | 174,278 | microsoft__vscode-174278 | ['174277'] | a0bf7f5b134502205e8f626e76773076a96fc8f6 | diff --git a/src/vs/base/parts/ipc/node/ipc.net.ts b/src/vs/base/parts/ipc/node/ipc.net.ts
--- a/src/vs/base/parts/ipc/node/ipc.net.ts
+++ b/src/vs/base/parts/ipc/node/ipc.net.ts
@@ -189,7 +189,15 @@ export class NodeSocket implements ISocket {
}
const enum Constants {
- MinHeaderByteSize = 2
+ MinHeaderByteSize = ... | diff --git a/src/vs/base/parts/ipc/test/node/ipc.net.test.ts b/src/vs/base/parts/ipc/test/node/ipc.net.test.ts
--- a/src/vs/base/parts/ipc/test/node/ipc.net.test.ts
+++ b/src/vs/base/parts/ipc/test/node/ipc.net.test.ts
@@ -5,7 +5,7 @@
import * as assert from 'assert';
import { EventEmitter } from 'events';
-import ... | Write of large buffer in WebSocketNodeSocket can hold NodeJS thread too long
<!-- ⚠️⚠️ 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/Su... | null | 2023-02-13 19:43:05+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
| ['PersistentProtocol reconnection onSocketTimeout is emitted at most once every 20s', 'PersistentProtocol reconnection messages that are never written to a socket should not cause an ack timeout', 'WebSocketNodeSocket A fragmented unmasked text message', 'Tests are using suiteSetup and setup correctly assertCleanState ... | ['WebSocketNodeSocket Large buffers are split and sent in chunks'] | ['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/parts/ipc/test/node/ipc.net.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 4 | 1 | 5 | false | false | ["src/vs/base/parts/ipc/node/ipc.net.ts->program->class_declaration:WebSocketFlowManager->method_definition:isProcessingReadQueue", "src/vs/base/parts/ipc/node/ipc.net.ts->program->class_declaration:WebSocketNodeSocket->method_definition:write", "src/vs/base/parts/ipc/node/ipc.net.ts->program->class_declaration:WebSock... |
microsoft/vscode | 174,464 | microsoft__vscode-174464 | ['174463'] | 68a7a39382d3aa2b118e6311f3fd5000918c8b25 | diff --git a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts b/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
--- a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
+++ b/src/vs/platform/extensionManagement/common/extensionsProfil... | diff --git a/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts b/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
--- a/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
+++ b/src/vs/platform/extensionMana... | Extensions are not loaded if relativeLocation is empty string
- Install some extensions
- Open extensions folder and open extensions.json file
- Update the `relativeLocation` property to empty string
- Restart VS Code
🐛 No extensions are shown
| null | 2023-02-15 15:43: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
| ['ExtensionsProfileScannerService extension in intermediate format is read and migrated during write', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'ExtensionsProfileScannerService throws error if extension has no version', 'Extensions... | ['ExtensionsProfileScannerService read extension when the relative location is empty'] | ['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/extensionManagement/test/common/extensionsProfileScannerService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts->program->function_declaration:isStoredProfileExtension", "src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts->program->method_definition:withProfileExtensions"] |
microsoft/vscode | 174,679 | microsoft__vscode-174679 | ['174163'] | 2d67c6fae3cf94da9558103994395ab28bc14110 | 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
@@ -551,6 +551,7 @@ export class EditorGroupModel extends Disposable {
}
const ed... | 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
@@ -2124,7 +2124,7 @@... | `activeEditorIsPinned` is not set when editor is auto-pinned by `workbench.action.moveEditorLeftInGroup`
Type: <b>Bug</b>
workbench.action.moveEditorLeftInGroup will automatically pin an editor if the editor to its left is pinned. When this happens activeEditorIsPinned is not updated and set to true. This context is... | Open for help, investigation, suggested fixes, PR. | 2023-02-17 14:13:42+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 moving editor sends sticky event when sticky changes'] | ['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/editorGroupModel.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/common/editor/editorGroupModel.ts->program->class_declaration:EditorGroupModel->method_definition:moveEditor"] |
microsoft/vscode | 175,682 | microsoft__vscode-175682 | ['174330'] | 02a84efd329eb06690145f2e322f3fbb147da3c6 | diff --git a/src/vs/workbench/contrib/terminal/common/terminalEnvironment.ts b/src/vs/workbench/contrib/terminal/common/terminalEnvironment.ts
--- a/src/vs/workbench/contrib/terminal/common/terminalEnvironment.ts
+++ b/src/vs/workbench/contrib/terminal/common/terminalEnvironment.ts
@@ -75,7 +75,7 @@ function mergeNonNu... | diff --git a/src/vs/workbench/contrib/terminal/test/common/terminalEnvironment.test.ts b/src/vs/workbench/contrib/terminal/test/common/terminalEnvironment.test.ts
--- a/src/vs/workbench/contrib/terminal/test/common/terminalEnvironment.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/common/terminalEnvironment.test.... | Empty environment variables passed to vs code are unset
<!-- ⚠️⚠️ 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... | I'm seeing the variable make it to the debugger, eg here in the debug console, it's in `process.env`
<img width="133" alt="image" src="https://user-images.githubusercontent.com/323878/219070553-ab88e1b4-e94d-4a2c-81fc-6502b0c7df05.png">
But I'm not seeing it in the terminal. @Tyriar @meganrogge does one of the ter... | 2023-02-28 18:06: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
| ['Workbench - TerminalEnvironment shouldSetLangEnvVariable on', 'Workbench - TerminalEnvironment getLangEnvVariable should set language variant based on full locale', "Workbench - TerminalEnvironment getCwd should fall back for relative a custom cwd that doesn't have a workspace", 'Workbench - TerminalEnvironment addTe... | ['Workbench - TerminalEnvironment createTerminalEnvironment should retain variables equal to the empty string'] | ['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/common/terminalEnvironment.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminal/common/terminalEnvironment.ts->program->function_declaration:mergeNonNullKeys"] |
microsoft/vscode | 175,906 | microsoft__vscode-175906 | ['175896'] | 0cab3cc3cbe4d4ac2cbf30e8c30351d9db6dcfb4 | diff --git a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts b/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
+++ b/src/vs/workbench/contrib/terminalContrib/links/browser/term... | diff --git a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts b/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
+++ b/src/vs/workbench/contrib/term... | Terraform error format is not covered by error renderer
Type: <b>Bug</b>
Terraform errors format has no comma or colon between the file name and the line number.
Example:
```
│ Error: Invalid reference
│
│ on main.tf line 2, in locals:
│ 2: foo = abcd
```
This format is not covered by the built-in... | null | 2023-03-02 15:22:48+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
| ['TerminalLinkParsing getLinkSuffix `foo, line 339`', 'TerminalLinkParsing getLinkSuffix `foo, line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `foo: line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `"foo" on line 339,\xa0column 12`', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a ... | ['TerminalLinkParsing detectLinks should detect 3 suffix links on a single line ` foo on line 339, col 12 foo on line 339, column 12 foo line 339 `', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a single line ` foo line 339 column 12 foo(339) foo(339,12) `', 'TerminalLinkParsing detectLinks should d... | [] | . /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/terminalContrib/links/test/browser/terminalLinkParsing.test.ts --reporter json --no-sandbox --exit | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 177,084 | microsoft__vscode-177084 | ['176756'] | 384b03f26310fc3c4ea86156b7c6aefb431d594f | diff --git a/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts b/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts
--- a/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts
+++ b/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts
@@ -451,7 +451,7 @@ const ter... | diff --git a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts b/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
+++ b/src/vs/workbench/contrib/term... | v1.76.x - terminal ctrl-click code-line lookup regexp fails
<!-- ⚠️⚠️ 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... | This actually works fine for me when there's no line number:

| 2023-03-14 13:23:27+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
| ['TerminalLinkParsing getLinkSuffix `foo, line 339`', 'TerminalLinkParsing getLinkSuffix `foo, line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `foo: line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `"foo" on line 339,\xa0column 12`', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a ... | ['TerminalLinkParsing detectLinks should exclude pipe characters from link paths with suffixes'] | [] | . /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/terminalContrib/links/test/browser/terminalLinkParsing.test.ts --reporter json --no-sandbox --exit | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 177,230 | microsoft__vscode-177230 | ['177192'] | ebe458556d7b4382334d18aa3e508169125ef842 | diff --git a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts b/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
+++ b/src/vs/workbench/contrib/terminalContrib/links/browser/term... | diff --git a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts b/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
+++ b/src/vs/workbench/contrib/term... | File links in intergrated terminal no longer respect line numbers, if the path is preceded by `>`
<!-- ⚠️⚠️ 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/mic... | Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.76.1. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
Still reproduces on 1.76.1. | 2023-03-15 14:01:02+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
| ['TerminalLinkParsing getLinkSuffix `foo, line 339`', 'TerminalLinkParsing getLinkSuffix `foo, line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `foo: line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `"foo" on line 339,\xa0column 12`', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a ... | ['TerminalLinkParsing detectLinks "<>" should exclude bracket characters from link paths with suffixes'] | [] | . /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/terminalContrib/links/test/browser/terminalLinkParsing.test.ts --reporter json --no-sandbox --exit | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 177,465 | microsoft__vscode-177465 | ['177464'] | 5e00b5b7da6bafe58b6fb1f7979927773a4979ab | diff --git a/src/vs/workbench/services/views/browser/viewDescriptorService.ts b/src/vs/workbench/services/views/browser/viewDescriptorService.ts
--- a/src/vs/workbench/services/views/browser/viewDescriptorService.ts
+++ b/src/vs/workbench/services/views/browser/viewDescriptorService.ts
@@ -574,7 +574,7 @@ export class ... | diff --git a/src/vs/workbench/services/views/test/browser/viewDescriptorService.test.ts b/src/vs/workbench/services/views/test/browser/viewDescriptorService.test.ts
--- a/src/vs/workbench/services/views/test/browser/viewDescriptorService.test.ts
+++ b/src/vs/workbench/services/views/test/browser/viewDescriptorService.t... | Hidden views re-appear on switching profiles
Steps to Reproduce:
1. Create profile A - move timeline view to secondary sidebar
2. Create profile B - hide timeline view
3. From profile A switch to profile B
🐛 Timeline view reappear
| null | 2023-03-17 12:42: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
| ['ViewDescriptorService orphan view containers', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'ViewDescriptorService orphan views', 'ViewDescriptorService storage change also updates locations even if views do not exists and views are ... | ['ViewDescriptorService storage change move views and retain visibility state'] | [] | . /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/views/test/browser/viewDescriptorService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/views/browser/viewDescriptorService.ts->program->class_declaration:ViewDescriptorService->method_definition:onDidViewCustomizationsStorageChange"] |
microsoft/vscode | 177,785 | microsoft__vscode-177785 | ['177780'] | 9608bd186ccb31493fbc532ecd33220b093338a8 | diff --git a/src/vs/platform/extensionManagement/common/abstractExtensionManagementService.ts b/src/vs/platform/extensionManagement/common/abstractExtensionManagementService.ts
--- a/src/vs/platform/extensionManagement/common/abstractExtensionManagementService.ts
+++ b/src/vs/platform/extensionManagement/common/abstrac... | diff --git a/src/vs/platform/extensionManagement/test/node/installGalleryExtensionTask.test.ts b/src/vs/platform/extensionManagement/test/node/installGalleryExtensionTask.test.ts
--- a/src/vs/platform/extensionManagement/test/node/installGalleryExtensionTask.test.ts
+++ b/src/vs/platform/extensionManagement/test/node/i... | Continue installing the extension when signature verification fails
Continue installing the extension when signature verification fails -
Report the error in telemetry
CC @isidorn @dtivel
| To verify:
- Install `tyriar.luna-paint` extension and make sure the extension is installed successfully.
- Also make sure you see following in the Shared log
```
2023-03-21 11:40:33.358 [info] Getting Manifest... tyriar.luna-paint
2023-03-21 11:40:33.369 [info] Installing extension: tyriar.luna-paint
2023-03-2... | 2023-03-21 10:56:33+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', '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... | ['InstallGalleryExtensionTask Tests if verification succeeds, the task completes', 'InstallGalleryExtensionTask Tests task completes for an unsigned extension even when signature verification throws error', 'InstallGalleryExtensionTask Tests task completes for unsigned extension', 'InstallGalleryExtensionTask Tests if ... | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/extensionManagement/test/node/installGalleryExtensionTask.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/platform/extensionManagement/common/abstractExtensionManagementService.ts->program->function_declaration:reportTelemetry", "src/vs/platform/extensionManagement/node/extensionDownloader.ts->program->class_declaration:ExtensionsDownloader->method_definition:download"] |
microsoft/vscode | 178,291 | microsoft__vscode-178291 | ['171880'] | 619a4b604aa8f09b3a5eec61114a9dd65648ae83 | diff --git a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts b/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
+++ b/src/vs/workbench/contrib/terminalContrib/links/browser/term... | diff --git a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts b/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
+++ b/src/vs/workbench/contrib/term... | terminal doesn't recognize filename and line number
<!-- ⚠️⚠️ 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. -... | yeah looks like we don't support that case atm, though this one comes close
https://github.com/microsoft/vscode/blob/5dbb41f91d0f33f72746b3ad55ef9cccda59364a/src/vs/workbench/contrib/terminal/browser/links/terminalLocalLinkDetector.ts#L60
<!-- 6d457af9-96bd-47a8-a0e8-ecf120dfffc1 -->
This feature request is now a ca... | 2023-03-24 23:41:30+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... | ['TerminalLinkParsing getLinkSuffix `foo, line 339`', 'TerminalLinkParsing getLinkSuffix `foo, line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `foo: line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `"foo" on line 339,\xa0column 12`', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a ... | ['TerminalLinkParsing detectLinks should detect 3 suffix links on a single line ` "foo", lines 339-340 foo\xa0339:12 "foo" on line 339,\xa0column 12 `', 'TerminalLinkParsing removeLinkSuffix `"foo", line 339, character 12`', 'TerminalLinkParsing detectLinkSuffixes `"foo", line 339, characters 12-13`', 'TerminalLinkPars... | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 3 | 0 | 3 | false | false | ["src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts->program->function_declaration:l", "src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts->program->function_declaration:generateLinkSuffixRegex", "src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkP... |
microsoft/vscode | 178,513 | microsoft__vscode-178513 | ['178326'] | 5f328ba75d0bc66fa741290fd16cace977083871 | diff --git a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts b/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
+++ b/src/vs/workbench/contrib/terminalContrib/links/browser/term... | diff --git a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts b/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
+++ b/src/vs/workbench/contrib/term... | exclude "<" and ">" from file path detection
<!-- ⚠️⚠️ 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. -->
E... | This actually works fine for me:

Is nakata/main.go relative to the current working directory?
Weird... 🤔
No. The actual file I want to go is at `./cmd/nakama/main.go` but it was compiled as `nakama`, s... | 2023-03-28 17:52:27+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
| ['TerminalLinkParsing getLinkSuffix `foo, line 339`', 'TerminalLinkParsing getLinkSuffix `foo, line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `foo: line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `"foo" on line 339,\xa0column 12`', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a ... | ['TerminalLinkParsing detectLinks "<>" should exclude bracket characters from link paths [Linux]', 'TerminalLinkParsing detectLinks "<>" should exclude bracket characters from link paths [macOS]'] | [] | . /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/terminalContrib/links/test/browser/terminalLinkParsing.test.ts --reporter json --no-sandbox --exit | Feature | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 178,694 | microsoft__vscode-178694 | ['178460'] | d4d0d2a3e438a3e97f57b6f8a9c4d5348949d0b5 | diff --git a/src/vs/base/common/history.ts b/src/vs/base/common/history.ts
--- a/src/vs/base/common/history.ts
+++ b/src/vs/base/common/history.ts
@@ -118,6 +118,7 @@ interface HistoryNode<T> {
export class HistoryNavigator2<T> {
+ private valueSet: Set<T>;
private head: HistoryNode<T>;
private tail: HistoryNo... | diff --git a/src/vs/base/test/common/history.test.ts b/src/vs/base/test/common/history.test.ts
--- a/src/vs/base/test/common/history.test.ts
+++ b/src/vs/base/test/common/history.test.ts
@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*----------------... | Use only unique commit messages for auto-complete
<!-- ⚠️⚠️ 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 | 2023-03-30 15:10: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
| ['History Navigator previous returns previous element', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'History Navigator adding an existing item changes the order', 'History Navigator next returns object if the current position is not t... | ['History Navigator 2 replaceLast - existing value', 'History Navigator 2 add - existing value'] | [] | . /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/history.test.ts --reporter json --no-sandbox --exit | Feature | false | false | false | true | 5 | 1 | 6 | false | false | ["src/vs/base/common/history.ts->program->class_declaration:HistoryNavigator2->method_definition:add", "src/vs/base/common/history.ts->program->class_declaration:HistoryNavigator2", "src/vs/base/common/history.ts->program->class_declaration:HistoryNavigator2->method_definition:constructor", "src/vs/base/common/history.... |
microsoft/vscode | 179,884 | microsoft__vscode-179884 | ['176783'] | 00e3acf1ee6bdfef8d4d71b899af743cfe0f182c | diff --git a/src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.ts b/src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.ts
--- a/src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.ts
+++ b/src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.ts
@@ -3... | diff --git a/src/vs/workbench/contrib/extensions/test/electron-sandbox/extensionRecommendationsService.test.ts b/src/vs/workbench/contrib/extensions/test/electron-sandbox/extensionRecommendationsService.test.ts
--- a/src/vs/workbench/contrib/extensions/test/electron-sandbox/extensionRecommendationsService.test.ts
+++ b... | Let's remove request to marketplace for workspace recommendations
1. Open a repo that has some workspace recommendations (like vscode)
2. Notice that we are sending a request to the Marketplace on VS Code startup
3. This request is not actually needed. We send it just to check if the recommended extension names are v... | null | 2023-04-13 14:39:33+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['ExtensionEnablementService Test test canChangeEnablement return true when the remote ui extension is disabled by kind', 'Experiment Service Simple Experiment Test', 'ExtensionEnablementService Test test disable an extension for workspace again should return a falsy promise', 'ExtensionEnablementService Test test canC... | ['ExtensionRecommendationsService Test ExtensionRecommendationsService: Prompt for valid workspace recommendations'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/extensions/test/electron-sandbox/extensionRecommendationsService.test.ts --reporter json --no-sandbox --exit | Refactoring | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.ts->program->class_declaration:WorkspaceRecommendations->method_definition:validateExtensions", "src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.ts->program->class_declaration:WorkspaceRecommendations->method_definition:construc... |
microsoft/vscode | 180,357 | microsoft__vscode-180357 | ['179268'] | 9c4d6d295779cf538bceb2936cf7e705d1144fc9 | diff --git a/src/vs/editor/common/tokens/sparseMultilineTokens.ts b/src/vs/editor/common/tokens/sparseMultilineTokens.ts
--- a/src/vs/editor/common/tokens/sparseMultilineTokens.ts
+++ b/src/vs/editor/common/tokens/sparseMultilineTokens.ts
@@ -431,18 +431,10 @@ class SparseMultilineTokensStorage {
// 3a, 3b, 3c
... | diff --git a/src/vs/editor/test/common/model/tokensStore.test.ts b/src/vs/editor/test/common/model/tokensStore.test.ts
--- a/src/vs/editor/test/common/model/tokensStore.test.ts
+++ b/src/vs/editor/test/common/model/tokensStore.test.ts
@@ -99,8 +99,6 @@ suite('TokensStore', () => {
return result;
}
- // function ... | VS Code crash ("The window is not responding") after running "Organize Usings"
This was filed at https://github.com/Dart-Code/Dart-Code/issues/4486, but I believe the crash is a VS Code issue.
I can reproduce the issue by doing the following:
- Set up a Dart SDK and install the Dart extension
- Open an empty fol... | I was able to reproduce this in an isolated test extension by just hard-coding semantic tokens and the edits:
https://github.com/DanTup/vscode-repro-sort-imports-crash
The complete code looks like this (though you'll need to contribute the "danny" language or change it.. I didn't want to reuse an existing languag... | 2023-04-19 19:29:29+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'TokensStore issue #91936: Semantic token color highlighting fails on line with selected text', 'TokensStore bug', 'TokensStore issue #95949: Identifiers are colored in bold when targetting... | ['TokensStore issue #179268: a complex edit', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/common/model/tokensStore.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/tokens/sparseMultilineTokens.ts->program->class_declaration:SparseMultilineTokensStorage->method_definition:acceptDeleteRange"] |
microsoft/vscode | 180,963 | microsoft__vscode-180963 | ['163383'] | 30e62e1bf8c2bfb5789f45fb2d162e2bc4ba9598 | diff --git a/src/vs/workbench/api/common/extHostConfiguration.ts b/src/vs/workbench/api/common/extHostConfiguration.ts
--- a/src/vs/workbench/api/common/extHostConfiguration.ts
+++ b/src/vs/workbench/api/common/extHostConfiguration.ts
@@ -236,6 +236,9 @@ export class ExtHostConfigProvider {
}
});
... | diff --git a/src/vs/workbench/api/test/browser/extHostConfiguration.test.ts b/src/vs/workbench/api/test/browser/extHostConfiguration.test.ts
--- a/src/vs/workbench/api/test/browser/extHostConfiguration.test.ts
+++ b/src/vs/workbench/api/test/browser/extHostConfiguration.test.ts
@@ -771,6 +771,16 @@ suite('ExtHostConfig... | WorkspaceConfiguration.get returns string array which is mutable
<!-- ⚠️⚠️ 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-Bug... | null | 2023-04-26 18:03:37+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['ExtHostConfiguration application is not set in inspect', 'ExtHostConfiguration cannot modify returned configuration', 'ExtHostConfiguration inspect in single root context', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'ExtHostConfigu... | ['ExtHostConfiguration get return instance of array value'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/api/test/browser/extHostConfiguration.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/api/common/extHostConfiguration.ts->program->class_declaration:ExtHostConfigProvider->method_definition:getConfiguration"] |
microsoft/vscode | 181,517 | microsoft__vscode-181517 | ['181479'] | 39b572dfae38593a48094ed3d5ae7d22ae91b12c | diff --git a/src/vs/editor/browser/services/abstractCodeEditorService.ts b/src/vs/editor/browser/services/abstractCodeEditorService.ts
--- a/src/vs/editor/browser/services/abstractCodeEditorService.ts
+++ b/src/vs/editor/browser/services/abstractCodeEditorService.ts
@@ -585,7 +585,7 @@ export const _CSS_MAP: { [prop: s... | diff --git a/src/vs/editor/test/browser/services/decorationRenderOptions.test.ts b/src/vs/editor/test/browser/services/decorationRenderOptions.test.ts
--- a/src/vs/editor/test/browser/services/decorationRenderOptions.test.ts
+++ b/src/vs/editor/test/browser/services/decorationRenderOptions.test.ts
@@ -41,7 +41,7 @@ sui... | Gutter icon is no longer centered in 1.78
Create decoration with `gutterIconSize` set to `50%`.
Example [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens):
```js
"errorLens.gutterIconsEnabled": true,
"errorLens.gutterIconSet": "circle",
"errorLens.gutterIconSize": "50%",
``... | null | 2023-05-04 13:37:10+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && 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', 'Decoration Render Options theme color', 'Unexpected Errors & Loader Errors assertCleanState - check that registries a... | ['Decoration Render Options css properties', 'Decoration Render Options css properties, gutterIconPaths'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/services/decorationRenderOptions.test.ts --reporter json --no-sandbox --exit | Bug Fix | true | false | false | false | 0 | 0 | 0 | false | false | [] |
microsoft/vscode | 182,067 | microsoft__vscode-182067 | ['181755'] | 66e8ef9385e8d8794f7c5bb2eadf9a9e23274f9d | diff --git a/src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts b/src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts
--- a/src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts
+++ b/src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts
@@ -38,6 +38,8 @@ export interface IT... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.ts b/src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.... | Revert change to always update status
Just saw https://github.com/microsoft/vscode/pull/180903, this goes against the design. It's meant to only add the status if it doesn't already exist, if the status changed then it should use a different id and/or remove the old status first.
| @Tyriar I'm not clear on the solution. There're a limited number of Terminal Status IDs: https://github.com/microsoft/vscode/blob/9b322006a9f28e550c51223485c2f1d93e5bfcdb/src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts#L21-L27
In this case status ID hasn't changed, it's still `EnvironmentVariableInfo... | 2023-05-10 14:05:25+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['Workbench - TerminalStatusList remove', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Workbench - TerminalStatusList add should remove animation', 'Workbench - TerminalStatusList onDidRemoveStatus', 'Unexpected Errors & Loader Errors... | ['Workbench - TerminalStatusList add should fire onDidRemoveStatus if same status id with a different object reference was added'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts->program->class_declaration:TerminalStatusList->method_definition:add"] |
microsoft/vscode | 182,100 | microsoft__vscode-182100 | ['181939'] | e29ee620ca6a881d6b71fdcdc7b4392859e5dbad | diff --git a/src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts b/src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts
--- a/src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts
+++ b/src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts
@@ -316,8 +316,11 @@ export class ShellIn... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/xterm/shellIntegrationAddon.test.ts b/src/vs/workbench/contrib/terminal/test/browser/xterm/shellIntegrationAddon.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/xterm/shellIntegrationAddon.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/brows... | `ctrl+c` doesn't work in the terminal sometimes
Run a command - `ls` for example - then `ctrl+c` and it doesn't exit that command

| Same issue:
Versione: 1.78.1
Commit: 6a995c4f4cc2ced6e3237749973982e751cb0bf9
Data: 2023-05-04T09:57:42.343Z
Electron: 22.5.1
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
Sistema operativo: Darwin x64 18.7.0
In modalità sandbox: No | 2023-05-10 17:27:48+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['deserializeMessage empty', 'deserializeMessage escaped backslash followed by literal "x0a" is not a newline', 'ShellIntegrationAddon BufferMarkCapability SetMark - hidden & ID', 'ShellIntegrationAddon cwd detection detect `SetWindowsFrindlyCwd` sequence: `OSC 9 ; 9 ; <cwd> ST`', 'Tests are using suiteSetup and setup ... | ['ShellIntegrationAddon command tracking should pass command line sequence to the capability'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/xterm/shellIntegrationAddon.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts->program->class_declaration:ShellIntegrationAddon->method_definition:_doHandleVSCodeSequence", "src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts->program->function_declaration:parseMarkSequence"] |
microsoft/vscode | 182,669 | microsoft__vscode-182669 | ['182565'] | fe16f26a406d6c889a7801739cc658e8778c149c | diff --git a/src/vs/workbench/contrib/search/browser/search.contribution.ts b/src/vs/workbench/contrib/search/browser/search.contribution.ts
--- a/src/vs/workbench/contrib/search/browser/search.contribution.ts
+++ b/src/vs/workbench/contrib/search/browser/search.contribution.ts
@@ -41,7 +41,6 @@ import 'vs/workbench/co... | diff --git a/src/vs/workbench/contrib/search/test/browser/searchModel.test.ts b/src/vs/workbench/contrib/search/test/browser/searchModel.test.ts
--- a/src/vs/workbench/contrib/search/test/browser/searchModel.test.ts
+++ b/src/vs/workbench/contrib/search/test/browser/searchModel.test.ts
@@ -500,7 +500,7 @@ suite('Search... | remove experimental flag for notebook search for open notebooks
Should be fairly complete after this iteration. The flag has been on by default on insiders for more than a month now.
| null | 2023-05-16 19:16:33+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && 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... | ['SearchModel Search Model: Search adds to results', 'SearchModel Search Model: Search can return notebook results', 'SearchModel Search Model: Search reports telemetry on search completed', 'SearchModel Search Model: Search reports timed telemetry on search when progress is not called', 'SearchModel Search Model: Sear... | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/search/test/browser/searchModel.test.ts src/vs/workbench/contrib/search/test/browser/searchTestCommon.ts src/vs/workbench/contrib/search/test/brows... | Feature | false | true | false | false | 9 | 0 | 9 | false | false | ["src/vs/workbench/contrib/search/browser/searchModel.ts->program->class_declaration:FileMatch->method_definition:createMatches", "src/vs/workbench/contrib/search/browser/searchModel.ts->program->class_declaration:SearchModel->method_definition:doSearch", "src/vs/workbench/contrib/search/browser/searchWidget.ts->progra... |
microsoft/vscode | 183,368 | microsoft__vscode-183368 | ['182958'] | 14977db0ec07d4e50fcb6ce50bbcd23cb9ef5479 | diff --git a/src/vs/workbench/services/search/node/ripgrepFileSearch.ts b/src/vs/workbench/services/search/node/ripgrepFileSearch.ts
--- a/src/vs/workbench/services/search/node/ripgrepFileSearch.ts
+++ b/src/vs/workbench/services/search/node/ripgrepFileSearch.ts
@@ -30,7 +30,7 @@ export function spawnRipgrepCmd(config:... | 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... | .gitignore files don't take effect in Search if there is no .git folder
Type: <b>Bug</b>
Steps to reproduce:
1. Create the following files in a folder and open it with Code:
```
something/
something irrelevant.txt
something/
also something irrelevant.txt
.gitignore
irrelevant.md... | When you do this, do you have the ignored files open in the editor?
The same seems to happen no matter what files are opened in the editor.
Tested with 1.79.0-insider (6d3fedb7c2cf965915c785dc07701eb978947506, 2023-05-19T20:39:14.598Z)
Also, I verified that `search.useIgnoreFiles` is `true`.
That's so strange. I can... | 2023-05-24 21:04:33+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['RipgrepTextSearchEngine RipgrepParser multiple results', 'RipgrepTextSearchEngine RipgrepParser multiple submatches without newline in between (#131507)', 'RipgrepTextSearchEngine brace expansion for ripgrep', 'RipgrepTextSearchEngine RipgrepParser single result', 'RipgrepTextSearchEngine RipgrepParser multiple subma... | ['RipgrepTextSearchEngine getRgArgs simple includes'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && 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 | 2 | 0 | 2 | false | false | ["src/vs/workbench/services/search/node/ripgrepTextSearchEngine.ts->program->function_declaration:getRgArgs", "src/vs/workbench/services/search/node/ripgrepFileSearch.ts->program->function_declaration:getRgArgs"] |
microsoft/vscode | 186,087 | microsoft__vscode-186087 | ['182878'] | 2bd04a1380e93fa92294878b17305f246f7f334a | diff --git a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalMultiLineLinkDetector.ts b/src/vs/workbench/contrib/terminalContrib/links/browser/terminalMultiLineLinkDetector.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalMultiLineLinkDetector.ts
+++ b/src/vs/workbench/contrib/term... | diff --git a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalMultiLineLinkDetector.test.ts b/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalMultiLineLinkDetector.test.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalMultiLineLinkDetector.test.ts
+++ b... | Support linking from git diff output to the line requested
I use `git diff` in the terminal and currently it's a little awkward getting to the line I am looking at. Take this for example:

Say I want to get to the lin... | null | 2023-06-24 22:09:53+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:18
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 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
RUN npx playwright install --wi... | ['Workbench - TerminalMultiLineLinkDetector macOS/Linux Link: ./foo should detect in "./foo\\r\\n5:foo"', 'Workbench - TerminalMultiLineLinkDetector macOS/Linux Link: ./foo should detect in "./foo\\r\\n 5:3 foo"', 'Workbench - TerminalMultiLineLinkDetector macOS/Linux Link: /foo/[bar]/baz should detect in "/foo/[bar]/... | ['Workbench - TerminalMultiLineLinkDetector macOS/Linux Link: foo/bar should detect in "+++ b/foo/bar\\r\\n@@ -7,6 +5,7 @@"', 'Workbench - TerminalMultiLineLinkDetector macOS/Linux Link: /foo/[bar].baz should detect in "+++ b//foo/[bar].baz\\r\\n@@ -7,6 +5,7 @@"', 'Workbench - TerminalMultiLineLinkDetector macOS/Linux ... | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalMultiLineLinkDetector.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminalContrib/links/browser/terminalMultiLineLinkDetector.ts->program->class_declaration:TerminalMultiLineLinkDetector->method_definition:detect"] |
microsoft/vscode | 186,767 | microsoft__vscode-186767 | ['185689'] | 5c98922b5220cad857f33cd96789c17370c17e32 | diff --git a/src/vs/base/common/async.ts b/src/vs/base/common/async.ts
--- a/src/vs/base/common/async.ts
+++ b/src/vs/base/common/async.ts
@@ -417,6 +417,7 @@ export class ThrottledDelayer<T> {
dispose(): void {
this.delayer.dispose();
+ this.throttler.dispose();
}
}
| diff --git a/src/vs/base/test/common/async.test.ts b/src/vs/base/test/common/async.test.ts
--- a/src/vs/base/test/common/async.test.ts
+++ b/src/vs/base/test/common/async.test.ts
@@ -255,6 +255,12 @@ suite('Async', () => {
// OK
}
});
+
+ test('trigger after dispose throws', async () => {
+ const th... | Dispose the Throttler in ThrottledDelayer
Followup from https://github.com/microsoft/vscode/pull/185688- the Throttler in ThrottledDelayer should also be disposed, but I will wait for debt week to do this
| null | 2023-06-30 18:06:44+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['Async TaskSequentializer join (without next or pending)', 'Async Delayer simple cancel', 'Async TaskSequentializer cancel pending', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Async TaskSequentializer pending and multiple next (las... | ['Async Delayer ThrottledDelayer trigger after dispose throws'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/common/async.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/common/async.ts->program->class_declaration:ThrottledDelayer->method_definition:dispose"] |
microsoft/vscode | 186,926 | microsoft__vscode-186926 | ['175476'] | def8a208cb78184875c69ab714c0e9e6381fe09d | diff --git a/src/vs/editor/common/viewModel/modelLineProjection.ts b/src/vs/editor/common/viewModel/modelLineProjection.ts
--- a/src/vs/editor/common/viewModel/modelLineProjection.ts
+++ b/src/vs/editor/common/viewModel/modelLineProjection.ts
@@ -193,7 +193,7 @@ class ModelLineProjection implements IModelLineProjection... | diff --git a/src/vs/editor/test/browser/viewModel/modelLineProjection.test.ts b/src/vs/editor/test/browser/viewModel/modelLineProjection.test.ts
--- a/src/vs/editor/test/browser/viewModel/modelLineProjection.test.ts
+++ b/src/vs/editor/test/browser/viewModel/modelLineProjection.test.ts
@@ -921,7 +921,7 @@ suite('SplitL... | [Outdated] Color hints may display twice at view edges with line wrap
With `"editor.wordWrap": "on"`, the color hints (inline color decorators) may be double-displayed near the wrapped view edges.
----
Version: 1.75.1
Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf
User Agent: Mozilla/5.0 (X... | Can you share a screenshot?
<img src="https://user-images.githubusercontent.com/81106051/222521417-58651c0a-e873-4a92-99f7-f08a82747b38.png" alt="https://github.dev/MasterInQuestion/Markup/blob/main/Verbose.htm" />
| 2023-07-03 15:44:54+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['SplitLinesCollection getViewLinesData - with wrapping', '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', 'Editor ViewModel - SplitLinesCollection issue #3662', 'Edito... | ['SplitLinesCollection getViewLinesData - with wrapping and injected text'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/editor/test/browser/viewModel/modelLineProjection.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/editor/common/viewModel/modelLineProjection.ts->program->class_declaration:ModelLineProjection->method_definition:getViewLinesData"] |
microsoft/vscode | 188,196 | microsoft__vscode-188196 | ['188202'] | e9af68ea02b34f3dd8f88c6a98be9e861eae529e | diff --git a/src/vs/base/common/event.ts b/src/vs/base/common/event.ts
--- a/src/vs/base/common/event.ts
+++ b/src/vs/base/common/event.ts
@@ -682,6 +682,7 @@ export namespace Event {
}
};
observable.addObserver(observer);
+ observable.reportChanges();
return {
dispose() {
observable.remov... | diff --git a/src/vs/base/test/common/observable.test.ts b/src/vs/base/test/common/observable.test.ts
--- a/src/vs/base/test/common/observable.test.ts
+++ b/src/vs/base/test/common/observable.test.ts
@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
impo... | Diff Editor V2: No Notification When Document Has Only Whitespace Change
Verification steps:
Make sure you are on diff editor version 2. Enable whitespace only diffing (the reversed P in the toolbar). Diff two identical documents, change indentation.
Verify that a notification is shown.
| null | 2023-07-18 20:48:43+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['observables autorun rerun on neutral change autorun reruns on indirect neutral observable double change when changes propagate', 'observables tutorial get without observers', 'observables autorun rerun on neutral change autorun reruns on neutral observable double change', 'observables from event Handle undefined', 'T... | ['observables bug: fromObservableLight doesnt subscribe'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/common/observable.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/common/event.ts->program->function_declaration:fromObservableLight"] |
microsoft/vscode | 188,288 | microsoft__vscode-188288 | ['188275'] | 2b53df759299a2de97d5e483963300870a08f335 | diff --git a/src/vs/platform/userDataSync/common/extensionsMerge.ts b/src/vs/platform/userDataSync/common/extensionsMerge.ts
--- a/src/vs/platform/userDataSync/common/extensionsMerge.ts
+++ b/src/vs/platform/userDataSync/common/extensionsMerge.ts
@@ -395,7 +395,7 @@ function isSameExtensionState(a: IStringDictionary<an... | diff --git a/src/vs/platform/userDataSync/test/common/extensionsMerge.test.ts b/src/vs/platform/userDataSync/test/common/extensionsMerge.test.ts
--- a/src/vs/platform/userDataSync/test/common/extensionsMerge.test.ts
+++ b/src/vs/platform/userDataSync/test/common/extensionsMerge.test.ts
@@ -69,7 +69,7 @@ suite('Extensio... | Getting suspended from Settings Sync
Started seeing this yesterday:
<img width="489" alt="image" src="https://github.com/microsoft/vscode/assets/22350/75e952f3-e15a-4aca-82c4-039cda20f42d">
I have not modified any extensions and/or profiles, yet Settings Sync seems to be pushing Extensions related data very frequ... | null | 2023-07-19 15:26:27+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['ExtensionsMerge merge returns local extension if remote does not exist with ignored extensions (ignore case)', 'ExtensionsMerge merge when an extension is not an installed extension remotely and does not exist locally', 'ExtensionsMerge merge returns local extension if remote does not exist with skipped and ignored e... | ['ExtensionsMerge merge: local extension with pinned is added', 'ExtensionsMerge merge when an extension is an installed extension remotely but not locally and updated remotely', 'ExtensionsMerge merge local and remote extensions when there is no base', 'ExtensionsMerge merge: local extension is changed to pinned and v... | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/userDataSync/test/common/extensionsMerge.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/platform/userDataSync/common/extensionsMerge.ts->program->function_declaration:massageIncomingExtension", "src/vs/platform/userDataSync/common/extensionsMerge.ts->program->function_declaration:massageOutgoingExtension"] |
microsoft/vscode | 188,726 | microsoft__vscode-188726 | ['188428'] | f991a1ad7b3b99b399c261ad3bd88b98f026dabf | diff --git a/src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts b/src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts
--- a/src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts
+++ b/src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts
@@ -135,8 +135,6 @@ expor... | diff --git a/src/vs/workbench/contrib/notebook/test/browser/notebookCellList.test.ts b/src/vs/workbench/contrib/notebook/test/browser/notebookCellList.test.ts
--- a/src/vs/workbench/contrib/notebook/test/browser/notebookCellList.test.ts
+++ b/src/vs/workbench/contrib/notebook/test/browser/notebookCellList.test.ts
@@ -5... | Interactive Window view pane doesn't scroll when `"interactiveWindow.alwaysScrollOnNewCell": false`
1. run enough cells in the interactive window that it needs to scroll
2. ensure "interactiveWindow.alwaysScrollOnNewCell": false
3. scroll to the bottom of the IW and execute another cell
:bug: scrollbar height chan... | null | 2023-07-24 22:30:11+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'NotebookCellList visibleRanges should be exclusive of end 2', 'NotebookCellList visibleRanges should be exclusive of end', 'Unexpected Errors & Loader Errors should not have unexpected err... | ['NotebookCellList updateElementHeight with anchor #121723', 'NotebookCellList updateElementHeight of cells out of viewport should not trigger scroll #121140', 'Unexpected Errors & Loader Errors assertCleanState - check that registries are clean and objects are disposed at the end of test running', 'NotebookCellList re... | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/notebook/test/browser/notebookCellList.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | false | false | true | 3 | 1 | 4 | false | false | ["src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts->program->class_declaration:NotebookCellList->method_definition:getViewScrollBottom", "src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts->program->class_declaration:NotebookCellList", "src/vs/workbench/contrib/notebook/browser/view/no... |
microsoft/vscode | 189,169 | microsoft__vscode-189169 | ['189145'] | 9b81a0d764c5ff811562792e1b23eb583b0042e3 | diff --git a/src/vs/base/common/observableImpl/autorun.ts b/src/vs/base/common/observableImpl/autorun.ts
--- a/src/vs/base/common/observableImpl/autorun.ts
+++ b/src/vs/base/common/observableImpl/autorun.ts
@@ -128,12 +128,13 @@ export class AutorunObserver<TChangeSummary = any> implements IObserver, IReader
this.... | diff --git a/src/vs/base/test/common/observable.test.ts b/src/vs/base/test/common/observable.test.ts
--- a/src/vs/base/test/common/observable.test.ts
+++ b/src/vs/base/test/common/observable.test.ts
@@ -992,6 +992,29 @@ suite('observables', () => {
'event fired',
]);
});
+
+ test('dont run autorun after dispos... | Investigate why #189096 was not discovered by tests
Investigate why #189096 was not discovered by tests.
| null | 2023-07-28 14:00:10+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && rm -rf node_modules && npx playwright install --with-deps chromium webkit && yarn install
RUN chmod +x ./scripts/test.sh
RUN . $NVM_DIR/nvm.sh && nvm alias default 18.8.0 && nvm use default
| ['observables autorun rerun on neutral change autorun reruns on indirect neutral observable double change when changes propagate', 'observables tutorial get without observers', 'observables autorun rerun on neutral change autorun reruns on neutral observable double change', 'observables from event Handle undefined', 'T... | ['observables dont run autorun after dispose'] | [] | . /usr/local/nvm/nvm.sh && nvm use 18.8.0 && yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/base/test/common/observable.test.ts --reporter json --no-sandbox --exit | Testing | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/base/common/observableImpl/autorun.ts->program->class_declaration:AutorunObserver->method_definition:_runIfNeeded"] |
microsoft/vscode | 189,223 | microsoft__vscode-189223 | ['189222'] | 9a281018181dca942cc46c03f9795be00912e38d | diff --git a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalWordLinkDetector.ts b/src/vs/workbench/contrib/terminalContrib/links/browser/terminalWordLinkDetector.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalWordLinkDetector.ts
+++ b/src/vs/workbench/contrib/terminalContrib/lin... | diff --git a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalWordLinkDetector.test.ts b/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalWordLinkDetector.test.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalWordLinkDetector.test.ts
+++ b/src/vs/workben... | Powerline symbols should not be included in links
When using a powerline prompt:

We should not be allowing the powerline symbols to be links (ctrl+hover):
 outputs file:line links that follow [this GNU convention](https://www.gnu.org/prep/standards/html_node/Errors.html):
```
Warning: Redundant case sail-riscv/model/riscv_sys_control.sail:206.6-7:
206 | _ => false
| ^
```
This doesn't c... | null | 2023-08-13 09:34:39+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:18
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 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
RUN npx playwright install --wi... | ['TerminalLinkParsing getLinkSuffix `foo, line 339`', 'TerminalLinkParsing getLinkSuffix `foo, line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `foo: line 339, column 12`', 'TerminalLinkParsing getLinkSuffix `"foo" on line 339,\xa0column 12`', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a ... | ['TerminalLinkParsing getLinkSuffix `foo:339.12`', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a single line ` foo:339:12 foo:339.12 foo 339 `', 'TerminalLinkParsing removeLinkSuffix `"foo",339.12`', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a single line ` "foo",339.12 "foo"... | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts->program->function_declaration:generateLinkSuffixRegex"] |
microsoft/vscode | 190,957 | microsoft__vscode-190957 | ['188582'] | 652b702314f8669213c5cadd4b0419123256e913 | diff --git a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts b/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
--- a/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts
+++ b/src/vs/platform/extensionManagement/common/extensionsProfil... | diff --git a/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts b/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
--- a/src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts
+++ b/src/vs/platform/extensionMana... | Installing extension from VSIX after installing from location deletes original directory
<!-- ⚠️⚠️ 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/vs... | This is not fixed completely after reverting the fix (https://github.com/microsoft/vscode/pull/190074).
Hence reopened it. | 2023-08-22 10:08:40+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:18
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 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
RUN npx playwright install --wi... | ['ExtensionsProfileScannerService extension in intermediate format is read and migrated during write', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'ExtensionsProfileScannerService throws error if extension has no version', 'Extensions... | ['ExtensionsProfileScannerService add extension with same id and version located in the different folder', 'ExtensionsProfileScannerService remove extension trigger events', 'ExtensionsProfileScannerService add same extension with different metadata'] | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/platform/extensionManagement/test/common/extensionsProfileScannerService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts->program->method_definition:removeExtensionFromProfile", "src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts->program->method_definition:addExtensionsToProfile"] |
microsoft/vscode | 190,980 | microsoft__vscode-190980 | ['190133'] | 90dfc646f4aea1c85b698c4c1bf4a4c287c927c4 | diff --git a/src/vs/workbench/services/untitled/common/untitledTextEditorModel.ts b/src/vs/workbench/services/untitled/common/untitledTextEditorModel.ts
--- a/src/vs/workbench/services/untitled/common/untitledTextEditorModel.ts
+++ b/src/vs/workbench/services/untitled/common/untitledTextEditorModel.ts
@@ -419,7 +419,8 ... | diff --git a/src/vs/workbench/services/untitled/test/browser/untitledTextEditor.test.ts b/src/vs/workbench/services/untitled/test/browser/untitledTextEditor.test.ts
--- a/src/vs/workbench/services/untitled/test/browser/untitledTextEditor.test.ts
+++ b/src/vs/workbench/services/untitled/test/browser/untitledTextEditor.t... | Unicode codepoint 0x202E causes the default filename in the tab title to also be right to left
<!-- ⚠️⚠️ 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/micros... | Good finding, we do some text normalization (removing spaces) here:
https://github.com/microsoft/vscode/blob/652e2d069c57887ec97f3ebac29533e44919cf14/src/vs/workbench/services/untitled/common/untitledTextEditorModel.ts#L415-L426
But we should probably strip out all non-printable unicode sequences.
If someone h... | 2023-08-22 12:54:11+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:18
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 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
RUN npx playwright install --wi... | ['Untitled text editors remembers that language was set explicitly', 'Untitled text editors service#onWillDispose', 'Untitled text editors Language is not set explicitly if set by language detection source', 'Untitled text editors model#onDidChangeContent', 'Untitled text editors created with files.defaultLanguage sett... | ['Untitled text editors model#onDidChangeName and input name'] | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/untitled/test/browser/untitledTextEditor.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/services/untitled/common/untitledTextEditorModel.ts->program->class_declaration:UntitledTextEditorModel->method_definition:updateNameFromFirstLine"] |
microsoft/vscode | 191,090 | microsoft__vscode-191090 | ['189798'] | ca2c1636f87ea4705f32345c2e348e815996e129 | diff --git a/src/vs/workbench/contrib/preferences/browser/settingsTreeModels.ts b/src/vs/workbench/contrib/preferences/browser/settingsTreeModels.ts
--- a/src/vs/workbench/contrib/preferences/browser/settingsTreeModels.ts
+++ b/src/vs/workbench/contrib/preferences/browser/settingsTreeModels.ts
@@ -273,7 +273,7 @@ expor... | diff --git a/src/vs/workbench/services/configuration/test/browser/configurationService.test.ts b/src/vs/workbench/services/configuration/test/browser/configurationService.test.ts
--- a/src/vs/workbench/services/configuration/test/browser/configurationService.test.ts
+++ b/src/vs/workbench/services/configuration/test/br... | Partial Profile created by settings unchecked (thus Settings using default profile) doesn't respect setting items which is described with "Applies to all profiles"
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-... | i start use user profile since 1.81.0, and i don't know if such bug also appears on early version. besides, vscode don't have this bug when on windows 11.
actually this bug is very annoying ,because, when switch to user profile whose "Title Bar Style" settings is forced to native, it has no menu bar at all! user can... | 2023-08-23 15:32:03+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:18
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 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
RUN npx playwright install --wi... | ['WorkspaceConfigurationService - Folder reload configuration emits events after global configuraiton changes', 'WorkspaceConfigurationService-Multiroot update tasks configuration in a folder', 'WorkspaceConfigurationService-Multiroot configuration of newly added folder is available on configuration change event', 'Wor... | ['WorkspaceConfigurationService - Profiles switch to non default profile using settings from default profile'] | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/services/configuration/test/browser/configurationService.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 2 | 0 | 2 | false | false | ["src/vs/workbench/services/configuration/browser/configurationService.ts->program->function_declaration:getLocalUserConfigurationScopes", "src/vs/workbench/contrib/preferences/browser/settingsTreeModels.ts->program->class_declaration:SettingsTreeSettingElement->method_definition:getTargetToInspect"] |
microsoft/vscode | 191,316 | microsoft__vscode-191316 | ['191174'] | 6b74d08f5b021abbaeaed7113bae3d5aaea6081e | 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
@@ -1121,7 +1121,6 @@ export clas... | diff --git a/src/vs/workbench/contrib/extensions/test/electron-sandbox/extensionsActions.test.ts b/src/vs/workbench/contrib/extensions/test/electron-sandbox/extensionsActions.test.ts
--- a/src/vs/workbench/contrib/extensions/test/electron-sandbox/extensionsActions.test.ts
+++ b/src/vs/workbench/contrib/extensions/test/... | A11y_VisualStudioCodeClient_Extensions_Name Role Value: No Name is provided for settings button.
[[Check out Accessibility Insights!](https://accessibilityinsights.io/)]- Identify accessibility bugs before check-in and make bug fixing faster and easier.
### GitHubTags:
#A11yWCAG2.1; #A11yTCS; #A11ySev2; #DesktopA... | @sandy081 I can repro, can you pls fix this by adding a label? | 2023-08-25 13:52:53+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:18
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 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
RUN npx playwright install --wi... | ['ExtensionEnablementService Test test canChangeEnablement return true when the remote ui extension is disabled by kind', 'ExtensionsActions Test EnableAction when there is no extension', 'ExtensionEnablementService Test test disable an extension for workspace again should return a falsy promise', 'ExtensionEnablementS... | ['ExtensionsActions Test ManageExtensionAction when extension is installed', 'ExtensionsActions Test ManageExtensionAction when extension is uninstalled', 'ExtensionsActions Test ManageExtensionAction when extension is queried from gallery and installed', 'ExtensionsActions Test ManageExtensionAction when extension is ... | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/extensions/test/electron-sandbox/extensionsActions.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/extensions/browser/extensionsActions.ts->program->class_declaration:ManageExtensionAction->method_definition:update"] |
microsoft/vscode | 191,602 | microsoft__vscode-191602 | ['190350'] | 07a6890a7b8117fa22b69286423288eb69fa3607 | diff --git a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts b/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts
+++ b/src/vs/workbench/contrib/terminalContrib/links/browser/term... | diff --git a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts b/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
--- a/src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts
+++ b/src/vs/workbench/contrib/term... | Support GNU style file:line.column links
The [Sail compiler]() outputs file:line links that follow [this GNU convention](https://www.gnu.org/prep/standards/html_node/Errors.html):
```
Warning: Redundant case sail-riscv/model/riscv_sys_control.sail:206.6-7:
206 | _ => false
| ^
```
This doesn't c... | Doesn't seem to work, see `echo src/vs/workbench/contrib/snippets/browser/snippetsFile.ts:70.30-36`
<img width="825" alt="Screenshot 2023-08-29 at 14 41 05" src="https://github.com/microsoft/vscode/assets/1794099/e659e1a2-69b9-4e3c-8687-123fc4e0fbf9">
The PR intentionally left that out:
> so I've opted for the ... | 2023-08-29 12:53:09+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:18
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 && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
RUN npx playwright install --wi... | ["TerminalLinkParsing detectLinkSuffixes `'foo',339.12`", 'TerminalLinkParsing getLinkSuffix `foo, line 339`', 'TerminalLinkParsing getLinkSuffix `foo, line 339, column 12`', "TerminalLinkParsing removeLinkSuffix `'foo',339.12`", 'TerminalLinkParsing getLinkSuffix `foo: line 339, column 12`', 'TerminalLinkParsing getLi... | ['TerminalLinkParsing getLinkSuffix `foo 339.12-341.14`', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a single line ` foo 339.12 foo 339.12-14 foo 339.12-341.14 `', 'TerminalLinkParsing detectLinks should detect 3 suffix links on a single line ` foo 339:12 foo 339.12 foo 339.12-14 `', 'TerminalLink... | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminalContrib/links/test/browser/terminalLinkParsing.test.ts --reporter json --no-sandbox --exit | Feature | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts->program->function_declaration:generateLinkSuffixRegex"] |
microsoft/vscode | 193,598 | microsoft__vscode-193598 | ['193588'] | 01c88cc99efcd423d662b56941f029bd22c4d584 | diff --git a/src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts b/src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts
--- a/src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts
+++ b/src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts
@@ -70,7 +70,9 @@ export class Termin... | diff --git a/src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.ts b/src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.ts
--- a/src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.ts
+++ b/src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.... | focusing a task terminal tab removes its status
1. run a task, like `VS Code - Build`
2. click on the terminal tab for one of the task terminals
3. 🐛 the status is gone
| null | 2023-09-20 16:42:11+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:18
RUN apt-get update && apt-get install -y git xvfb libxtst6 libxss1 libgtk-3-0 libnss3 libasound2 libx11-dev libxkbfile-dev pkg-config && rm -rf /var/lib/apt/lists/*
WORKDIR /testbed
RUN npx playwright install --with-deps chromium we... | ['Workbench - TerminalStatusList add should fire onDidRemoveStatus if same status id with a different object reference was added', 'Workbench - TerminalStatusList remove', 'Tests are using suiteSetup and setup correctly assertCleanState - check that registries are clean at the start of test running', 'Workbench - Termi... | ['Workbench - TerminalStatusList primary is not updated to status without an icon'] | [] | yarn compile ; xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' ./scripts/test.sh --run src/vs/workbench/contrib/terminal/test/browser/terminalStatusList.test.ts --reporter json --no-sandbox --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["src/vs/workbench/contrib/terminal/browser/terminalStatusList.ts->program->class_declaration:TerminalStatusList->method_definition:primary"] |
angular/angular | 37,484 | angular__angular-37484 | ['36882'] | f0f319b1d64112979a414829355fe8d4ff95f64e | diff --git a/packages/compiler-cli/ngcc/index.ts b/packages/compiler-cli/ngcc/index.ts
--- a/packages/compiler-cli/ngcc/index.ts
+++ b/packages/compiler-cli/ngcc/index.ts
@@ -12,7 +12,7 @@ import {AsyncNgccOptions, NgccOptions, SyncNgccOptions} from './src/ngcc_options
export {ConsoleLogger} from './src/logging/cons... | diff --git a/packages/compiler-cli/ngcc/test/integration/ngcc_spec.ts b/packages/compiler-cli/ngcc/test/integration/ngcc_spec.ts
--- a/packages/compiler-cli/ngcc/test/integration/ngcc_spec.ts
+++ b/packages/compiler-cli/ngcc/test/integration/ngcc_spec.ts
@@ -14,6 +14,7 @@ import {Folder, MockFileSystem, runInEachFileSy... | ngcc: do not parse tsconfig.json more than once
# 🐞 bug report
### Affected Package
The issue is caused by package @angular/compiler-cli
### Is this a regression?
<!-- Did this behavior use to work in the previous version? -->
<!-- ✍️--> Yes, the previous version in which this bug was not present was: 8.2... | Thanks for creating this issue @mpk - I hope to look into it later this week.
Is this a duplicate of https://github.com/angular/angular/issues/36272?
> Is this a duplicate of #36272?
Not really. There are a number of reasons why the build can be slow at 0%. This is one particular reason.
@mpk - I would like to... | 2020-06-08 09:42:33+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 10.24.1 && rm -rf node_modules && npm install -g @bazel/bazelisk && yarn install && node scripts/webdriver-manager-update.js && node --preserve-symlinks --preserve-symlinks-main ./tools/postinstall-patches.js
RUN . $NVM_... | ['/packages/localize/src/tools/test/translate/integration:integration', '/packages/core/test/bundling/injection:symbol_test', '/packages/compiler/test/selector:selector', '/packages/platform-browser/test:testing_circular_deps_test', '/packages/compiler/test:circular_deps_test', '/packages/compiler-cli/src/ngtsc/scope/t... | ['/packages/compiler-cli/ngcc/test:test'] | ['/packages/platform-browser-dynamic/test:test_web_chromium', '/packages/platform-browser/test:test_web_chromium', '/packages/platform-webworker/test:test_web_chromium', '/packages/http/test:test_web_chromium', '/packages/core/test/bundling/hello_world:test', '/packages/core/test/bundling/todo:test', '/packages/common/... | . /usr/local/nvm/nvm.sh && nvm use 10.24.1 && bazel test packages/compiler-cli/ngcc/test:test --keep_going --test_output=summary --test_summary=short --noshow_progress | Bug Fix | false | true | false | false | 3 | 0 | 3 | false | false | ["packages/compiler-cli/ngcc/src/ngcc_options.ts->program->function_declaration:getTsConfig", "packages/compiler-cli/ngcc/src/ngcc_options.ts->program->function_declaration:getSharedSetup", "packages/compiler-cli/ngcc/src/ngcc_options.ts->program->function_declaration:clearTsConfigCache"] |
angular/angular | 37,561 | angular__angular-37561 | ['35733'] | f7997256fc23e202e08df39997afd360d202f9f1 | diff --git a/packages/core/src/render3/di.ts b/packages/core/src/render3/di.ts
--- a/packages/core/src/render3/di.ts
+++ b/packages/core/src/render3/di.ts
@@ -657,16 +657,31 @@ export function ɵɵgetFactoryOf<T>(type: Type<any>): FactoryFn<T>|null {
*/
export function ɵɵgetInheritedFactory<T>(type: Type<any>): (type:... | diff --git a/packages/core/test/render3/providers_spec.ts b/packages/core/test/render3/providers_spec.ts
--- a/packages/core/test/render3/providers_spec.ts
+++ b/packages/core/test/render3/providers_spec.ts
@@ -6,10 +6,10 @@
* found in the LICENSE file at https://angular.io/license
*/
-import {Component as _Compo... | Too much recursion because of @Injectable conflicts with other decorators
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
Oh hi there! 😄
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, ... | I have a similar error after upgrading to 9.0.4/0.900.4:
```
Compiling @angular/… : es2015 as esm2015
chunk {} runtime.689ba4fd6cadb82c1ac2.js (runtime) 1.45 kB [entry] [rendered]
chunk {1} main.9d65be46ac259c9df33b.js (main) 700 kB [initial] [rendered]
chunk {2} polyfills.da2c6c4849ef9aea9de5.js (polyfills) 3... | 2020-06-12 20:02:28+00:00 | TypeScript | FROM public.ecr.aws/docker/library/node:10-buster
EXPOSE 4000 4200 4433 5000 8080 9876
USER root
RUN apt-get update && apt-get install -y git python3 chromium chromium-driver firefox-esr xvfb && rm -rf /var/lib/apt/lists/*
RUN npm install -g @bazel/bazelisk
WORKDIR /testbed
COPY . .
RUN yarn... | ['/packages/localize/src/tools/test/translate/integration:integration', '/packages/core/test/bundling/injection:symbol_test', '/packages/compiler/test/selector:selector', '/packages/platform-browser/test:testing_circular_deps_test', '/packages/compiler/test:circular_deps_test', '/packages/compiler-cli/src/ngtsc/scope/t... | ['/packages/core/test/render3:render3'] | ['/packages/platform-browser-dynamic/test:test_web_chromium', '/packages/platform-browser/test:test_web_chromium', '/packages/platform-webworker/test:test_web_chromium', '/packages/http/test:test_web_chromium', '/packages/core/test/bundling/hello_world:test', '/packages/core/test/bundling/todo:test', '/packages/common/... | bazel test packages/core/test/render3 --keep_going --test_output=summary --test_summary=short --noshow_progress | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["packages/core/src/render3/di.ts->program->function_declaration:\u0275\u0275getInheritedFactory"] |
mui/material-ui | 7,444 | mui__material-ui-7444 | ['1168', '1168'] | d3dcda1a55afeb7ade33d9fa659afef15b163255 | diff --git a/src/List/List.js b/src/List/List.js
--- a/src/List/List.js
+++ b/src/List/List.js
@@ -75,7 +75,7 @@ type Props = DefaultProps & {
class List extends Component<DefaultProps, Props, void> {
props: Props;
static defaultProps: DefaultProps = {
- component: 'div',
+ component: 'ul',
dense: fal... | diff --git a/test/integration/MenuList.spec.js b/test/integration/MenuList.spec.js
--- a/test/integration/MenuList.spec.js
+++ b/test/integration/MenuList.spec.js
@@ -29,7 +29,7 @@ function assertMenuItemFocused(wrapper, tabIndexed) {
items.forEach((item, index) => {
if (index === tabIndexed) {
- assert.... | [Lists] Change List and ListItem to use ul and li
We are looking through the semantics of our website, which uses Material-UI, and we discovered that list items in Material UI doesn't use `<ul>` and `<li>` (ie https://github.com/callemall/material-ui/blob/master/src/lists/list-item.jsx#L298). Does anybody know why this... | @bweggersen That's a good question :)
We should probably change it to use `ul` and `li`.
+1 let's keep the semantic of webpages structure correct.
@bweggersen @cgestes are either of you interested in taking this up in a PR?
@oliviertassinari @newoga @mbrookes Let's discuss this too. I think using `ul` and `li` migh... | 2017-07-16 18:48:33+00:00 | TypeScript | FROM node:6
WORKDIR /testbed
COPY . .
RUN yarn install
# Create custom reporter file
RUN echo 'var mocha = require("mocha");' > custom-reporter.js && echo 'var path = require("path");' >> custom-reporter.js && echo 'function CustomReporter(runner) {' >> custom-reporter.js && echo ' mocha.reporters.Base.ca... | ['test/integration/MenuList.spec.js-><MenuList> integration keyboard controls and tabIndex manipulation should have the first item tabIndexed', 'test/integration/MenuList.spec.js-><MenuList> integration keyboard controls and tabIndex manipulation - preselected item should have the 2nd item tabIndexed', 'test/integratio... | ['test/integration/MenuList.spec.js-><MenuList> integration keyboard controls and tabIndex manipulation should focus the third item', 'test/integration/MenuList.spec.js-><MenuList> integration keyboard controls and tabIndex manipulation - preselected item should select/focus the second item', 'test/integration/MenuList... | [] | yarn cross-env NODE_ENV=test mocha test/integration/MenuList.spec.js --reporter /testbed/custom-reporter.js --exit | Refactoring | false | false | true | false | 0 | 2 | 2 | false | false | ["src/List/List.js->program->class_declaration:List", "src/List/ListItem.js->program->class_declaration:ListItem"] |
mui/material-ui | 8,227 | mui__material-ui-8227 | ['8229'] | 0b7623b73cae491b53ff7663807efe2f40b0a150 | diff --git a/src/Menu/Menu.js b/src/Menu/Menu.js
--- a/src/Menu/Menu.js
+++ b/src/Menu/Menu.js
@@ -101,18 +101,41 @@ class Menu extends React.Component<AllProps, void> {
transitionDuration: 'auto',
};
- menuList = undefined;
+ componentDidMount() {
+ if (this.props.open) {
+ this.focus();
+ }
+ ... | diff --git a/test/integration/Menu.spec.js b/test/integration/Menu.spec.js
--- a/test/integration/Menu.spec.js
+++ b/test/integration/Menu.spec.js
@@ -29,7 +29,7 @@ describe('<Menu> integration', () => {
it('should not be open', () => {
const popover = wrapper.find(Popover);
- assert.strictEqual(popo... | Select with keyboard controls does not work in Dialog
<!-- Checked checkbox should look like this: [x] -->
- [x] I have searched the [issues](https://github.com/callemall/material-ui/issues) of this repository and believe that this is not a duplicate.
Similar to issue #8169, but that doesn't mention keyboard contro... | null | 2017-09-15 23:56:03+00:00 | TypeScript | FROM node:6
WORKDIR /testbed
COPY . .
RUN yarn install
# Create custom reporter file
RUN echo 'var mocha = require("mocha");' > custom-reporter.js && echo 'var path = require("path");' >> custom-reporter.js && echo 'function CustomReporter(runner) {' >> custom-reporter.js && echo ' mocha.reporters.Base.ca... | ['test/integration/Menu.spec.js-><Menu> integration mounted open should keep focus on the 3rd item (last item) when down arrow is pressed', 'test/integration/Menu.spec.js-><Menu> integration opening with a selected item should select the 2nd item and close the menu', 'test/integration/Menu.spec.js-><Menu> integration c... | ['test/integration/Select.spec.js-><Select> integration with Dialog should focus the first item as nothing has been selected'] | [] | yarn cross-env NODE_ENV=test mocha test/integration/Select.spec.js test/integration/Menu.spec.js test/integration/fixtures/select/SelectAndDialog.js --reporter /testbed/custom-reporter.js --exit | Bug Fix | false | false | false | true | 1 | 2 | 3 | false | false | ["src/Menu/Menu.js->program->class_declaration:Menu->method_definition:if", "src/Menu/Menu.js->program->class_declaration:Menu"] |
mui/material-ui | 10,906 | mui__material-ui-10906 | ['10863'] | 494c410716a11d2239d95ad3c000a8d43a78065c | diff --git a/src/SwipeableDrawer/SwipeableDrawer.js b/src/SwipeableDrawer/SwipeableDrawer.js
--- a/src/SwipeableDrawer/SwipeableDrawer.js
+++ b/src/SwipeableDrawer/SwipeableDrawer.js
@@ -153,7 +153,8 @@ class SwipeableDrawer extends React.Component {
this.startY = currentY;
this.setState({ maybeSwiping: tru... | diff --git a/src/SwipeableDrawer/SwipeableDrawer.test.js b/src/SwipeableDrawer/SwipeableDrawer.test.js
--- a/src/SwipeableDrawer/SwipeableDrawer.test.js
+++ b/src/SwipeableDrawer/SwipeableDrawer.test.js
@@ -348,4 +348,21 @@ describe('<SwipeableDrawer />', () => {
wrapper.unmount();
});
});
+
+ it('does ... | [SwipeableDrawer] Drawer crashes if setState occurs while it's opening
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Expected Behavior
SwipeableDrawer opening swipe should work whether or not a setState is occurring ... | I found the cause of this error, but my fix is kind of hacky. I'd like to fix the root issue instead.
@oliviertassinari It seems that the paper and backdrop refs (at least the paper ref) are set multiple times during the life time of the `SwipeableDrawer`. :confused: When the root component updates, as in the codesa... | 2018-04-03 22:18:20+00:00 | TypeScript | FROM node:6
WORKDIR /testbed
COPY . .
RUN yarn install
# Create custom reporter file
RUN echo 'var mocha = require("mocha");' > custom-reporter.js && echo 'var path = require("path");' >> custom-reporter.js && echo 'function CustomReporter(runner) {' >> custom-reporter.js && echo ' mocha.reporters.Base.ca... | ['src/SwipeableDrawer/SwipeableDrawer.test.js-><SwipeableDrawer /> swipe to open anchor=left should makes the drawer stay hidden', 'src/SwipeableDrawer/SwipeableDrawer.test.js-><SwipeableDrawer /> swipe to open anchor=right should stay closed when not swiping far enough', 'src/SwipeableDrawer/SwipeableDrawer.test.js-><... | ['src/SwipeableDrawer/SwipeableDrawer.test.js-><SwipeableDrawer /> does not crash when updating the parent component while swiping'] | [] | yarn cross-env NODE_ENV=test mocha src/SwipeableDrawer/SwipeableDrawer.test.js --reporter /testbed/custom-reporter.js --exit | Bug Fix | false | false | true | false | 0 | 1 | 1 | false | true | ["src/SwipeableDrawer/SwipeableDrawer.js->program->class_declaration:SwipeableDrawer"] |
mui/material-ui | 10,956 | mui__material-ui-10956 | ['10947'] | b105e4962a73551b33b1a6c702930c8ed7508a38 | diff --git a/.size-limit b/.size-limit
--- a/.size-limit
+++ b/.size-limit
@@ -7,13 +7,13 @@
{
"name": "The size of the whole library.",
"path": "build/index.js",
- "limit": "100.1 KB"
+ "limit": "100.2 KB"
},
{
"name": "The main bundle of the documentation",
"webpack": false,
"p... | diff --git a/src/Select/SelectInput.test.js b/src/Select/SelectInput.test.js
--- a/src/Select/SelectInput.test.js
+++ b/src/Select/SelectInput.test.js
@@ -279,8 +279,7 @@ describe('<SelectInput />', () => {
describe('prop: autoWidth', () => {
it('should take the anchor width into account', () => {
const ... | [Select] Menu width does not change after initial render
<!--- Provide a general summary of the issue in the Title above -->
As of #10706 menu min-width is no longer computed for each render. This can cause some display issues when windows are resized.
<!--
Thank you very much for contributing to Material-UI... | A relevant pull-request: #10706.
@michaelgruber Oh, I see you have done your homework! You have already found the pull-request. Well, what do you think of using the React hooks to update the value storing the width?
@oliviertassinari Yes. I believe you could update `displayWidth` in a `componentWillUpdate` but I'm not ... | 2018-04-07 14:31:24+00:00 | TypeScript | FROM node:6
WORKDIR /testbed
COPY . .
RUN yarn install
# Create custom reporter file
RUN echo 'var mocha = require("mocha");' > custom-reporter.js && echo 'var path = require("path");' >> custom-reporter.js && echo 'function CustomReporter(runner) {' >> custom-reporter.js && echo ' mocha.reporters.Base.ca... | ['src/Select/SelectInput.test.js-><SelectInput /> prop: native=true should render a native select', 'src/Select/SelectInput.test.js-><SelectInput /> prop: native=false prop: onChange should call handleClose', 'src/Select/SelectInput.test.js-><SelectInput /> prop: native=false prop: open (controlled) should work when op... | ['src/Select/SelectInput.test.js-><SelectInput /> prop: autoWidth should take the anchor width into account'] | [] | yarn cross-env NODE_ENV=test mocha src/Select/SelectInput.test.js --reporter /testbed/custom-reporter.js --exit | Bug Fix | false | false | false | true | 1 | 1 | 2 | false | false | ["src/Select/SelectInput.js->program->class_declaration:SelectInput->method_definition:shouldComponentUpdate", "src/Select/SelectInput.js->program->class_declaration:SelectInput"] |
mui/material-ui | 10,965 | mui__material-ui-10965 | ['10960'] | 2f8313d37476339c4b66408e4cce243fda2be202 | diff --git a/src/ButtonBase/ButtonBase.js b/src/ButtonBase/ButtonBase.js
--- a/src/ButtonBase/ButtonBase.js
+++ b/src/ButtonBase/ButtonBase.js
@@ -6,7 +6,7 @@ import keycode from 'keycode';
import ownerWindow from 'dom-helpers/ownerWindow';
import { polyfill } from 'react-lifecycles-compat';
import withStyles from '... | diff --git a/src/ButtonBase/ButtonBase.test.js b/src/ButtonBase/ButtonBase.test.js
--- a/src/ButtonBase/ButtonBase.test.js
+++ b/src/ButtonBase/ButtonBase.test.js
@@ -5,7 +5,6 @@ import { assert } from 'chai';
import PropTypes from 'prop-types';
import { spy, useFakeTimers } from 'sinon';
import { createShallow, cre... | ESC to exit a modal triggers button ripple
<!--- Provide a general summary of the issue in the Title above -->
<!--
Thank you very much for contributing to Material-UI by creating an issue! ❤️
To avoid duplicate issues we ask you to check off the following list.
-->
<!-- Checked checkbox should look li... | null | 2018-04-08 21:28:06+00:00 | TypeScript | FROM node:6
WORKDIR /testbed
COPY . .
RUN yarn install
# Create custom reporter file
RUN echo 'var mocha = require("mocha");' > custom-reporter.js && echo 'var path = require("path");' >> custom-reporter.js && echo 'function CustomReporter(runner) {' >> custom-reporter.js && echo ' mocha.reporters.Base.ca... | ['src/ButtonBase/ButtonBase.test.js-><ButtonBase /> handleFocus() when disabled should not persist event', 'src/ButtonBase/ButtonBase.test.js-><ButtonBase /> ripple should stop the ripple when the button blurs', 'src/ButtonBase/ButtonBase.test.js-><ButtonBase /> focusRipple should not stop the ripple when the mouse lea... | ['src/ButtonBase/ButtonBase.test.js-><ButtonBase /> mounted tab press listener should ignore the keyboard after 1s'] | [] | yarn cross-env NODE_ENV=test mocha src/ButtonBase/ButtonBase.test.js --reporter /testbed/custom-reporter.js --exit | Bug Fix | false | false | false | true | 2 | 1 | 3 | false | false | ["src/utils/keyboardFocus.js->program->function_declaration:detectKeyboardFocus", "src/utils/keyboardFocus.js->program->function_declaration:focusKeyPressed", "src/ButtonBase/ButtonBase.js->program->class_declaration:ButtonBase"] |
mui/material-ui | 11,086 | mui__material-ui-11086 | ['11074'] | e3e8c13c5fd727164999603228d8895bce8fc83d | diff --git a/.size-limit b/.size-limit
--- a/.size-limit
+++ b/.size-limit
@@ -9,7 +9,7 @@
"name": "The size of all the modules of material-ui.",
"webpack": true,
"path": "packages/material-ui/build/index.js",
- "limit": "101.0 KB"
+ "limit": "101.1 KB"
},
{
"name": "The main bundle of t... | diff --git a/packages/material-ui/src/Portal/Portal.test.js b/packages/material-ui/src/Portal/Portal.test.js
--- a/packages/material-ui/src/Portal/Portal.test.js
+++ b/packages/material-ui/src/Portal/Portal.test.js
@@ -1,3 +1,4 @@
+/* eslint-disable no-underscore-dangle */
/* eslint-disable react/no-multi-comp */
i... | Select component is not rendering children when using enzyme
<!--- Provide a general summary of the issue in the Title above -->
The Select component is not rendering it's children when using enzyme's mount function.
<!--
Thank you very much for contributing to Material-UI by creating an issue! ❤️
To av... | Same here. Im trying to read `MenuItem` which is inside `SelectField`
```
<SomeComponent /> // which has Table, TableRowColumn, SelectField
const mountWithContext = (node) => mount(node, {context: {muiTheme}, childContextTypes: {muiTheme: PropTypes.object}});
const wrapper = mountWithContext(<Goals goal={goal} ... | 2018-04-20 23:26:09+00:00 | TypeScript | FROM node:6
WORKDIR /testbed
COPY . .
RUN yarn install
# Create custom reporter file
RUN echo 'var mocha = require("mocha");' > custom-reporter.js && echo 'var path = require("path");' >> custom-reporter.js && echo 'function CustomReporter(runner) {' >> custom-reporter.js && echo ' mocha.reporters.Base.ca... | ['packages/material-ui/src/Portal/Portal.test.js-><Portal /> old should render overlay into container (DOMNode)', 'packages/material-ui/src/Portal/Portal.test.js-><Portal /> old should call onRendered', 'packages/material-ui/src/Portal/Portal.test.js-><Portal /> old should change container on prop change', 'packages/ma... | ['packages/material-ui/src/Portal/Portal.test.js-><Portal /> disable portal for tests should disable the portal feature'] | [] | yarn cross-env NODE_ENV=test mocha packages/material-ui/src/Portal/Portal.test.js --reporter /testbed/custom-reporter.js --exit | Testing | false | false | false | true | 1 | 1 | 2 | false | false | ["packages/material-ui/src/Portal/Portal.js->program->class_declaration:Portal", "packages/material-ui/src/Portal/Portal.js->program->class_declaration:Portal->method_definition:render"] |
mui/material-ui | 11,202 | mui__material-ui-11202 | ['11158'] | 885e1236fa03353745dd727409f221f001eb1446 | diff --git a/.size-limit b/.size-limit
--- a/.size-limit
+++ b/.size-limit
@@ -9,7 +9,7 @@
"name": "The size of all the modules of material-ui.",
"webpack": true,
"path": "packages/material-ui/build/index.js",
- "limit": "101.3 KB"
+ "limit": "101.4 KB"
},
{
"name": "The main bundle of t... | diff --git a/packages/material-ui/src/styles/withStyles.test.js b/packages/material-ui/src/styles/withStyles.test.js
--- a/packages/material-ui/src/styles/withStyles.test.js
+++ b/packages/material-ui/src/styles/withStyles.test.js
@@ -65,7 +65,7 @@ describe('withStyles', () => {
it('should ignore undefined pro... | classes prop needs to be memoized
Maybe I am interpreting this wrong, but I believe that if I pass a `classes` prop to a component wrapped with `withStyles`, that component always re-renders with the parent, even if no props change.
```JS
const myClasses = { test: 'myClass' };
class MyComponent extends React.Pur... | > In the future, we could also try to memoize the classes when users are providing a classes property.
Yep: #8142
@CharlesStover I'm happy if we can investigate the memoization approach further. And merge the capability at the condition: the bundle size tradeoff is acceptable.
Could the whole `classesProp`/`rendere... | 2018-05-01 19:41:38+00:00 | TypeScript | FROM node:6
WORKDIR /testbed
COPY . .
RUN yarn install
# Create custom reporter file
RUN echo 'var mocha = require("mocha");' > custom-reporter.js && echo 'var path = require("path");' >> custom-reporter.js && echo 'function CustomReporter(runner) {' >> custom-reporter.js && echo ' mocha.reporters.Base.ca... | ['packages/material-ui/src/styles/withStyles.test.js->withStyles props prop: classes should ignore undefined property', 'packages/material-ui/src/styles/withStyles.test.js->withStyles mount should run lifecycles with no theme', 'packages/material-ui/src/styles/withStyles.test.js->withStyles HMR with same state should t... | ['packages/material-ui/src/styles/withStyles.test.js->withStyles props cache should recycle even when a classes property is provided'] | [] | yarn cross-env NODE_ENV=test mocha packages/material-ui/src/styles/withStyles.test.js --reporter /testbed/custom-reporter.js --exit | Bug Fix | false | false | false | true | 3 | 1 | 4 | false | false | ["packages/material-ui/src/styles/withStyles.js->program->class_declaration:WithStyles", "packages/material-ui/src/styles/withStyles.js->program->class_declaration:WithStyles->method_definition:constructor", "packages/material-ui/src/styles/withStyles.js->program->class_declaration:WithStyles->method_definition:render"... |
mui/material-ui | 11,277 | mui__material-ui-11277 | ['11272'] | 25a89f16641c0315ea200a55c05ab7fc87d37531 | diff --git a/packages/material-ui/src/ButtonBase/TouchRipple.js b/packages/material-ui/src/ButtonBase/TouchRipple.js
--- a/packages/material-ui/src/ButtonBase/TouchRipple.js
+++ b/packages/material-ui/src/ButtonBase/TouchRipple.js
@@ -87,7 +87,7 @@ export const styles = theme => ({
},
});
-class TouchRipple exten... | diff --git a/packages/material-ui/src/ButtonBase/ButtonBase.test.js b/packages/material-ui/src/ButtonBase/ButtonBase.test.js
--- a/packages/material-ui/src/ButtonBase/ButtonBase.test.js
+++ b/packages/material-ui/src/ButtonBase/ButtonBase.test.js
@@ -4,6 +4,7 @@ import keycode from 'keycode';
import { assert } from 'c... | Not needed Rerender
Hello,
there is an tool called "why-did-you-rerender" (https://github.com/maicki/why-did-you-update).
I dropped it into my application to see which components rereder even it is not necessary.
 I will close this | 2018-05-08 10:48:09+00:00 | TypeScript | FROM node:6
WORKDIR /testbed
COPY . .
RUN yarn install
# Create custom reporter file
RUN echo 'var mocha = require("mocha");' > custom-reporter.js && echo 'var path = require("path");' >> custom-reporter.js && echo 'function CustomReporter(runner) {' >> custom-reporter.js && echo ' mocha.reporters.Base.ca... | ['packages/material-ui/src/ButtonBase/ButtonBase.test.js-><ButtonBase /> ripple should be enabled by default', 'packages/material-ui/src/ButtonBase/ButtonBase.test.js-><ButtonBase /> root node should change the button component and add accessibility requirements', 'packages/material-ui/src/ButtonBase/ButtonBase.test.js... | ['packages/material-ui/src/ButtonBase/ButtonBase.test.js-><ButtonBase /> rerender should not rerender the TouchRipple'] | [] | yarn cross-env NODE_ENV=test mocha packages/material-ui/src/ButtonBase/ButtonBase.test.js test/utils/rerender.js --reporter /testbed/custom-reporter.js --exit | Bug Fix | false | false | true | false | 0 | 1 | 1 | false | true | ["packages/material-ui/src/ButtonBase/TouchRipple.js->program->class_declaration:TouchRipple"] |
mui/material-ui | 11,313 | mui__material-ui-11313 | ['11311'] | 93507590c4b35c7459534192f757838c6c667b5e | diff --git a/.size-limit b/.size-limit
--- a/.size-limit
+++ b/.size-limit
@@ -9,7 +9,7 @@
"name": "The size of all the modules of material-ui.",
"webpack": true,
"path": "packages/material-ui/build/index.js",
- "limit": "102.3 KB"
+ "limit": "102.4 KB"
},
{
"name": "The main bundle of t... | diff --git a/packages/material-ui/src/Progress/CircularProgress.test.js b/packages/material-ui/src/Progress/CircularProgress.test.js
--- a/packages/material-ui/src/Progress/CircularProgress.test.js
+++ b/packages/material-ui/src/Progress/CircularProgress.test.js
@@ -43,7 +43,7 @@ describe('<CircularProgress />', () => ... | CircularProgress doesn't animate. Is it the normal behavior?
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Expected Behavior
When I change a CircularProgress' progress prop, I expect that the progress smoothly animat... | @damien-monni I think that you are right. We could add some transition between the intermediate states :).
Great! I will use a LinearProgress until it is implemented which already uses transition. | 2018-05-10 10:53:04+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 14.21.3 && rm -rf node_modules && yarn install && yarn add -D -W --ignore-engines @types/prop-types @types/react-dom @types/sinon @types/chai @types/chai-dom @types/format-util
RUN echo 'var mocha = require("mocha");' > cust... | ['packages/material-ui/src/Progress/CircularProgress.test.js-><CircularProgress /> prop: variant="determinate" should set strokeDasharray of circle', 'packages/material-ui/src/Progress/CircularProgress.test.js-><CircularProgress /> should render with the secondary color', 'packages/material-ui/src/Progress/CircularProg... | ['packages/material-ui/src/Progress/CircularProgress.test.js-><CircularProgress /> should contain an SVG with the svg class, and a circle with the circle class'] | [] | . /usr/local/nvm/nvm.sh && nvm use 14.21.3 && yarn cross-env NODE_ENV=test mocha packages/material-ui/src/Progress/CircularProgress.test.js --reporter /testbed/custom-reporter.js --exit | Bug Fix | false | false | false | true | 5 | 2 | 7 | false | false | ["docs/src/pages/demos/progress/CircularStatic.js->program->class_declaration:CircularStatic", "packages/material-ui/src/Progress/CircularProgress.js->program->function_declaration:CircularProgress", "docs/src/pages/demos/progress/CircularStatic.js->program->class_declaration:CircularStatic->method_definition:component... |
mui/material-ui | 11,446 | mui__material-ui-11446 | ['11329'] | 4c8a0c7a255033e126dfb28b3bb1a25a99a0babf | diff --git a/packages/material-ui/src/StepLabel/StepLabel.d.ts b/packages/material-ui/src/StepLabel/StepLabel.d.ts
--- a/packages/material-ui/src/StepLabel/StepLabel.d.ts
+++ b/packages/material-ui/src/StepLabel/StepLabel.d.ts
@@ -2,6 +2,7 @@ import * as React from 'react';
import { StandardProps } from '..';
import ... | diff --git a/packages/material-ui/src/StepLabel/StepLabel.test.js b/packages/material-ui/src/StepLabel/StepLabel.test.js
--- a/packages/material-ui/src/StepLabel/StepLabel.test.js
+++ b/packages/material-ui/src/StepLabel/StepLabel.test.js
@@ -44,8 +44,9 @@ describe('<StepLabel />', () => {
});
it('renders <... | [Feature Request] StepIcon should be more customizable
Hello, folks!
I'm having a problem in customize the component __StepIcon__ inside of __StepLabel__ specifically in line __86__, component is like this in the last version of material-ui-next __(v1.0.0-beta.47)__:
```
{icon && (
<span
clas... | @lucas-viewup Thanks for opening this issue. I'm not sure to fully understand your problem. What are you trying to achieve precisely? This would help me evaluate the best solution.
Thanks for feedback, @oliviertassinari! The problem I'm trying to solve is style the __StepIcon__ without modify the __behaviour__ of icon ... | 2018-05-17 12:20:38+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 14.21.3 && rm -rf node_modules && yarn install && yarn add -D -W --ignore-engines @types/prop-types @types/react-dom @types/sinon @types/chai @types/chai-dom @types/format-util
RUN echo 'var mocha = require("mocha");' > cust... | ['packages/material-ui/src/StepLabel/StepLabel.test.js-><StepLabel /> prop: classes should set iconContainer', 'packages/material-ui/src/StepLabel/StepLabel.test.js-><StepLabel /> prop: completed renders <StepIcon> with the prop completed set to true', 'packages/material-ui/src/StepLabel/StepLabel.test.js-><StepLabel /... | ['packages/material-ui/src/StepLabel/StepLabel.test.js-><StepLabel /> label content renders <StepIcon>'] | [] | . /usr/local/nvm/nvm.sh && nvm use 14.21.3 && yarn cross-env NODE_ENV=test mocha packages/material-ui/src/StepLabel/StepLabel.test.js --reporter /testbed/custom-reporter.js --exit | Feature | false | true | false | false | 1 | 0 | 1 | true | false | ["packages/material-ui/src/StepLabel/StepLabel.js->program->function_declaration:StepLabel"] |
mui/material-ui | 11,451 | mui__material-ui-11451 | ['11432'] | 04fae47c2a876f38aacfae866d220ddcbb7358ef | diff --git a/packages/material-ui/src/ListItem/ListItem.js b/packages/material-ui/src/ListItem/ListItem.js
--- a/packages/material-ui/src/ListItem/ListItem.js
+++ b/packages/material-ui/src/ListItem/ListItem.js
@@ -78,6 +78,7 @@ class ListItem extends React.Component {
disabled,
disableGutters,
div... | diff --git a/packages/material-ui/src/ListItem/ListItem.test.js b/packages/material-ui/src/ListItem/ListItem.test.js
--- a/packages/material-ui/src/ListItem/ListItem.test.js
+++ b/packages/material-ui/src/ListItem/ListItem.test.js
@@ -158,4 +158,15 @@ describe('<ListItem />', () => {
assert.strictEqual(wrapper.h... | MenuItem doesn't respect focusVisibleClassName
Related to #10976.
The changes in #10976 work awesome for the `Switch`, however it looks like the `MenuItem`'s `focusVisibleClassName` prop doesn't work as expected. Passing a `focusVisibleClassName` to the item works great from a typing perspective, but they don't see... | @ianschmitz Correct, we need to merge the classnames in
https://github.com/mui-org/material-ui/blob/e99f23e85f9f0241a08165b435cd4d51f696ac12/packages/material-ui/src/ListItem/ListItem.js#L108 | 2018-05-17 18:47:56+00:00 | TypeScript | FROM polybench_typescript_base
WORKDIR /testbed
COPY . .
RUN . /usr/local/nvm/nvm.sh && nvm use 14.21.3 && rm -rf node_modules && yarn install && yarn add -D -W --ignore-engines @types/prop-types @types/react-dom @types/sinon @types/chai @types/chai-dom @types/format-util
RUN echo 'var mocha = require("mocha");' > cust... | ['packages/material-ui/src/ListItem/ListItem.test.js-><ListItem /> secondary action should accet a button property', 'packages/material-ui/src/ListItem/ListItem.test.js-><ListItem /> should disable the gutters', 'packages/material-ui/src/ListItem/ListItem.test.js-><ListItem /> should render a li', 'packages/material-ui... | ['packages/material-ui/src/ListItem/ListItem.test.js-><ListItem /> prop: focusVisibleClassName should merge the class names'] | [] | . /usr/local/nvm/nvm.sh && nvm use 14.21.3 && yarn cross-env NODE_ENV=test mocha packages/material-ui/src/ListItem/ListItem.test.js --reporter /testbed/custom-reporter.js --exit | Bug Fix | false | true | false | false | 1 | 0 | 1 | true | false | ["packages/material-ui/src/ListItem/ListItem.js->program->class_declaration:ListItem->method_definition:render"] |
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.