Megan Rogge
f62880a3e0
add refreshProperty ( #133010 )
2021-09-13 10:00:58 -07:00
Johannes Rieken
cbf8b411b9
move TypeHierarchy-API to stable, https://github.com/microsoft/vscode/issues/15533
2021-09-13 09:10:41 +02:00
Megan Rogge
13050e6203
follow up to TerminalProperty ( #132892 )
2021-09-10 14:58:20 -07:00
meganrogge
997c2725d2
Revert "follow up to TerminalProperty ( #132892 )"
...
This reverts commit 7238f3848f .
2021-09-10 14:33:58 -07:00
Megan Rogge
7238f3848f
follow up to TerminalProperty ( #132892 )
2021-09-10 14:24:07 -07:00
Johannes Rieken
0c2e315b45
better fix for https://github.com/microsoft/vscode/issues/128198
2021-09-10 18:00:42 +02:00
Anton Kosyakov
84ea7afc17
[vscode-ext-api] fix #111371 : expose remote authority
2021-09-10 09:20:23 +02:00
Megan Rogge
a23c56971e
#132774 ( #132808 )
2021-09-09 15:29:07 -07:00
Logan Ramos
65824647a6
Update tabs structure
2021-09-08 14:31:28 -04:00
Logan Ramos
65a8d1234c
Remove diff resource
2021-09-08 14:20:08 -04:00
Logan Ramos
9408062d1a
Add active tab test
2021-09-03 15:46:07 -04:00
Matt Bierner
8b7264a91d
Add MarkdownString.supportsHtml ( #132182 )
...
Fixes #40607
This change introduces a new `supportsHtml` property on `MarkdownString` that can be used to enable rendering of a safe subset of tags and attributes inside of markdown strings
For backwards compatibility, `supportsHtml` will default to false and must be explicitly enabled by extensions
This PR will need to go in after we adopt dompurify (#131950 ) which should provide better control over how we actually go about sanitizing rendered html
2021-09-03 12:33:00 -07:00
Logan Ramos
22ca6611bd
Add get tabs tests
2021-09-03 13:47:01 -04:00
Matt Bierner
0e52275271
Introduce WebviewOptions.forms
...
Fixes #132157
2021-09-02 13:24:49 -07:00
Logan Ramos
fe53ae0c9f
Add side by side editor to tab api proposal
2021-09-02 15:17:58 -04:00
Rob Lourens
cdc8e53cf3
Add DebugSessionOptions suppressSaveBeforeStart
...
See microsoft/vscode-jupyter#6898
2021-09-02 11:05:13 -07:00
Logan Ramos
c2d0a69f87
Implements a starting tab reading API ( #131998 )
...
* Clean up proposed.d.ts
* More API Polish
* Allow resource to be undefined
* Fix hygiene
* Address feedback
* Remove unnecessary iteration
* Use index from map
2021-09-02 10:48:38 -04:00
Johannes Rieken
02aeb6acca
Revert "replace severity with needsAttention, https://github.com/microsoft/vscode/issues/129037 "
...
This reverts commit e93a59545c .
2021-09-02 09:00:44 +02:00
Connor Peet
aac4d02082
make vscode.revealTestInExplorer an api command
2021-09-01 16:54:09 -07:00
Connor Peet
a59631868a
testing: test tag feedback
2021-09-01 14:52:18 -07:00
Tyler Leonhardt
ab8955c820
adds a proposed API for keeping scroll position. ref #132068
2021-09-01 11:25:13 -07:00
Johannes Rieken
4015f350bf
enforce that extension uses locally unique identifier, https://github.com/microsoft/vscode/issues/129037
2021-09-01 16:49:59 +02:00
Johannes Rieken
525345afe2
make LanguageStatusItem#detail optional, https://github.com/microsoft/vscode/issues/129037
2021-09-01 11:34:26 +02:00
Johannes Rieken
e93a59545c
replace severity with needsAttention, https://github.com/microsoft/vscode/issues/129037
2021-09-01 11:18:23 +02:00
Johannes Rieken
033520a963
add AccessibilityInformation, https://github.com/microsoft/vscode/issues/129037
2021-09-01 11:18:23 +02:00
Benjamin Pasero
c4546485f0
Enable FileSystemProvider to stat a file as readonly ( fix #73122 )
2021-09-01 10:40:26 +02:00
Johannes Rieken
db5aab03b6
debt - change the implementation of vscode.languages.getLanguages to not send an IPC message but to read from a sync'd state which gets pushed into the exthost
2021-08-31 16:46:29 +02:00
Connor Peet
604dd1418f
testing: fix run incorrectly ending if executed on multiple controllers
...
Fixes (#131827 )
2021-08-30 15:37:44 -07:00
Connor Peet
f3fbecd1cc
testing: fix setting states in a run with identical IDs not working
...
Fixes #131827
2021-08-30 15:37:44 -07:00
Connor Peet
d1e4e27c3a
testing: default failure message to the test location if not already set
...
Fixes #131898
2021-08-30 15:37:44 -07:00
Johannes Rieken
e0c5f66bb5
Merge branch 'main' into joh/langStatus
2021-08-30 10:34:44 +02:00
Johannes Rieken
f9b95de0a9
further alignments between LanguageStatusItem and StatusBarItem, add pin command that makes language status become a status bar item
2021-08-27 17:02:15 +02:00
Johannes Rieken
e6bec389fb
Merge branch 'main' into joh/langStatus
2021-08-27 14:51:28 +02:00
Johannes Rieken
f71aba6560
make sure createDiagnosticsCollection doesn't leak RPC, https://github.com/microsoft/vscode/issues/115679
2021-08-27 12:12:53 +02:00
Johannes Rieken
f5ce7996ae
fix https://github.com/microsoft/vscode/issues/128198
2021-08-27 11:47:22 +02:00
Henning Dieterichs
aeb8b4be9a
Updates inline completion provider API docs and renames selectedSuggestionInfo to selectedCompletionInfo.
2021-08-26 12:05:15 +02:00
Johannes Rieken
4baebf9ea0
Merge branch 'main' into joh/langStatus
2021-08-25 14:24:44 +02:00
meganrogge
e880f7ef3d
fix #131571
2021-08-24 14:37:21 -07:00
meganrogge
f810da250e
Fix build
2021-08-23 12:35:30 -07:00
meganrogge
1c4c7c29fa
fix #131404
2021-08-23 12:16:40 -07:00
Logan Ramos
2da60a8a4a
Finalize #129053
2021-08-23 15:08:33 -04:00
meganrogge
1c324f820b
move splitActiveTerminal into location
2021-08-23 09:50:20 -07:00
Johannes Rieken
bdbcd48316
Merge branch 'main' into joh/langStatus
2021-08-23 18:37:45 +02:00
Johannes Rieken
de1adedfaa
removed proposed API check for shortTitle, https://github.com/microsoft/vscode/issues/126457
2021-08-23 17:54:13 +02:00
Alex Ross
69936d5999
Properly duplicate TaskGroup
2021-08-23 15:00:19 +02:00
Henning Dieterichs
03ed03a373
Merge pull request #131183 from microsoft/hediet/inline-completions-autocomplete
...
allows inline suggestion providers to interact with the suggest widget.
2021-08-23 09:50:28 +02:00
Rob Lourens
32ef4edfbf
Fix timing issue with waiting on cell output changes
...
Fix #131281
2021-08-20 18:33:44 -07:00
meganrogge
c1427cc329
fix #131263
2021-08-20 15:57:04 -07:00
Johannes Rieken
1fd1444123
support language status command, no more pin for now
2021-08-20 13:04:41 +02:00
Johannes Rieken
47c2a4983c
Merge branch 'main' into joh/langStatus
2021-08-20 11:10:00 +02:00