from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/base/browser/browser.ts"
contains " // See https://github.com/Microsoft/vscode/issues/26151"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/base/browser/ui/dropdown/dropdown.ts"
contains " return; // prevent multiple clicks to open multiple context menus (https://github.com/Microsoft/vscode/issues/41363)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/base/browser/ui/iconLabel/iconlabel.css"
contains " flex-shrink: 0; /* fix for https://github.com/Microsoft/vscode/issues/13787 */"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/base/common/mime.ts"
contains " // association wins over all other. This is for https://github.com/Microsoft/vscode/issues/20074"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/base/node/pfs.ts"
contains "// See https://github.com/Microsoft/vscode/issues/30180"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/base/node/watcher.ts"
contains " if (raw) { // https://github.com/Microsoft/vscode/issues/38191"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/base/parts/contextmenu/electron-main/contextmenu.ts"
contains " // Workaround for https://github.com/Microsoft/vscode/issues/72447"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/base/parts/ipc/node/ipc.cp.ts"
contains " * See https://github.com/Microsoft/vscode/issues/27665"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/code/electron-browser/issue/issueReporterMain.ts"
contains " // See https://github.com/Microsoft/vscode/issues/26151"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/code/electron-main/main.ts"
contains " // log file access on Windows (https://github.com/Microsoft/vscode/issues/41218)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/code/node/cli.ts"
contains " // (see https://github.com/Microsoft/vscode/issues/931) and"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/code/node/paths.ts"
contains " p = strings.rtrim(p, '"'); // https://github.com/Microsoft/vscode/issues/1498"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/code/node/shellEnv.ts"
contains " // https://github.com/Microsoft/vscode/issues/22593#issuecomment-336050758"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/editor/browser/services/openerService.ts"
contains " target = normalizePath(target); // workaround for non-normalized paths (https://github.com/Microsoft/vscode/issues/12954)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/editor/contrib/gotoSymbol/link/clickLinkGesture.ts"
contains " this._resetHandler(); // immediately stop this feature if the user starts to select (https://github.com/Microsoft/vscode/issues/7827)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/platform/files/node/watcher/nsfw/nsfwWatcherService.ts"
contains " // See https://github.com/Microsoft/vscode/issues/7950"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/platform/files/node/watcher/unix/chokidarWatcherService.ts"
contains " disableGlobbing: true // fix https://github.com/Microsoft/vscode/issues/4586"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/platform/windows/common/windows.ts"
contains " return 'native'; // simple fullscreen does not work well with custom title style (https://github.com/Microsoft/vscode/issues/63291)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/api/common/extHostCommands.ts"
contains " // Reverse of https://github.com/Microsoft/vscode/blob/1f28c5fc681f4c01226460b6d1c7e91b8acb4a5b/src/vs/workbench/api/node/extHostCommands.ts#L112-L127"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/browser/actions/textInputActions.ts"
contains " onHide: () => target.focus() // fixes https://github.com/Microsoft/vscode/issues/52948"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/browser/parts/activitybar/activitybarActions.ts"
contains " if (now > this.lastRun /* https://github.com/Microsoft/vscode/issues/25830 */ && now - this.lastRun < ViewContainerActivityAction.preventDoubleClickDelay) {"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/browser/parts/editor/media/tabstitlecontrol.css"
contains " width: 5px; /* Reserve space to hide tab fade when close button is left or off (fixes https://github.com/Microsoft/vscode/issues/45728) */"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts"
contains " EventHelper.stop(e, true /* for https://github.com/Microsoft/vscode/issues/56715 */);"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/browser/parts/editor/titleControl.ts"
contains " secondaryEditorActions.some(action => action instanceof ExecuteCommandAction) // see also https://github.com/Microsoft/vscode/issues/16298"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/common/actions.ts"
contains " // https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/contrib/search/electron-browser/search.contribution.ts#L266"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/debug/browser/debugActionViewItems.ts"
contains " // Some select options should not remain selected https://github.com/Microsoft/vscode/issues/31526"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler.ts"
contains " const canHandlePermissionOrReadonlyErrors = resource.scheme === Schemas.file; // https://github.com/Microsoft/vscode/issues/48659"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/preferences/common/preferencesContribution.ts"
contains " // opened twice (https://github.com/Microsoft/vscode/issues/36447)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/relauncher/browser/relauncher.contribution.ts"
contains " return; // no restart when in tests: see https://github.com/Microsoft/vscode/issues/66936"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/search/browser/replaceService.ts"
contains " this._register(fileMatch.onDispose(() => replacePreviewModel.dispose())); // TODO@Sandeep we should not dispose a model directly but rather the reference (depends on https://github.com/Microsoft/vscode/issues/17073)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/webview/browser/webview.contribution.ts"
contains "const webviewActiveContextKeyExpr = ContextKeyExpr.and(ContextKeyExpr.equals('activeEditor', WebviewEditor.ID), ContextKeyExpr.not('editorFocus') /* https://github.com/Microsoft/vscode/issues/58668 */)!;"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page.ts"
contains "
${escape(localize('welcomePage.gitHubRepository', "GitHub repository"))}"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/electron-browser/desktop.main.ts"
contains " setZoomLevel(webFrame.getZoomLevel(), true /* isTrusted */); // Can be trusted because we are not setting it ourselves (https://github.com/Microsoft/vscode/issues/26151)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/electron-sandbox/actions/windowActions.ts"
contains " // See https://github.com/Microsoft/vscode/issues/26151"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/services/contextmenu/electron-sandbox/contextmenuService.ts"
contains " // Fixes https://github.com/Microsoft/vscode/issues/45601"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/services/extensions/electron-browser/extensionService.ts"
contains " // see https://github.com/Microsoft/vscode/issues/41322"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/services/history/browser/history.ts"
contains " // properly (fixes https://github.com/Microsoft/vscode/issues/59908)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/services/output/electron-browser/outputChannelModelService.ts"
contains " // Do not crash if spdlog rotating logger cannot be loaded (workaround for https://github.com/Microsoft/vscode/issues/47883)"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/services/search/node/searchService.ts"
contains " // See https://github.com/Microsoft/vscode/issues/27665"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/services/textfile/common/textFileEditorModel.ts"
contains " // exists (network shares issue: https://github.com/Microsoft/vscode/issues/13665)."
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/services/textfile/common/textFileEditorModelManager.ts"
contains " // EXPLICITLY do not ignorecase, see https://github.com/Microsoft/vscode/issues/56384"
from: src/vs
to: github.com/Microsoft/vscode
evidence:
- file: "src/vs/workbench/services/timer/electron-browser/timerService.ts"
contains " * How/why the window was created. See https://github.com/Microsoft/vscode/blob/d1f57d871722f4d6ba63e4ef6f06287121ceb045/src/vs/platform/lifecycle/common/lifecycle.ts#L50"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/base/browser/ui/hover/hover.css"
contains " /* This is a strange rule but it avoids https://github.com/microsoft/vscode/issues/96795, just 100vw on its own caused the actual hover width to increase */"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/editor/browser/view/viewImpl.ts"
contains " // Set role 'code' for better screen reader support https://github.com/microsoft/vscode/issues/93438"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/editor/common/modes/languageSelector.ts"
contains " // Refs: https://github.com/microsoft/vscode/issues/99938"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition.ts"
contains " // For issue: https://github.com/microsoft/vscode/issues/46257"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/editor/contrib/quickAccess/gotoSymbolQuickAccess.ts"
contains " // https://github.com/microsoft/vscode/issues/70607"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/platform/markers/common/markers.ts"
contains " // https://github.com/microsoft/vscode/issues/77475"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/platform/update/electron-main/abstractUpdateService.ts"
contains " * https://github.com/microsoft/vscode/issues/89784"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/platform/url/electron-main/electronUrlListener.ts"
contains " * (https://github.com/microsoft/vscode/pull/56727)"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/vscode.proposed.d.ts"
contains " // #region auth provider: https://github.com/microsoft/vscode/issues/88309"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/api/browser/mainThreadEditors.ts"
contains " // but make sure to restore the editor to fix https://github.com/microsoft/vscode/issues/79633"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/browser/parts/editor/textEditor.ts"
contains " // https://github.com/microsoft/vscode/issues/89057"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/browser/parts/notifications/media/notificationsList.css"
contains " /** macOS native: reduce animation steps for reduced CPU load (https://github.com/microsoft/vscode/issues/97900) */"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/browser/parts/notifications/notificationsList.ts"
contains " return 'dialog'; // https://github.com/microsoft/vscode/issues/82728"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/extensions/electron-browser/extensionsSlowActions.ts"
contains " const message = `:warning: Make sure to **attach** this file from your *home*-directory:\n:warning:\`${path}\`\n\nFind more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load`;"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/output/common/outputLinkComputer.ts"
contains " .sort((resourceStrA, resourceStrB) => resourceStrB.length - resourceStrA.length) // longest paths first (for https://github.com/microsoft/vscode/issues/88121)"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/scm/browser/media/scm.css"
contains " * https://github.com/microsoft/vscode/issues/101410"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/webview/electron-browser/iframeWebviewElement.ts"
contains " // Workaround for https://github.com/microsoft/vscode/issues/75209"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/webview/electron-browser/pre/electron-index.js"
contains " // https://github.com/microsoft/vscode/issues/75090"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/contrib/webview/electron-browser/webviewElement.ts"
contains " // CustomEvent was treated as MouseEvent so don't do anything - https://github.com/microsoft/vscode/issues/78915"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/electron-sandbox/actions/windowActions.ts"
contains " return; // https://github.com/microsoft/vscode/issues/48357"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/services/contextmenu/electron-sandbox/contextmenuService.ts"
contains " // https://github.com/microsoft/vscode/issues/84231"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/services/extensions/node/extensionHostProcessSetup.ts"
contains "// workaround for https://github.com/microsoft/vscode/issues/85490"
from: src/vs
to: github.com/microsoft/vscode
evidence:
- file: "src/vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService.ts"
contains " // (see https://github.com/microsoft/vscode/issues/84818)"