Commit graph

66576 commits

Author SHA1 Message Date
rebornix 9025542d26 💄 enum 2020-05-29 09:15:03 -07:00
Sandeep Somavarapu 4d854d4c89 fix #98794 2020-05-29 17:51:00 +02:00
Johannes Rieken d61d7dd95e fix notebook tests 2020-05-29 17:23:51 +02:00
Ladislau Szomoru ed5e512a2f Do not push an empty string to the result 2020-05-29 17:19:05 +02:00
Ladislau Szomoru 1a95f3134a Trim SCM input font family value 2020-05-29 17:11:10 +02:00
Benjamin Pasero 1e90cca7cb
editors - use canonical URIs when creating editor inputs (#93368) (#98795) 2020-05-29 16:39:54 +02:00
Sandeep Somavarapu a0b1c3d7f4 update distro 2020-05-29 16:12:16 +02:00
Rob Lourens 33bf1b2417 Fix #96727 2020-05-29 09:05:12 -05:00
Sandeep Somavarapu 37c72e77a0 Add ability to not to sync an extension while installing using cli 2020-05-29 15:56:36 +02:00
Benjamin Pasero 9de432688b editors - some code cleanup 2020-05-29 14:29:48 +02:00
Martin Aeschlimann c1575cfb9a don't warn with browser-only extensions 2020-05-29 13:58:33 +02:00
Benjamin Pasero 2b177467e0 editors - add option to whenClosed for waiting for save too 2020-05-29 13:47:33 +02:00
Johannes Rieken 5721d63eb6 notebooks - wire up onDidChange event from notebook providers, fyi @rebornix, https://github.com/microsoft/vscode/issues/96403 2020-05-29 13:20:28 +02:00
Johannes Rieken c8012a7c1c notebook - add NotebookCell#notebook 2020-05-29 13:20:28 +02:00
Alex Ross 1b6c367a90 Tasks wtih same type and label should be "equal"
Fixes #98617
2020-05-29 11:44:27 +02:00
Max d59b031322
Make Neo keyboard layout (layer 4) arrow keys work in explorer view (#98269)
* Make Neo keyboard layout (layer 4) arrow keys work in explorer view

* wrap expressions connected by '&&' in parentheses for clarifiction
2020-05-29 11:04:34 +02:00
Johannes Rieken 04fda84806 use URI.joinPath for resources 2020-05-29 10:27:16 +02:00
Johannes Rieken ec680dd778 move all uri util into IExtUri interface, https://github.com/microsoft/vscode/issues/93368 2020-05-29 10:20:18 +02:00
Benjamin Pasero fc9c3f109d editors - lift onDidCloseEditor to service interface 2020-05-29 10:17:09 +02:00
Alex Ross 464f3de63c
Allow style in span in markdown (#97793)
Part of #40607
2020-05-29 09:54:32 +02:00
Johannes Rieken 187dedbdc3 remove the ability to ignore path casing from util functions itself, #93368
This change removes the `ignorePathCasing` argument from utils like `isEqual` et al. This is replaced with ExtUri-instances that know (or guess) when path casing matters.
2020-05-29 09:33:14 +02:00
Sandeep Somavarapu 5bc69ea145 Fix #96170 2020-05-29 09:11:46 +02:00
Benjamin Pasero 4f5925e8cc 🆙 distro 2020-05-29 08:12:56 +02:00
Benjamin Pasero 3dd1a9da60 web - support --wait 2020-05-29 08:05:50 +02:00
Benjamin Pasero ff5915e25b web - allow --add to add folder to workspace 2020-05-29 08:05:50 +02:00
Benjamin Pasero 203508d5ea web - upload files streamed and support cancellable progress 2020-05-29 08:05:50 +02:00
Benjamin Pasero 463300f852 web - add a limit for opening untitled files from drop 2020-05-29 08:05:50 +02:00
Benjamin Pasero daf24e664b issues - stub --status in web to output unsupported 2020-05-29 08:05:50 +02:00
Benjamin Pasero e9dd25e73c window - align interfaces for opening 2020-05-29 08:05:50 +02:00
Matt Bierner 9721b4ab5c Make sure custom editor working copy is initially considered dirty
For #96503
2020-05-28 22:58:20 -07:00
Matt Bierner 03cbe60992 Fix isReadonly being inverted for custom editors
For #96503

This should enable the revert command on windows
2020-05-28 22:18:18 -07:00
Matt Bierner 6cc7c45203 Make sure we keep around custom editor models while autosave is going on
For #96503
2020-05-28 21:53:18 -07:00
Matt Bierner cd41dd1f60 Pick up new TS version 2020-05-28 19:53:50 -07:00
Matt Bierner b84597ef93 Make sure we normalize remote uris
Fixes #98768

On remote file systems, webviews can recieve requests for resources with scheme such as:

`vscode-remote://vscode-ssh+localhost/path/to/file`

When the webview resource loading was handled in the renderer, we were able to handle these uris correclty. Now that resource loading happens in the main proccess, we have to normalize them ourselves
2020-05-28 17:34:29 -07:00
Jackson Kearl 028241b160 Fix #98766 - Reloading a dirty saved search editor causes a phantom tab to appear 2020-05-28 16:58:04 -07:00
Martin Aeschlimann e4e4343217 Improve new constant color, tests. For #97373 2020-05-29 00:22:17 +02:00
Martin Aeschlimann 6933f31854 Improve new constant color. For #97373 2020-05-29 00:08:56 +02:00
Jackson Kearl 1a547aaaee Fixes #98639 - Search editor: resolves content even if not the active editor 2020-05-28 14:59:25 -07:00
Martin Aeschlimann eec3db0bf3
Merge pull request #98764 from microsoft/aeschli/cssheadless
css language server for web
2020-05-28 22:56:57 +02:00
Martin Aeschlimann 9b4e59b7f7 Merge branch 'master' into aeschli/cssheadless 2020-05-28 22:20:53 +02:00
Martin Aeschlimann c6f665734a add TextEncoder to runtime 2020-05-28 22:18:58 +02:00
Rachel Macfarlane a79822ac0a Remove old auth provider migration code 2020-05-28 12:55:52 -07:00
Martin Aeschlimann eba3d294a2 [css] path completion in web 2020-05-28 21:54:35 +02:00
Sandeep Somavarapu 9e439b13d5 do not set default property 2020-05-28 19:43:57 +02:00
rebornix 37a3496bb0 share undo stack between text models in a notebook. the undo stack is not shared with notebook itself yet due to #98750. 2020-05-28 10:29:04 -07:00
Matt Bierner a42fc9031d Make sure we properly restore uris for local resource roots
For #98746
2020-05-28 10:25:07 -07:00
Sandeep Somavarapu 5b3e8dc543 Fix #98726 2020-05-28 19:20:59 +02:00
HiDeoo 2427bb7b6d
Fix typo in vscode.d.ts (#98692) 2020-05-28 10:04:03 -07:00
Matt Hernandez 29183ffa2b
Update distro reference.
Updated to take the latest distro changes.
2020-05-28 09:26:31 -07:00
Martin Aeschlimann 1ece4c4c25 adopt new languageserver node modules 2020-05-28 18:04:11 +02:00