Commit Graph
3394 Commits
Author SHA1 Message Date
Benjamin Pasero 52c47af705 fix #4982 2016-04-07 08:27:11 +02:00
Benjamin Pasero f61b0072f9 Revert "Disable welcome page when user is root"
This reverts commit ad7e861dbb.
2016-04-07 08:07:38 +02:00
Daniel Imms ad7e861dbb Disable welcome page when user is root
Fixes #3068
2016-04-06 18:15:32 -07:00
Daniel Imms 6456f85788 Disallow running as root without --user-data-dir
This commit adds the --user-data-dir argument which allows a custom data dir
for Chromium's user data. This is useful when running as root on Linux since
the root user does not have read or write permissions for the ~/.config/Code
dir.

Part of #3068
2016-04-06 16:31:36 -07:00
Johannes Rieken 78dcfe10d8 make sure that the falsy value for the activeTextEditor is undefined, #5022 2016-04-06 17:43:07 +02:00
João Moreno f95ced7b63 Merge pull request #5040 from joaomoreno/linux-update-notifications
Linux update notifications
2016-04-06 17:17:30 +02:00
Joao Moreno bed074d229 fix event 2016-04-06 16:53:10 +02:00
Benjamin Pasero f5f57b8393 set the body CSS class as early as possible 2016-04-06 16:42:17 +02:00
Joao Moreno 9971522ccc fix linux update 2016-04-06 16:41:33 +02:00
Johannes Rieken 451ea466fa clarify default CompletionItem-behaviour 2016-04-06 16:15:13 +02:00
Benjamin Pasero af85d2cc87 env log tweaks 2016-04-06 15:58:11 +02:00
Johannes Rieken 36439ca50b when printing commands for keybindings, skip those that declare arguments and those that start with `vscode.', fixes #4915. 2016-04-06 15:49:49 +02:00
Johannes Rieken 137384035d improve doc about activeTextEditor being undefined from time to time, #5022 2016-04-06 15:18:34 +02:00
Johannes Rieken 6e5e64efec Merge pull request #5031 from Microsoft/joh/webview
Joh/webview
2016-04-06 15:08:11 +02:00
Benjamin Pasero 7b1cb79c7a Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range. (fixes #5004) 2016-04-06 13:06:29 +02:00
Joao Moreno 1bd165ab1b url needs to be string 2016-04-06 13:05:43 +02:00
Joao Moreno f69b74b2d5 linux update notifications
fixes #4400
2016-04-06 12:53:32 +02:00
Benjamin Pasero 1486b09504 Broken editor drag and drop (fixes #5018) 2016-04-06 12:49:19 +02:00
Johannes Rieken 5f44e36593 fix issue #4945 2016-04-06 12:49:01 +02:00
Benjamin Pasero 24fb832ca2 Save as isn't translated in command palet (fixes #5020) 2016-04-06 12:43:55 +02:00
Benjamin Pasero 6c42235529 log more ipc messages 2016-04-06 12:26:15 +02:00
Johannes Rieken 6e7e098ece remove old preview part, use new one 2016-04-06 12:23:02 +02:00
Benjamin Pasero 631ae31cf9 VSCode exits when launching extension tests (fixes #5030) 2016-04-06 12:22:03 +02:00
Johannes Rieken eaeae0db74 don't reveal dev tools 2016-04-06 12:20:41 +02:00
Johannes Rieken b6c59c2261 make webview private 2016-04-06 12:19:42 +02:00
Martin Aeschlimann 1e955490e8 Editor background flickers black on reload of white custom theme 2016-04-06 11:48:40 +02:00
Martin Aeschlimann d5d86d8970 Fixes #5014: Broken editor title color 2016-04-06 11:41:24 +02:00
Johannes Rieken 2d4350e0fa refactor things into ManagedWebview 2016-04-06 11:27:53 +02:00
Benjamin Pasero fce291ac69 Consolidate theme.*.css into workbench.css (fixes #4967) 2016-04-06 10:44:45 +02:00
Johannes Rieken 0ec9334c6b adopt theme service in webview part 2016-04-06 09:16:11 +02:00
Johannes Rieken ac512eb892 Merge branch 'master' into joh/webview 2016-04-06 09:10:30 +02:00
Alex Dima 5a46bd04c9 Towards adding indent guides 2016-04-06 00:18:07 +02:00
isidor 117b3eba24 debug: not all views have setVisible 2016-04-05 19:17:40 +02:00
Benjamin Pasero afb55047db try to fix tests 2016-04-05 18:49:50 +02:00
isidor 258236b215 splitview: fix flex issue with shift-tab order of actions 2016-04-05 18:24:03 +02:00
Martin Aeschlimann ddd2a37aff Set theme class only on monaco-shell (no longer on monaco-workbench) 2016-04-05 18:04:44 +02:00
Martin Aeschlimann bb6f634ff5 Add IThemeService.setTheme 2016-04-05 18:02:58 +02:00
Alex Dima 75361af8c5 Fixes #4080 2016-04-05 17:09:37 +02:00
Alex Dima d0e2ea0090 Extract RangeUtil to its own file 2016-04-05 17:09:37 +02:00
isidor 2e8f235013 debug: introduce order when contributing debug views 2016-04-05 17:08:42 +02:00
isidor f56ccb001a potential fix for #4966 2016-04-05 16:54:51 +02:00
Johannes Rieken 50f5b09e6f webview work 2016-04-05 16:40:46 +02:00
isidor b421edde9c debug: mechanism to register split views 2016-04-05 16:20:47 +02:00
isidor bd8e75b6e9 composite: fix typo 2016-04-05 16:20:47 +02:00
isidor b07ed6b76e instantiationService: add missing api for syncDescriptor creation 2016-04-05 16:20:47 +02:00
Joao Moreno ca46f21794 cleanup 2016-04-05 12:41:38 +02:00
Joao Moreno ea196dee7b git commands: undo last commit 2016-04-05 12:41:38 +02:00
Joao Moreno c01d286e71 commit action in command palette
fixes #4471
2016-04-05 12:41:38 +02:00
Alex Dima 4333abe2eb Do not cache bounding client rect when reading visible ranges (failure example: rearrange editors) 2016-04-05 12:34:53 +02:00
Alex Dima 87586f634d Use a custom cursor only on mac and also for the high contrast black theme 2016-04-05 12:26:25 +02:00