Commit Graph

55129 Commits

Author SHA1 Message Date
Benjamin Pasero 20876ae53b telemetry - fix broken opt out 2019-10-01 12:10:38 +02:00
Martin Aeschlimann 2724ca6c05 styler: allow Color 2019-10-01 09:49:22 +02:00
Matt Bierner 313ede61cb Also remove extHostWebview side of the api proposal for webview editor state/save 2019-09-30 20:36:21 -07:00
Matt Bierner f75285a4e1 Remove save / state from custom editor api proposal for now
These features are not working in many cases and the api around them will likely change significantly
2019-09-30 20:15:34 -07:00
Matt Bierner 71c95a466f Disable open with command for now
It needs more polishing and should probably only be enabled for files that may have custom editors enabled
2019-09-30 20:15:34 -07:00
Pine Wu 9bb24dc1c1 Upgrade html/css language services 2019-09-30 16:42:01 -07:00
Pine Wu fe0f0cc501 Fix monospace font-family not showing in deeper hover/suggest 2019-09-30 16:39:14 -07:00
Matt Bierner 2aea209a3e Add fallback for invalid signature help data structure
Fixes #80617

Some extensions may provide us with bad data types (if they are js or don't have strict null enabled for example). Try to be more careful about handling such cases by falling back to an empty array instead of undefined
2019-09-30 16:10:18 -07:00
SteVen Batten 9cba8ad16d fixes #81267 2019-09-30 16:04:06 -07:00
Matt Bierner 1c215ef3f6 Try different name for default editor
Fixes #80777
2019-09-30 16:03:16 -07:00
Rob Lourens f832acfbd9 Settings editor fixes
- Fix keyboard shortcut to show context menu
- Fix showing gear icon when settings row is focused
2019-09-30 15:15:49 -07:00
Miguel Solorio 48e1250e2f Fix #81690 2019-09-30 15:09:49 -07:00
Rob Lourens df0953c045 Fix setting row colors
Remove focus outline on settings editor. It's not tabbable so it doesn't serve any purpose and is annoying to see every time I click on the editor background. Just need to keep .editor-instance from getting focus on click.
Fix #81675
2019-09-30 14:41:58 -07:00
Matt Bierner e904a5f646 Warn development webview extensions that use vscode-resource uris directly
Fixes #81685
2019-09-30 14:22:47 -07:00
Matt Bierner 8079ff0001 Rename resolveExternalUri to asExternalUri
#81131
2019-09-30 14:22:47 -07:00
Matt Bierner 3ae6f0bf93 Annotate that preferredEncoding can be undefined
Discovered as part of #81574
2019-09-30 14:22:47 -07:00
Martin Aeschlimann 74ac7b8520 smoke: update mocha 2019-09-30 22:58:57 +02:00
Martin Aeschlimann 1465409125 update json server & service 2019-09-30 22:58:40 +02:00
Martin Aeschlimann d6169488c3 update html server & service 2019-09-30 22:58:18 +02:00
Martin Aeschlimann ecba37c6ef update css service/server 2019-09-30 22:55:31 +02:00
Miguel Solorio b8a75a33dd Fix #81573, show beak in status bar 2019-09-30 12:17:57 -07:00
Martin Aeschlimann a5745f5042 [folding] Support single shortcut for toggling fold/unfold. Fixes #18549 2019-09-30 21:03:29 +02:00
Miguel Solorio 3f3a9e30db Fix #81536, center git decorations 2019-09-30 11:42:36 -07:00
Pine Wu 7a27b26446 Polish css.completion.completePropertyWithSemicolon doc 2019-09-30 11:41:07 -07:00
Miguel Solorio 889d69688b Update Octicons and cgmanifest 2019-09-30 11:34:22 -07:00
Miguel Solorio 2c704846d6 Show correct icon in HC mode for adding breakpoints 2019-09-30 10:46:24 -07:00
Miguel Solorio 83cd86bb36 Fix #81649, show collapse icon in debug viewlet 2019-09-30 10:45:44 -07:00
Miguel Solorio 3611cc7d07 Show collapse icon in Problems panel 2019-09-30 10:23:48 -07:00
Miguel Solorio d26bc6e7d5 Fix #81662 2019-09-30 10:19:19 -07:00
Pine Wu eb5ec0fd2a Suggest linebreak. Fix #79840 2019-09-30 08:58:50 -07:00
Sandeep Somavarapu 5f8dec837f enable auth by config 2019-09-30 17:51:34 +02:00
Martin Aeschlimann 22caeb97a4 handle v6 ip addresses in remote-resources rewrite 2019-09-30 17:42:42 +02:00
Alex Dima 665ac1da33 Clean up Gesture.addTarget 2019-09-30 17:20:41 +02:00
Alexandru Dima 531522b76e A readOnly editor doesn't honor readonly in the textArea (#81394)
A readOnly editor doesn't honor readonly in the textArea
2019-09-30 17:00:10 +02:00
Martin Aeschlimann bae6f5f1a5 [json] "Fetch Online Package Info" feature doesn't work when npm is not present. Fixes #77066 2019-09-30 16:59:34 +02:00
Alexandru Dima 69ae6cdf21 Only use the readonly attribute on the web 2019-09-30 16:59:08 +02:00
Alexandru Dima ec10d47a57 Merge remote-tracking branch 'origin/master' into pr/ElasticPencil/81394 2019-09-30 16:56:41 +02:00
Alexandru Dima 2de9a3629f Fixes #72798: Transport other error types (not just instances of Error) 2019-09-30 16:43:14 +02:00
Lionell Pack 4ca2a270fd Add touch events to minimap (#81097)
* Initial implementation. Basically functional.

* Switch to use gesture events.

General tidy-up.

* Formatting fix.
2019-09-30 16:36:08 +02:00
Alex Dima fa5c6386eb Fixes microsoft/monaco-editor#1575: respect deltaMode 2019-09-30 16:28:43 +02:00
Alex Dima a7b0732a03 Hide require.toUrl call from ESM packagers 2019-09-30 16:28:36 +02:00
Alex Dima 3ff057ce33 Fix the shape of insane.js to make it ESM compatible (microsoft/monaco-editor#1574) 2019-09-30 16:28:29 +02:00
Alexandru Dima fe9e05d8d7 Adopt ILogger.flush() (#80862) 2019-09-30 16:26:16 +02:00
Alexandru Dima 215df67b0f Try to use the remote port number locally (microsoft/vscode-remote-release#1115) 2019-09-30 16:20:33 +02:00
Alexandru Dima 361cf8edec Handle 0.0.0.0 too (microsoft/vscode-remote-release#1115) 2019-09-30 16:15:02 +02:00
Martin Aeschlimann af2126c725 support code --remote ssh+remote+xy /pathOnXY. For https://github.com/microsoft/vscode-remote-release/issues/585 2019-09-30 15:59:20 +02:00
Alexandru Dima 29f0d108bf Fixes microsoft/monaco-editor#1553 2019-09-30 15:53:45 +02:00
Johannes Rieken 50701eee93 Merge pull request #81606 from larshp/link_update
editor, modes.ts: documentation, fix broken link
2019-09-30 15:51:47 +02:00
Johannes Rieken 111c29c085 Merge pull request #80895 from mjbvz/use-const-enums-for-suggest-dto
Use const enums for minimized ISuggestDataDto field names
2019-09-30 15:34:48 +02:00
Sandeep Somavarapu 79978f96d3 Fix #81152 2019-09-30 15:31:04 +02:00