Commit graph

85292 commits

Author SHA1 Message Date
Yan Zhang 0ee9c9ba6a update issue reference in proposed api
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2021-07-15 17:50:56 +08:00
Yan Zhang 59ae86e40c remove unused data field
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2021-07-15 17:48:07 +08:00
Ladislau Szomoru 629907cf65
Use consistent method for checking whether trusting the parent folder is possible 2021-07-15 11:44:34 +02:00
Yan Zhang 0907f8c2d8 implement isTypeHierarchyItemDto
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2021-07-15 17:42:45 +08:00
Yan Zhang bf580fb457 check proposed api enabled status
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2021-07-15 17:01:32 +08:00
Sandeep Somavarapu 62c2107569
do not render additional details sections if do not exist 2021-07-15 09:30:38 +02:00
Sandeep Somavarapu 1651552cb4
remove max width 2021-07-15 09:28:50 +02:00
Sandeep Somavarapu 107d834509
remove links 2021-07-15 09:27:08 +02:00
Rob Lourens 50b3811fdc Revert "Fix running smoketest multiple times"
See https://github.com/microsoft/vscode/pull/124666/files#r662070269

This reverts commit 4d694d7dc8.
2021-07-14 21:32:51 -07:00
Rob Lourens 4d694d7dc8 Fix running smoketest multiple times 2021-07-14 21:21:27 -07:00
Rob Lourens f7380d590b Fix #128160 2021-07-14 21:05:02 -07:00
Rob Lourens 47f68a901e Only allocate room for 3 character line numbers in notebook cell editors
Fix #128232
2021-07-14 20:56:12 -07:00
Yan Zhang 8135848f77 add type hierarchy provider
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2021-07-15 11:48:28 +08:00
Daniel Imms b605479359 Disable suite instead of just test 2021-07-14 19:00:56 -07:00
Alessandro (Ale) Segala f1caa3427a
Update README.md 2021-07-14 18:23:48 -07:00
Connor Peet 581ff12c39
testing: improve test children API
This changeset results from the discussion in and fixes #126987.
Migration for these changes should take about 15-20 minutes.

- `createTestItem` no longer takes a parent. Instead, it creates a free-
  floating test item, which can be added as a child of a parent.
- The `TestItem.children` is now a `TestItemCollection`, a set-like
  interface that also allows replacing items (intelligently diffing
	them internally) wholesale. This removes the need for the "generation
	counter" used in samples previously.
- There is no longer a `root` on the test controller, but instead an
  `items` property which is the same `TestItemCollection`
- The `tests` in the `TestRunRequest` has been replaced with an `include`
  property. If undefined, the extension should run all tests. (Since
	there is no longer a root to reference).

Here's some example migrations:

- 3fad3d66c1
- 3aff746316
2021-07-14 18:12:59 -07:00
Daniel Imms 039582c0dd Disable env var collection test on Windows
See #128710
2021-07-14 17:42:34 -07:00
Rob Lourens 70d4aaa57b Make the openDefaultSettings setting have the same behavior as useSplitJSON 2021-07-14 17:35:56 -07:00
Sandeep Somavarapu 63d6d76cbb fix width 2021-07-15 02:01:19 +02:00
Jackson Kearl 5708205e09
Update quick pick 2021-07-14 16:59:06 -07:00
Sandeep Somavarapu a412af45c7 scrollable details container 2021-07-15 01:51:59 +02:00
Rob Lourens 892785264b Simplify split JSON settings editor 2021-07-14 15:57:29 -07:00
Sandeep Somavarapu cef7746e50 rename to last updated 2021-07-15 00:55:40 +02:00
Sandeep Somavarapu 9b898d9196 fix label 2021-07-15 00:50:44 +02:00
Sandeep Somavarapu 60a1da8d3f - show tags
- show more info - release and last updated
- fix packs
2021-07-15 00:49:45 +02:00
Daniel Imms 304e3e3f48 Add terminalEditorFocus ctx key, remove dupe onfocus event
Fixes #128503
2021-07-14 15:40:52 -07:00
Miguel Solorio 2b413de572 Make walkthrough svgs interactive (refs #128581) 2021-07-14 15:11:53 -07:00
Sandeep Somavarapu 9b596f91b4 Improve additional details 2021-07-15 00:01:13 +02:00
Daniel Imms 6f148ab5f9 Resize terminal when it's shown
This fixes the following case:

1. Create and split the terminal
2. Hide the panel
3. Create a terminal in the background
4. Show it, the dimensions were wrong
2021-07-14 14:51:34 -07:00
Daniel Imms 1c3aaf8606 Fallback to 80x30 dimensions in terminal
This fixes an issue where when the terminal would be created without a container
it initializes with 0x0 dimensions which gets set to the minimum of 2x1 instead
of the expected default of 80x30 (which node-pty respects). This 80x30 is now
hardcoded in VS Code.

Fixes #128342
2021-07-14 14:51:28 -07:00
Matt Bierner f2022f9727
Remove unused webview session registrations
These were only used for electron based webviews
2021-07-14 14:45:56 -07:00
Matt Bierner e6b29a18b1
Also allow clipboard-sanitized-write in webviews
Fixes #128645
2021-07-14 14:42:48 -07:00
Matt Bierner 1ac570edce
Update to build using latest TS nightly 2021-07-14 14:42:43 -07:00
Martin Aeschlimann 5b5f381592
resolveExtensionHostDebugEnvironment: give precedence to payload 2021-07-14 23:28:40 +02:00
Raymond Zhao 03e6bf8a56
Simplify bool object renderer impl (#128696) 2021-07-14 14:24:07 -07:00
Sandeep Somavarapu d2ed4c8213 show license and repository links in separate lines 2021-07-14 23:14:53 +02:00
Sandeep Somavarapu 931ed02a8e - show install and rating in hover 2021-07-14 23:01:39 +02:00
Martin Aeschlimann 8207551d34
update request-light 2021-07-14 22:34:03 +02:00
Martin Aeschlimann 7927075f89
Merge pull request #128545 from microsoft/joh/webpack5
Adopt webpack 5
2021-07-14 22:32:54 +02:00
Sandeep Somavarapu d74972dbd3
show categories and resources 2021-07-14 22:24:14 +02:00
Sandeep Somavarapu f5045ff46f - bring back description
- move back install count and ratings next to title
- do not show ratings and install count for installed
- introduce mini layout
2021-07-14 22:17:26 +02:00
Miguel Solorio b65fc85467 Add a bit more space to the split dropdown 2021-07-14 12:05:00 -07:00
Ladislau Szomoru cf718eb777
Fix #128681 2021-07-14 20:44:08 +02:00
Logan Ramos 535bcfad67
Add telemetryAppender embedder API 2021-07-14 13:19:04 -04:00
Henning Dieterichs 0de2780d3c
Merge pull request #128663 from microsoft/hediet/fix-decoration-injected-text-conflict
When a decoration and injected text refer to the same model position, injected text is preferred. This resolves a conflict with gitlens.
2021-07-14 17:13:05 +02:00
Logan Ramos 63fad00228
Fix misspelling of parameters 2021-07-14 10:48:12 -04:00
Andre Weinand 6b2802c41c
upgrade DAP to 1.48.0-pre.0 2021-07-14 16:10:34 +02:00
Henning Dieterichs aaf2ae68dc
When a decoration and injected text refer to the same model position, injected text is preferred. This resolves a conflict with gitlens. 2021-07-14 16:00:38 +02:00
Sandeep Somavarapu d5eb71df92
fix preview color 2021-07-14 15:37:47 +02:00
Sandeep Somavarapu b48f9d9efa
do not render categories in hover 2021-07-14 15:34:28 +02:00