225 Commits

Author SHA1 Message Date
Joao Moreno
b3f39bf739 remove extensionsWorkbenchExtension! 2016-09-15 18:41:16 +02:00
Joao Moreno
9dea73691e process vsix installations from args 2016-09-15 18:41:16 +02:00
Joao Moreno
df3fd2dc41 shared process init data 2016-09-15 18:41:02 +02:00
Benjamin Pasero
a4a100213d Do not add to recent files list when running with "--diff" (fixes #12049) 2016-09-15 07:27:54 +02:00
Alexandru Dima
0a79f6d1bf Add temporary access to chrome://accessibility (workaround for #12036) 2016-09-14 20:53:46 +02:00
Alexandru Dima
81bb89dec6 Keep keyCodes.ts lean and mean 2016-09-14 20:33:26 +02:00
Joao Moreno
f26cf83dd8 print commit in new line 2016-09-14 10:09:00 +02:00
Benjamin Pasero
6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Joao Moreno
70ab16cc10 surface error
fixes #11931
2016-09-13 15:23:01 +02:00
Alexandru Dima
f35b6bd94d Merge pull request #11122 from marktrz/master
Implements whitespace rendering for "boundary" and "all" modes.
2016-09-12 16:52:27 +02:00
Benjamin Pasero
986a2081f7 more aligned bg color on window start 2016-09-12 10:19:31 +02:00
Benjamin Pasero
eab4cd3599 Quitting Code in fullscreen mode forgets previous windows state (fixes #11864) 2016-09-12 10:07:28 +02:00
heycalmdown
fd1d5e5a04 Change a behavior as Switch 'Workspace -> Window' 2016-09-08 15:32:55 +09:00
heycalmdown
d797ec32c8 Added new command to switch between workspaces 2016-09-07 21:16:40 +09:00
Benjamin Pasero
8dcd3e67d7 move argv to platform 2016-09-05 17:19:47 +02:00
Benjamin Pasero
96f781719f isolate macIntegration (from electronFileTracker) 2016-09-05 10:55:00 +02:00
Benjamin Pasero
ae12f603c6 move vscode:openFiles handling to integration.ts 2016-09-05 10:26:41 +02:00
Benjamin Pasero
a6f05902e2 Add 'Go to Symbol' to the 'Go' menu (fixes #11494) 2016-09-04 10:32:30 +02:00
Benjamin Pasero
e74ef45315 Recent folders list changes when opening folder in extension debug window (fixes #11164) 2016-09-04 10:26:50 +02:00
Benjamin Pasero
0357c71cf3 remove unused code 2016-09-03 11:10:20 +02:00
Benjamin Pasero
bb658ff13f let => const 2016-09-03 11:07:43 +02:00
Benjamin Pasero
955aa315b0 Increase the recent folder list capacity (fixes #11460) 2016-09-03 11:02:36 +02:00
Benjamin Pasero
4a3661a058 Changing file icon theme to none applies it to only one VSCode window (fixes #11285) 2016-08-31 19:10:21 +02:00
Joao Moreno
06241839f3 improved code --help localization
fixes #11218
2016-08-31 15:41:27 +02:00
Joao Moreno
039bba1ed0 show commit when --version 2016-08-30 15:53:09 +02:00
marktrz
3dd99175c2 Removes view menu for toggling render whitespace. 2016-08-29 12:15:16 -04:00
Joao Moreno
0e826e8660 fixes #10497 2016-08-29 14:41:37 +02:00
Joao Moreno
1dff9b55f7 💄 2016-08-29 14:41:37 +02:00
Daniel Imms
de1778435d Revert "Correct --locale suggestion in --help"
This reverts commit 69df5034e46e98bfc8d5ae419a50556f3e9fc5d1.
2016-08-28 15:06:12 -07:00
Joao Moreno
d2ba113b21 remove deprecated extensions earlier 2016-08-26 15:31:21 +02:00
Martin Aeschlimann
5121f5b84b [icons] icon theme selection picker and menu action 2016-08-26 12:18:48 +02:00
Benjamin Pasero
46d90b43f1 Should stop sending global settings and keybindings via IPC (fixes #6094) 2016-08-23 09:58:12 +02:00
Benjamin Pasero
1de7a23ccc code clean up 2016-08-23 09:19:04 +02:00
Benjamin Pasero
43bb742920 very happy to delete settings.ts on main side 2016-08-22 17:02:53 +02:00
Benjamin Pasero
9a8b244cb3 delete old node configuration service 2016-08-22 15:50:32 +02:00
Joao Moreno
c2da84de3a cleaner args validation
fixes #10764
2016-08-22 11:56:08 +02:00
Joao Moreno
bf3aff63b2 parseMainProcessArgv 2016-08-22 10:01:08 +02:00
Benjamin Pasero
62bfb65713 move keybindings out of legacy context 2016-08-22 09:38:47 +02:00
Benjamin Pasero
f0651a4019 settings: let zoomLevel be a window config 2016-08-22 09:38:47 +02:00
Benjamin Pasero
058b3913f0 clean up settings 2016-08-22 09:38:47 +02:00
Joao Moreno
bb25b46ff4 decouple execPath from parsedArgs 2016-08-19 16:41:00 +02:00
Joao Moreno
3e601b5bd7 env: remove isTestingFromCli flag 2016-08-19 16:41:00 +02:00
Joao Moreno
2adf526fa1 remove env.createPaths 2016-08-19 16:41:00 +02:00
Joao Moreno
eb7161d224 move ipc handles to environment service 2016-08-19 16:41:00 +02:00
Joao Moreno
5e6341cda8 remove argv file handling 2016-08-19 16:41:00 +02:00
Wade Anderson
2e313783f1 Changed menu item language. (#10671)
Add an optional extended description…
2016-08-18 23:10:36 +02:00
Joao Moreno
5f53f7c741 remove debugBrkFileWatcherPort 2016-08-18 16:58:44 +02:00
Joao Moreno
e4b316978b remove args.timestamp 2016-08-18 16:58:44 +02:00
Joao Moreno
d977e9cfcd move debugPluginHost parsing out of env
tests included!
2016-08-18 16:36:20 +02:00
Joao Moreno
9c4711cb60 cleanup update manager 2016-08-18 16:36:20 +02:00