Commit graph

69650 commits

Author SHA1 Message Date
Johannes Rieken 0a7d9859ed tackle https://github.com/microsoft/vscode/issues/104606 2020-08-21 10:06:26 +02:00
Benjamin Pasero 67c90e6930 fuzzy scorer - bring back prefix match boost (fix #103052) 2020-08-21 09:29:34 +02:00
Benjamin Pasero 38f8b223ff web - remoteIndicator => windowIndicator 2020-08-21 08:43:11 +02:00
Benjamin Pasero d50e84208f web - ignore builtIn extension if overridden via CLI 2020-08-21 08:15:37 +02:00
Benjamin Pasero 44ad54d9fa Revert "Split main thread webview serializer code into own file"
This reverts commit 04de465524.
2020-08-21 07:37:34 +02:00
Rob Lourens bc172e197d Fix language picker hover 2020-08-20 21:42:49 -07:00
Rob Lourens 956343798b Set context on delete cell toolbar
Fix #105109
2020-08-20 20:30:35 -07:00
Matt Bierner c85c46579e Pick up TS 4.0.2 2020-08-20 16:45:45 -07:00
Matt Bierner 04de465524 Split main thread webview serializer code into own file 2020-08-20 16:45:45 -07:00
Matt Bierner daf5143e35 Split webview serializers into own ext host service 2020-08-20 16:45:45 -07:00
Matt Bierner 6db81f6ab2 Move custom editors into own ext host services 2020-08-20 16:45:45 -07:00
Matt Bierner 4fd7f660a4 Move webview views into own ext host class
Also fixes message passing for webview views
2020-08-20 16:45:45 -07:00
Connor Peet dc0150c61a
debug: make auto attach apply state transition in new workspaces
Previous there was a case:

1. Auto attach was enabled in user settings and workspace A was open
2. Switch to workspace B, and then turn auto attach off in user settings
3. Switching back to workspace A, environment variables were not cleared

Now, the last state is stored in the workspace settings so that
we can tear down the previous state if necessary.
2020-08-20 16:06:18 -07:00
Rob Lourens b0c6e84bee Increase hover range for insertion toolbar
Fix #104854
2020-08-20 14:51:44 -07:00
Matt Bierner 61f799f53b
Add proposed webview view API (#104601)
Add proposed webview view API

For #46585

This adds a new `WebviewView` proposed api to VS Code that lets webview be used inside views. Webview views can be contributed using a contribution point such as :

```json
    "views": {
      "explorer": [
        {
          "type": "webview",
          "id": "cats.cat",
          "name": "Cats",
          "visibility": "visible"
        }
      ]
    },
```

* Use proper activation event

* Transparent background

* Fix resize observer

* Adding documentation

* Move webview view to new directory under workbench

* Remove resolver

By moving the webviews view into their own fodler, I was able to avoid the cycle the resolver was originally introduced for

* Use enum in more places

* Hook up title and visible properties for webview views

* Remove test view

* Prefer Thenable

* Add unknown view type error to collector
2020-08-20 13:59:22 -07:00
SteVen Batten 038e1a93b9 fixes #104967 2020-08-20 10:17:58 -07:00
Benjamin Pasero 1b7035d050 web - add a quality change handler 2020-08-20 15:32:54 +02:00
Benjamin Pasero 71e4d1dc2b 🆙 web playground 2020-08-20 15:19:38 +02:00
Sandeep Somavarapu 94364b7fb7 initialize keybindings and snippets after restored phase 2020-08-20 14:27:02 +02:00
Alex Ross 640caaef05 Finalize task custom execution variable resolving
Fixes #81007
2020-08-20 13:49:20 +02:00
Martin Aeschlimann 362e49228c renameOnType: debounce update request, trigger update on changes. Fixes #86845. Fixes #86845 2020-08-20 13:41:11 +02:00
Alex Ross 73d583f759 Move task definition variable resolving to be early
Part of #81007
2020-08-20 13:34:09 +02:00
Johannes Rieken 88b7db2815 workaround (fix?) for https://github.com/microsoft/vscode/issues/105073 @rebornix 2020-08-20 12:57:30 +02:00
Johannes Rieken 89a2411190 chore - make notebook cell language as readonly 2020-08-20 12:22:27 +02:00
Benjamin Pasero a9624db8e1
Web: remote indicator API (#105069)
* remote - refactor indicator a bit for better readability

* remote indicator - more refactorings and cleanup

* web api - shuffle some things around

* remote indicator - add remote transition indicator

* update remote indicator API

* 💄
2020-08-20 11:58:30 +02:00
Johannes Rieken 0e0a0657cd fix join with command ordering fyi @roblourens 2020-08-20 11:42:13 +02:00
isidor 135b6da837 debug: do not show toolbar while initialising
fixes #84228
2020-08-20 11:05:01 +02:00
Sandeep Somavarapu 160fd51f71 use type 2020-08-20 10:49:16 +02:00
Sandeep Somavarapu 79e9ee33c9 rename and pass environment service 2020-08-20 10:47:09 +02:00
Johannes Rieken 780fb8c8e8 fix https://github.com/microsoft/vscode/issues/104454 2020-08-20 10:42:51 +02:00
Rob Lourens 8e872f41d4 Move execution order label
Fix #104680
2020-08-19 19:23:02 -07:00
Rob Lourens ad4e97584c Force delete button to right
Fix #104082
2020-08-19 18:18:39 -07:00
Matt Bierner 64d126cafb Add new TSS_REMOTE_DEBUG flags that are only active in remote cases
Fixes https://github.com/microsoft/vscode-remote-release/issues/3546
2020-08-19 17:07:13 -07:00
Jackson Kearl 2611bffc41 Use selected text for query when runnning Open Search Editor with an existing editor
Always select the full query text when running Open Search Editor with no selection
Closes #105032. Closes #105031.
2020-08-19 15:43:24 -07:00
Andre Weinand 7f4c958024 node-debug@1.44.10 2020-08-19 23:06:31 +02:00
Jack Works 5d9647d4bc
Improve typescript.code-snippets for async (#99544)
* Update typescript.code-snippets

* Update typescript.code-snippets

* Update typescript.code-snippets

* Update typescript.code-snippets
2020-08-19 12:07:13 -07:00
Rob Lourens 67243326c1 Avoid group conflicts by title between extensions/core
Fix #104442
2020-08-19 11:36:26 -07:00
Rob Lourens 24b55a196a Force horizontal scrolling off in settings TOC tree 2020-08-19 11:28:25 -07:00
Rob Lourens 1d35a03ea6 Remove deprecated helpers in prefModels 2020-08-19 10:56:26 -07:00
Sandeep Somavarapu 55afb516aa Fix #101288 2020-08-19 18:53:24 +02:00
Isidor Nikolic 77e39ac316
Merge pull request #105003 from microsoft/lszomoru/setup-icon-fix
Setup - switch to using autodesktop
2020-08-19 18:42:56 +02:00
Sandeep Somavarapu 3b7c836fd6 fix #104827 2020-08-19 18:10:44 +02:00
Sandeep Somavarapu 0d669335de Fix #104828 2020-08-19 18:03:13 +02:00
Sandeep Somavarapu 860ed7b6cf
Merge pull request #104996 from microsoft/sandy081/initUserData
Initialise user data from Settings sync service in Web
2020-08-19 16:43:56 +02:00
Sandeep Somavarapu 2c9df0aa1b fix global state 2020-08-19 16:39:45 +02:00
Sandeep Somavarapu 116157acb1 Merge branch 'master' into sandy081/initUserData 2020-08-19 16:29:10 +02:00
Sandeep Somavarapu cb746636f0 change user data init into a service.
initialize resources at necessary phases
2020-08-19 16:18:40 +02:00
Alex Ross 4a0a7ea1df Make already running task message a warning
Fixes #104869
2020-08-19 16:17:04 +02:00
Ladislau Szomoru a4c736981a Use autodesktop 2020-08-19 16:02:30 +02:00
Alex Ross 893314330c Update grammars 2020-08-19 16:00:28 +02:00