Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-31perf - log slow running workbench contribs (#159656)Benjamin Pasero
2022-08-31Move all terminal contributions to run on restored phaseDaniel Imms
2022-06-08auto-fixed prefer-const violationJohannes
2022-01-27tweak setting languagemeganrogge
2022-01-27fix #141294meganrogge
2022-01-24debt - cleanup context key handling in workbenchBenjamin Pasero
2021-11-04Remove optional usage from external terminalDaniel Imms
2021-10-19Rename KeyCode enum members to more closely resemble ScanCode enum membersAlexandru Dima
2021-08-20Don't show panel when opening terminal editorDaniel Imms
2021-07-23enable setting an extension contributed profile as the default one (#129197)Megan Rogge
2021-07-16Ensure external terminal cwd is a local path, use canonicalDaniel Imms
2021-07-16Improve ctx key names and documentationDaniel Imms
2021-07-16Move terminal context keys into file/namespaceDaniel Imms
2021-06-25move find out of terminal service and get find to work in terminal editors (#...Megan Rogge
2021-06-15migrate createTerminal to use CreateTerminalOptions everywheremeganrogge
2021-06-11Pass config to external terminal serviceDaniel Imms
2021-05-13fix #123762meganrogge
2021-05-04rename externalTerminal contribmeganrogge
2021-05-04fix #118405meganrogge
2021-05-04externalTerminal renderer -> main process (#122871)Megan Rogge
2021-03-30Adopt ITerminalEnvironment in external terminalDaniel Imms
2021-03-30Fix TS 4.3 compile errorsMatt Bierner
2021-03-22Ensure config service is optional in external terminalDaniel Imms
2020-11-24explorerService: consolidate bulkFileService apply in one locationisidor
2020-11-11insert a 1 sec delay before using a newly created terminal; fixes #38578Andre Weinand
2020-10-20debt - lift lifecycle service to workbench layerBenjamin Pasero
2020-09-25debt - introduce and adopt FileAccessBenjamin Pasero
2020-09-15Use Object.assign over our custom assign implMatt Bierner
2020-08-24sandbox - make lazyEnv fit for sandbox useBenjamin Pasero
2020-08-18debt - remove node.processEnv.ext.d.tsBenjamin Pasero
2020-06-22paths - allow to get at local userHome folderBenjamin Pasero
2020-06-07Set open in terminal menu dynamicallyDaniel Imms
2020-06-07Split out non web parts into node/externalTerminal.contributionDaniel Imms
2020-06-07Simplify open in terminal context menu registrationDaniel Imms
2020-06-05Mark _serviceBrand properties using declare (#99312)Matt Bierner
2020-05-03Support opening external term in empty workspace without active fileDaniel Imms
2020-04-17Only register openNativeConsole on non-webDaniel Imms
2020-04-06Merge branch 'master' into windows-terminal-workspace-supportDaniel Imms
2020-03-26prevent commands from being added to shell history; fixes #91689Andre Weinand
2020-02-16Fix #90734 Add starting directory parameter for the new Windows TerminalYasar Yildiz
2020-02-11Fix strict function types in ext termDaniel Imms
2020-02-07Move external terminal test to nodeDaniel Imms
2019-12-04fixes #86103isidor
2019-10-12Partial revertKonstantin Solomatov
2019-10-11Open New Terminal -> Open New External TerminalKonstantin Solomatov
2019-09-13Move a lot of terminal into browserDaniel Imms
2019-09-03Build VS Code using TS 3.6Matt Bierner
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-07-11Fix open in terminal for localDaniel Imms
2019-07-11debt - strictNull-aware typing of ServicesAccessor#getJohannes Rieken