Isidor Nikolic
93ef7cd03e
Merge pull request #64200 from Microsoft/isidorn/zenModeRestore
...
zen mode: We will not restore zen mode, need to clear all zen mode state
2018-12-03 15:26:16 +01:00
isidor
2d57133894
zen mode: properly clear state on shutdown
2018-12-03 15:25:50 +01:00
isidor
ea14a460db
Merge branch 'master' into isidorn/zenModeRestore
2018-12-03 15:16:21 +01:00
Joao Moreno
a8b004a30e
fixes #62629
2018-12-03 15:15:37 +01:00
Benjamin Pasero
e7c77a3a81
storage - include a WillSaveStateReason when saving
2018-12-03 14:58:57 +01:00
Benjamin Pasero
08d8cc157a
fix #63431
2018-12-03 14:49:36 +01:00
Johannes Rieken
57c1e826a0
strict null for all smart select
2018-12-03 14:33:44 +01:00
Johannes Rieken
6938d2c35d
smart select bracket pairs, #64004
2018-12-03 14:28:51 +01:00
Sandeep Somavarapu
d3665d2f8b
Fix #64199
2018-12-03 14:25:45 +01:00
Alex Ross
8ffc91c042
Merge pull request #64007 from DustinCampbell/update-csharp-grammar
...
Update C# TextMate grammar with latest fixes
2018-12-03 14:18:15 +01:00
Sandeep Somavarapu
9a8bbb8dd8
Fix opening settings editor when ui is disabled
2018-12-03 13:50:29 +01:00
Alexandru Dima
74263a78d0
Merge pull request #64189 from usernamehw/keybindings_command
...
Use string type for `command` property
2018-12-03 13:48:36 +01:00
Sandeep Somavarapu
2122d7e0bf
Remove support for post install
2018-12-03 12:42:10 +01:00
Benjamin Pasero
6153c8b075
debt - remove editor history listeners when condition is met
2018-12-03 12:26:07 +01:00
Johannes Rieken
daae50ab21
ensure a range contains its previous range, #63935
2018-12-03 12:05:50 +01:00
isidor
46e453dc1c
zen mode: We will not restore zen mode, need to clear all zen mode state changes
2018-12-03 12:05:05 +01:00
Johannes Rieken
2baa14fcf2
tests and api command for smart select api, #63935
2018-12-03 11:51:53 +01:00
Johannes Rieken
07be58bbad
add proposed api for smart select, #63935
2018-12-03 11:29:12 +01:00
Alex Ross
bc916bb6af
Added commit hash to cgmanifest.json
2018-12-03 11:29:00 +01:00
Joao Moreno
c98725aa03
missing compilation
2018-12-03 11:24:11 +01:00
Benjamin Pasero
71630c224a
storage - parts splash becomes a window config to show early on
2018-12-03 11:16:36 +01:00
Alexandru Dima
37100fb8f1
Merge pull request #63947 from Thomas-S-B/master
...
Removed unnecessary cast
2018-12-03 11:09:05 +01:00
Joao Moreno
1567e662cc
only show update service errors when asking explicitly
...
fixes #61467
fixes #60966
2018-12-03 11:07:56 +01:00
Joao Moreno
868f812b37
💄
2018-12-03 11:07:56 +01:00
Alex Ross
92894195d0
Merge pull request #63759 from donaldpipowitch/patch-1
...
added .hintrc and moved .babelrc to jsonc grammar
2018-12-03 11:04:47 +01:00
Johannes Rieken
91aa9db312
rename setting, #62365
2018-12-03 11:01:43 +01:00
Johannes Rieken
6959ac313d
Merge pull request #63193 from skprabhanjan/fix-62365
...
Fix #62365 : Added useGlobalStorageForSuggestions Setting
2018-12-03 10:51:38 +01:00
Benjamin Pasero
77ea172135
keybindings - do not steal focus from an event
2018-12-03 10:50:25 +01:00
Christof Marti
3fd9352b8d
Remove Better Merge key #64190
2018-12-03 10:47:19 +01:00
Benjamin Pasero
44a246e7a8
perf - measure workspace service init time as well
2018-12-03 10:44:29 +01:00
Johannes Rieken
6bcd5c4126
update ref-view extension
2018-12-03 10:00:18 +01:00
Alex Ross
3935abd964
Automatic tasks should prompt before running ( #64075 )
...
Fixes #63988
2018-12-03 09:56:37 +01:00
Alex Ross
f9703e9ad6
Input variables in tasks ( #63910 )
...
Fixes #4758
2018-12-03 09:24:59 +01:00
Johannes Rieken
253a4f6d17
log provider failure as errors, #63831
2018-12-03 08:47:39 +01:00
al
f70c402f8f
Use string type for command property
2018-12-03 10:46:38 +03:00
Samuel Toriel
9e62a05bc7
[fix] #27649 pin intellisense documentation widget to top ( #62115 )
...
Fixes : #27649
Long docs when cursor is near the bottom will jump to the top to allow for more space, but if the next suggestion docs are smaller it will jump back down creating a jarring experience when flipping through suggestions quickly. Pin the widget to the top if it flips to the top once so that the experience is more fluid.
This is just one way we might handle it. Open to suggestions as this is my first PR to VSCode.
2018-12-02 17:23:40 -08:00
Rob Lourens
5303738ae1
Fix search/replace unit tests
2018-12-02 14:15:13 -08:00
Rob Lourens
0bde61957b
Fix F4/shift+f4 for search result list causing hang, due to native promise switch
2018-12-02 14:00:26 -08:00
Rob Lourens
3cb280dfaf
Fix #64112
2018-12-02 13:38:41 -08:00
Matt Bierner
d8b78f5a45
Make _actionRunner non-nullable
2018-12-02 12:13:17 -08:00
Matt Bierner
e42d74ce9a
Fix completions for intellicode
...
IntelliCode uses `insertText` on all of its suggestions. When completing properties, we were incorrectly assuming that only bracket suggestions would use `insertText`
2018-12-02 11:53:15 -08:00
Matt Bierner
e39a97deb7
Fix snippet function call completions for intellicode
2018-12-02 11:53:15 -08:00
Matt Bierner
96990ee230
Strict null check platform/configuration/node
2018-12-02 11:53:15 -08:00
Matt Bierner
7ef1306340
Strict null check menubarService
2018-12-02 11:53:15 -08:00
Matt Bierner
28951283ab
Strict null check checkbox.ts
2018-12-02 11:53:15 -08:00
Matt Bierner
c2b17260ac
Strict null check action bar
2018-12-02 11:53:15 -08:00
Matt Bierner
4bb81b60df
Fix event typings
...
These typing errors were hidden by us previously using `any`
2018-12-02 11:53:15 -08:00
Benjamin Pasero
bd06a44d89
lifecycle - allow vscode:openFiles in Phase.READY
2018-12-02 11:19:53 +01:00
Benjamin Pasero
a6defd0a16
storage - 💄
2018-12-02 09:22:29 +01:00
Benjamin Pasero
5e22941032
storage - 💄
2018-12-01 14:36:39 +01:00