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-09-11debt - avoid `statSync` when computing workspace identifierBenjamin Pasero
2022-09-02extract some COI handle into network-util, add `--enable-coi` command line fl...Johannes
2022-08-25Remove --profile-temp from help section (#159147)Sandeep Somavarapu
2022-08-24Fix #159061 (#159094)Sandeep Somavarapu
2022-08-24Fix #158957 (#159093)Sandeep Somavarapu
2022-08-23Fix #158885 (#158952)Sandeep Somavarapu
2022-08-22implement feedbackSandeep Somavarapu
2022-08-21introduce transient profilesSandeep Somavarapu
2022-08-18rename arg to profileSandeep Somavarapu
2022-08-16CLI: support associating a profile to a worksapceSandeep Somavarapu
2022-08-05add `--locate-shell-integration-path` CLI supportZ. Grace Moreau
2022-08-03Piping into Code fails if data writes delayed (fix #155341) (#156973)Benjamin Pasero
2022-07-19shell-integration -> locate-shell-integration-pathtyriar/locate_cliDaniel Imms
2022-07-19Remove --shell-integration from --helpDaniel Imms
2022-07-18introduce `--merge` to bring up merge editor (for #5770) (#155039)Benjamin Pasero
2022-07-13Add shell integration to options categoryDaniel Imms
2022-07-13Support bash and zsh paths tooDaniel Imms
2022-07-12Shell integration CLI progressDaniel Imms
2022-07-05Add a setting to enable `sandbox: true` for windows (#154062)Benjamin Pasero
2022-06-21Preserve `editSessionId` for protocol urls (#152669)Joyce Er
2022-06-08auto-fixed prefer-const violationJohannes
2022-06-07Windows: piping from another process fails to update editor contents (fix #14...Benjamin Pasero
2022-05-30Warn when using an empty argument. Fixes #150714 (#150715)Martin Aeschlimann
2022-05-12- change policy file location next to argv.jsonSandeep Somavarapu
2022-05-10- Introduce policy model with file policySandeep Somavarapu
2022-04-13Remove legacy smoke test driver (#147393)Benjamin Pasero
2022-04-04Use `playwright` for desktop smoke tests (#146692)Benjamin Pasero
2022-03-30fix 'option is deprecated' message, missing variableMartin Aeschlimann
2022-03-24vscode ignores leading zeros of file name. Fixes #145365Martin Aeschlimann
2022-02-17chore: add disable-dev-shm-usage to known chromium flags listdeepak1556
2022-02-08debt - untangle platform/environment (#141154)Benjamin Pasero
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-27--help should read betterMartin Aeschlimann
2022-01-27Inconsistent single quotes use in --help (same for code --help)Martin Aeschlimann
2022-01-14debt - rename `iconv-lite-umd` package (#140650)Benjamin Pasero
2022-01-12rename `isPromiseCanceledError` to `isCancellationError`, nudge folks towards...Johannes Rieken
2022-01-10allow cli args to specify a deprecation messageMartin Aeschlimann
2022-01-07polish server cli new args: connection-token-file, file-watcher-polling. For ...Martin Aeschlimann
2021-12-17files - add a method to generate a random path name (#139364)Benjamin Pasero
2021-11-30Fixes #138122: Option 'disableExtensions' is deprecated, please use 'disable-...Martin Aeschlimann
2021-11-29server cli: use deprecated optionMartin Aeschlimann
2021-11-26Rename resolveShellEnv to getResolvedShellEnv (fix #137923)Benjamin Pasero
2021-11-25#15756 support pre-release while installing through cli and commandsSandeep Somavarapu
2021-11-22add --help and --version to server CLI. For #137658Martin Aeschlimann
2021-11-10Move `--ms-enable-electron-run-as-node` to a later location (#136786)Alexandru Dima
2021-11-09Fixes #136771: update to Electron v13.5.2 and pass `--ms-enable-run-as-node` ...deepak1556
2021-11-01fixes #136034João Moreno
2021-10-12ESlint: enable no-async-promise-executor (#134873)Benjamin Pasero
2021-10-11shell env - reject with error not stringBenjamin Pasero
2021-10-11debt - introduce `Promises.withAsyncBody` and adopt in a few placesBenjamin Pasero