Dirk Baeumer
6ce1f8e288
Add code-ps.ps1
2017-11-30 11:02:33 +01:00
Benjamin Pasero
2119aefcc0
ps - better output
2017-11-30 10:54:18 +01:00
Benjamin Pasero
df6a4213fb
ps - shuffle things around
2017-11-30 10:02:15 +01:00
Erich Gamma
2397f845d8
added workspace statistics to '--ps' ( #39326 )
...
* added workspace statistics to '--ps'
* tweaks
2017-11-30 09:48:00 +01:00
Benjamin Pasero
e8e47eac66
ps - better window resolve
2017-11-30 09:39:26 +01:00
Benjamin Pasero
4cc2dfea9f
more 💄 ps
2017-11-29 15:30:53 +01:00
Benjamin Pasero
6b46db8b21
ps 💄
2017-11-29 15:24:54 +01:00
Benjamin Pasero
e83e2d21a8
ps - show window information
2017-11-29 15:16:10 +01:00
Benjamin Pasero
38b509126c
tweak PS output
2017-11-29 14:30:23 +01:00
Benjamin Pasero
307987fe38
Add code --ps ( #39302 )
...
* initial commit
* 💄
* get the machine id from the main process
* first cut formatting
* nicer output
* added support for Windows
* refactor to share common code
* simplify regexps
* always use the 'type' argument
* differentiate between node and electron_node
* some polish
* add render id to renderer
* add memory load (macOS, linux)
* 💄
2017-11-29 12:17:26 +01:00
Joao Moreno
bc174a7394
sketch up log service
2017-11-28 17:15:16 +01:00
Benjamin Pasero
785a04468a
stdin - ignore if a file path is passed in to open
2017-11-28 07:38:56 +01:00
Benjamin Pasero
91b4159c0e
stdin - ignore tmp files from recent history
2017-11-27 17:40:32 +01:00
Benjamin Pasero
00d5c347e8
Cmd+Q no longer works in this case ( fixes #39191 )
2017-11-27 15:32:43 +01:00
Benjamin Pasero
6d22bb75ee
Allow reading from stdin ( fixes #6161 ) ( #39177 )
2017-11-27 11:46:48 +01:00
Benjamin Pasero
e278c541f8
prevent sync access to install source on startup (for #39034 )
2017-11-24 12:55:11 +01:00
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