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 (Collapse)Author
2022-07-19Generate dependencies per package build for Debian (#147335)Raymond Zhao
Fixes #13089
2022-07-06RPM: Make /usr/bin/code owned by package (#142907)Frank Dana
Create the `/usr/bin/code` symlink during %install so that the package owns and manages it. Also, make it relative (for better relocatability). Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2022-06-14Add provides exclude for library files (#151043)Raymond Zhao
Fixes #150934
2022-05-25use remote cli when in remote terminal (#150372)Martin Aeschlimann
2022-05-12Generate policies again (#149322)João Moreno
* Generate ADMX/ADML policy declaration files from static analysis Fixes: #148941 * fix build * move to optional dependencies
2022-05-11Revert "Generate ADMX/ADML policy declaration files from static analysis" ↵Joyce Er
(#149194) This reverts commit dcfe6b3b84665efb3b15ec4a718ee32f2101a333.
2022-05-10Generate ADMX/ADML policy declaration files from static analysisJoão Moreno
Fixes: #148941
2022-05-02commit in routeMartin Aeschlimann
2022-04-25darwin server scripts: apply shellcheckMartin Aeschlimann
2022-04-20include policies in win32Joao Moreno
2022-04-20renameJoao Moreno
2022-04-20add policy admx/adml filesJoao Moreno
2022-03-31server cli scripts: node not foundMartin Aeschlimann
2022-03-24Use reallink for all server cli scriptsaeschli/reallinkForAllServerClisMartin Aeschlimann
2022-03-18Generate rpm dependencies (#143415)Raymond Zhao
* Commit non-py files * Finish porting calculate and merge scripts for rpm * Switch back to ts, add binaryDir * Pass in app path * Trim string before splitting * Move files, apply PR feedback * Add deps to exclude and crashpad handler dep * polish
2022-03-16code -server scrip: apply shellcheckMartin Aeschlimann
2022-03-16darwin server script: do not use python. Fixes ↵Martin Aeschlimann
microsoft/vscode-remote-release#6442
2022-02-10 Fix error log when launching as root on linux (#137125)divinity76
Fix error log when launching as root on linux.
2022-02-01code server scripts: use realpathMartin Aeschlimann
2022-02-01fix: remove python usage in macos cli wrapper (#138582)Robo
Fixes https://github.com/microsoft/vscode/issues/134635 Fixes https://github.com/microsoft/vscode/issues/137954
2022-01-24wsl code: pass SERVERDATAFOLDERMartin Aeschlimann
2022-01-21move remote and web tests to scripts folderMartin Aeschlimann
2022-01-21adopt --server-data-dirMartin Aeschlimann
2022-01-20code-server dev script: fix open with connection tokenMartin Aeschlimann
2022-01-20Merge remote-tracking branch 'origin/main' into alex/issue-140997Alex Dima
2022-01-20Web: change `yarn web` to run with our server instead of playground (#139725)Benjamin Pasero
* web - first cut `yarn web` via our server * properly pipe output * web - remove traces of web playground * web - remember last opened workspace for convinience * use vscode-test-web for server less, clean up web commands * fix comment * fix `yarn web` * rename to code-server * open system browser * code-server script: use minimist * test resolver: use ./scripts/code-server * integartion tests: fix code-server command name Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-01-20Fix paths on WindowsAlexandru Dima
2022-01-20Fixes #140997: Move server entry points to `src/`Alex Dima
2022-01-13Remove from Utility catagoryDaniel Imms
This was from advice from the Raspberry Pi team as it causes the application to show up in multiple menus on some desktop managers.
2022-01-11server bin cleanupMartin Aeschlimann
2021-12-07Remove deprecated ways of configuring the web worker extension host iframe srcAlex Dima
2021-11-22:up: web playgroundBenjamin Pasero
2021-11-15Merge branch 'main' into ft/fix-136619Filip Troníček
2021-11-10Parcel update and CI improvements (#136830)Benjamin Pasero
* :up: product * :up: parcel/watcher * :up: parcel/watcher * tests - separate remote logs from others * store server logs too * more tweaks * fix name * error when 10s passed
2021-11-10Move `--ms-enable-electron-run-as-node` to a later location (#136786)Alexandru Dima
* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it * undo bad change
2021-11-09Fixes #136771: update to Electron v13.5.2 and pass `--ms-enable-run-as-node` ↵deepak1556
together with `ELECTRON_RUN_AS_NODE`
2021-11-07rename `connectionToken` to `connection-token`Filip Troníček
2021-10-25Fix mkdir arguments order (#135182)Issam Maghni
When lauching with `env POSIXLY_CORRECT=y code [...]`, VSCode creates two directories named `-m` and `700`. This is because the order of arguments, in a POSIX strict environment, matters.
2021-10-20Remove unnecessary scriptsAlex Dima
2021-10-20Add server folderAlex Dima
2021-10-12Update desktop file cache in Debian package postinstTim Retout
2021-10-04Fix Description fieldrjc
2021-09-14Fix #129480Miguel Solorio
2021-08-27:up: distroBenjamin Pasero
2021-08-06fix: CXXABI requirements for older distros (#129360)Robo
* fix: use clang and libcxx from chromium * chore: add flags for Link-Time Optimization libcxx builds from upstream are built with LTO, avoiding these flags will cause miscompiles * chore: add lto flags to compilation units
2021-07-28do not show settings sync off badge if settings sync is enabledSandeep Somavarapu
2021-07-26fix yarn webSandeep Somavarapu
2021-07-23support editor selection in default layoutSandeep Somavarapu
2021-07-21fix logging additional builtin extension idsSandeep Somavarapu
2021-07-16Fix --verbose flag in code-web.jsJake Bailey