Commit Graph

956 Commits

Author SHA1 Message Date
Benjamin Pasero c0bc1ace7c CLI Process: missing machine identifier (fixes #39044) 2017-11-24 12:15:30 +01:00
Benjamin Pasero 91771ceb5e storage2 => state 2017-11-24 12:04:25 +01:00
Benjamin Pasero 63efefc7c2 💄 around machine ID 2017-11-24 11:30:51 +01:00
Benjamin Pasero 3cc229bfb8 resolve machine ID in main side and pass through (#39045) 2017-11-24 11:18:19 +01:00
Benjamin Pasero ac0ba66062 main - some renames of services 2017-11-23 16:01:37 +01:00
Benjamin Pasero e3085ebf26 storage => main storage (storage2) 2017-11-23 15:03:19 +01:00
Johannes Rieken 7cd6ace4ab remove PII and better filename when profiling a product build 2017-11-23 11:10:06 +01:00
Johannes Rieken 52c2843cc4 redo --prof-startup with the new protocol based profiler, also profile extension host startup 2017-11-23 10:55:02 +01:00
Benjamin Pasero 38311adcba add and use writeFileAndFlushSync 2017-11-23 10:53:02 +01:00
Joao Moreno 9b829cde19 fixes #38796 2017-11-21 15:15:41 +01:00
Benjamin Pasero 791a166455 No feedback when startup fails because other instance runs as admin (fixes #38858) 2017-11-21 10:56:46 +01:00
kieferrm 9932a4981f update GDPR comment 2017-11-20 18:28:03 -08:00
Matt Bierner d8e926be97 Mark most private static constants as private static readonly 2017-11-20 15:18:52 -08:00
Matt Bierner 6663fcdebb Mark public static fields readonly 2017-11-20 15:10:14 -08:00
Benjamin Pasero a5559a3313 about - add mnemonic for copy button 2017-11-20 12:36:33 +01:00
Benjamin Pasero 6baa9e48e8 💄 2017-11-20 12:32:43 +01:00
Benjamin Pasero 25ee5b3a70 Help -> About text can't be selected (fixes #37608) 2017-11-20 12:31:08 +01:00
Benjamin Pasero 249a796a76 introduce and use getBaseLabel() 2017-11-20 11:24:24 +01:00
isidor 8f47d31d32 menu: remove mnemonic clash with 'v'. SaveWorkspaceAs does not need a mnemonic, not a common command 2017-11-17 10:41:19 +01:00
Benjamin Pasero 590a611c8e do not execute actions from menu when window does not have focus (fixes #11928, fixes #25907) 2017-11-16 08:23:53 +01:00
isidor 8deda8de7a fix mnemonics in file menu
fixes #37911
2017-11-13 17:48:08 +01:00
Johannes Rieken 08d0aa5949 store marks and measurements flat, only create objects when needed 2017-11-13 11:26:51 +01:00
Matt Bierner 58aca31e9b Fix implicit any errors 2017-11-10 10:35:36 -08:00
Joao Moreno 085e57ded2 Merge branch 'fix-33106' of https://github.com/fabiospampinato/vscode into fabiospampinato-fix-33106 2017-11-10 17:00:10 +01:00
Sandeep Somavarapu c2bf8a1ef1 Rename getConfiguraiton to getValue 2017-11-10 12:32:07 +01:00
Benjamin Pasero 73acede603 Alt+F S no longer a single action (fixes #38006) 2017-11-10 07:38:58 +01:00
Zanidd 06d659f33f Add platform info in code --version #37793 Done (#37824)
* Marked output code-line

* First Idea on where to get the platform

* Add platform info in code --version #37793 Done
2017-11-09 08:53:16 +01:00
Christof Marti 9ad5aeb690 Remove credentials code (fixes #37822) 2017-11-08 11:11:13 -08:00
Benjamin Pasero 4ec5250582 promise: make sure as() returns promise like and fix errors 2017-11-08 12:33:48 +01:00
Joao Moreno e0705fd2b2 fixes #37809 2017-11-08 11:07:46 +01:00
Matt Bierner c847df3d25 Remove some unused locals and types 2017-11-07 11:23:20 -08:00
Benjamin Pasero 7bf5879ce0 tslint input for #37212 2017-11-07 18:55:59 +01:00
Erich Gamma c536efdfbc Enabled the noUnusedLocals and added @tsignore 2017-11-07 13:13:41 +01:00
Erich Gamma b94569fe0d tslint5 adoption - fix semicolon rule 2017-11-07 12:08:22 +01:00
Johannes Rieken b289f0c5e2 rename startupTimer to performance, support mark and measure, drop promise support, add more marks to slowly phase out old timers 2017-11-06 18:51:15 +01:00
Benjamin Pasero 2ddac0b951 Cannot read property 'isFullScreen' of null (fixes #37674) 2017-11-06 10:41:20 +01:00
Benjamin Pasero 7bb32809e4 icon: ensure icon refresh on macOS for new stable icon 2017-11-02 11:12:57 +01:00
Joao Moreno 4789e42906 fixes #36751 2017-11-02 09:38:04 +01:00
Benjamin Pasero f47974eac0 fix it for good 2017-11-01 12:14:05 +01:00
Benjamin Pasero 3589bcd250 Windows: window on secondary monitor does not restore at exact position (fixes #36122) 2017-11-01 11:47:00 +01:00
Benjamin Pasero 21d892d12d some more menmonic use in dialogs 2017-10-30 17:59:59 +01:00
Joao Moreno 63bfb446c4 Revert "dont read XDG_RUNTIME_DIR"
fixes #22593

This reverts commit 867e521341.
2017-10-30 15:13:52 +01:00
Benjamin Pasero 7f1379ff1c make createAndEnterWorkspace fit for any resources and optional name (for #35407) 2017-10-26 13:36:47 +02:00
Benjamin Pasero 73f3eebe40 smarter open/save picker default paths (fix #22697) 2017-10-24 10:30:08 +02:00
Benjamin Pasero 04398d1ce1 open workspace: option click to open in new window 2017-10-23 15:31:17 +02:00
Benjamin Pasero b01f60e7d8 fix #36431 2017-10-20 15:38:07 +02:00
Joao Moreno 1eb2dcb12b fix bad shrinwrap for windows-mutex 2017-10-18 15:52:54 +02:00
Joao Moreno 6e6b2520cb windows: alert if windows-foreground-love is missing
related to #36358
2017-10-18 15:21:36 +02:00
Joao Moreno 9d450132ff warn if windows-mutex can't be loaded
fixes #36358
2017-10-18 15:13:53 +02:00
Sandeep Somavarapu 64992dee5c Adopt menus using new configuration change event 2017-10-18 08:39:47 +02:00