Commit Graph

59972 Commits

Author SHA1 Message Date
Benjamin Pasero
e4eec1db9c 💄 backup tracker 2020-01-24 09:27:02 +01:00
Benjamin Pasero
286db43065 lifecycle - more details when unload fails 2020-01-24 09:16:29 +01:00
Benjamin Pasero
982a71938c Let read-only editors show problems (fixes #89057) 2020-01-24 08:37:35 +01:00
Alex Dima
2fc7c60b95 Fix editor validation decorations (#89057) 2020-01-24 08:27:57 +01:00
Alex Dima
c7cc30ca5a Add editor.renderValidationDecorations (#89057) 2020-01-24 08:06:47 +01:00
Benjamin Pasero
a9a5fd05b6 untitled - change mode when found in paste data (#89159)
* untitled - change mode when found in paste data

* do not update mode for readonly editors
2020-01-24 07:27:27 +01:00
Benjamin Pasero
cd2e132fbc tests - avoid tests that bring up webview for now (#88415) 2020-01-24 07:20:53 +01:00
Matt Bierner
f3dbcea32a Adds a backup method (#88948)
Adds a backup method to the custom editor API proposal. This method allows custom editors to hook in to VS Code's hot exit behavior

If `backup` is not implemented, VS Code will assume that the custom editor cannot be hot exited.

When `backup` is implemented, VS Code will invoke the method after every edit (this is debounced). At this point, this extension should back up the current resource.  The result is a promise indicating if the backup was successful or not

VS Code will only hot exit if all backups were successful.
2020-01-23 16:14:27 -08:00
Jackson Kearl
b60f43d098 Validate before deserialization 2020-01-23 14:52:10 -08:00
Jackson Kearl
145ec39a8e Add telemetry events for search editors 2020-01-23 14:52:10 -08:00
Jackson Kearl
f76adb0d9c Remove extrenous hideHeader call 2020-01-23 14:52:10 -08:00
Martin Aeschlimann
72c3424916 themes: normalize textmate theming rules. Fixes #89043 2020-01-23 22:28:13 +01:00
Jackson Kearl
69f7b8d027 Refactoring editor creation logic 2020-01-23 11:01:54 -08:00
Matt Bierner
ead3e2373d Correctly convert null to a resource scope (#89131)
For #87768

I believe that calling `vscode.workspace.getConfiguration('section', null)` is supposed to create  a specific config accessor that works for any resource. Currently it behaves the same as if you omitted the second param
2020-01-23 10:01:06 -08:00
Matt Bierner
dcb5998b75 Fix resource scope access error logging (#89130)
For #87768

It seems that this log message is meant to be fired when accessing a resource scoped config without a resource
2020-01-23 10:00:50 -08:00
Isidor Nikolic
d1b35f7748 Merge pull request #89173 from microsoft/isidorn/accessibilityPageSize
Automatically set accessbilityPageSize to 1000
2020-01-23 17:33:01 +01:00
Martin Aeschlimann
2b880f2b74 update typescript-vscode-sh-plugin 2020-01-23 17:08:49 +01:00
Sandeep Somavarapu
79f83f0033 Fix #89046 2020-01-23 17:02:12 +01:00
Johannes Rieken
ee22a386fa fix #86692 2020-01-23 16:48:54 +01:00
Alex Ross
fc282975fe Stop sequential dependent tasks if one is canceled
Fixes #84789
2020-01-23 16:39:35 +01:00
Alex Ross
15d85ec41d Remove unused reference in viewsViewlet.ts 2020-01-23 16:35:18 +01:00
isidor
3efd575c64 If a screen reader is attached and the default value is not set we shuold automatically increase the page size to 1000 for a better experience
fixes #85833
2020-01-23 16:22:02 +01:00
Alex Ross
368a7b92e4 Fix remote explorer viewlet actions 2020-01-23 16:12:12 +01:00
Johannes Rieken
e09632f8bf fix tests 2020-01-23 15:59:53 +01:00
Alex Dima
d7890fa51f Fixes #53947: Add "Developer: Restart Extension Host" 2020-01-23 15:51:36 +01:00
Johannes Rieken
5d85d2eeef suggest - don't send default ranges for each item 2020-01-23 15:29:50 +01:00
Sandeep Somavarapu
1a5ffab445 Merge pull request #88823 from sbatten/movableViews
Add movable property to views and add toggle view commands
2020-01-23 15:16:57 +01:00
Sandeep Somavarapu
afe0caf2f4 Merge branch 'master' into movableViews 2020-01-23 15:14:42 +01:00
Alex Ross
dd3b65f955 Only show 'task already running' message when task is visible
If the task is running but not visible, show it

Fixes #84794
2020-01-23 15:06:52 +01:00
Sandeep Somavarapu
34d739f40c 💄 2020-01-23 13:59:04 +01:00
Sandeep Somavarapu
14dd693710 Merge branch 'master' into movableViews 2020-01-23 13:53:52 +01:00
Sandeep Somavarapu
2175d4c0dd - Introduce menu id to contribute view title context menu actions
- Use this menu id to get context menu action for a view
2020-01-23 13:47:26 +01:00
Alex Ross
419360d3ba Make show task act as a toggle
Fixes #84795
2020-01-23 12:51:08 +01:00
Johannes Rieken
a3771b4f05 bulk: add tests 2020-01-23 12:49:01 +01:00
Johannes Rieken
3172af8aef bulk - tweak rename input padding 2020-01-23 12:17:49 +01:00
Benjamin Pasero
5ec65bdc87 backup - remove discardAllBackups() method
This method is actually deleting the entire backup home
folder for the workspace and it is possible that this could
lead to race conditions when a backup is running at the same
time.
2020-01-23 12:14:27 +01:00
Joao Moreno
9bec0160f6 fixes #86474 2020-01-23 11:41:00 +01:00
Martin Aeschlimann
abab0c8548 [json] move jsonValidation declaration for #88835 2020-01-23 11:35:51 +01:00
Alex Ross
b72188e257 Add action to change local port on tunnel
Fixes #89031
2020-01-23 11:30:24 +01:00
Alex Dima
08647f57e3 Fixes #86400: forcefully => forcibly 2020-01-23 11:07:10 +01:00
Alex Dima
af9e425939 Fixes #86410: Fix issue with embedded modes where the entire line text should be looked at to decide if electric characters should run 2020-01-23 11:03:38 +01:00
Johannes Rieken
03dff92d94 rename setting to peekWidgetDefaultFocus and make it an enum of "tree" and "editor", #23001 2020-01-23 11:01:23 +01:00
Johannes Rieken
b6c765ed7f change telemetry event name, #87187 2020-01-23 10:40:11 +01:00
Joao Moreno
7456f4759f fix scm input colors
fixes #89149
2020-01-23 10:40:00 +01:00
Benjamin Pasero
3a110102c2 backup - only ask for backup when none exists on shutdown 2020-01-23 10:31:26 +01:00
Johannes Rieken
7c069dff35 better codicon alignment in codelens, #87062 2020-01-23 10:13:09 +01:00
Benjamin Pasero
1762d50880 working copies - add name property 2020-01-23 10:01:52 +01:00
Benjamin Pasero
eda792e02c backup - make backups optional on shutdown 2020-01-23 10:01:52 +01:00
Johannes Rieken
b537a308dd Merge pull request #89121 from microsoft/dont-color-codelens
codelens: don't apply icon color to codelens
2020-01-23 09:43:42 +01:00
Martin Aeschlimann
187c592afa TestWindowConfiguration 2020-01-23 09:16:32 +01:00