Johannes Rieken
2798d7bf41
joh/rainy weasel ( #184582 )
...
* add tooltip (plain text) to static items,
re https://github.com/microsoft/vscode/issues/183772
* support accessibilityInformation for static static bar contribs,
https://github.com/microsoft/vscode/issues/183772
2023-06-08 12:33:24 +02:00
Johannes
c106fbe627
add some integration tests for static status bar items
2023-06-05 16:39:59 +02:00
Connor Peet
21ec2519ef
testing: add proposed testInvalidateResults API ( #183370 )
...
* testing: add proposed testInvalidateResults API
For #134970
* fix tests
2023-05-24 22:57:07 -07:00
Kartik Raj
b4a853bac9
Update package.json for vscode-api-tests
2023-05-23 19:40:55 +00:00
Rob Lourens
05c0ca95ed
Add new API proposal for chat onDidPerformUserAction event ( #183140 )
...
* Add new API proposal for chat onDidPerformUserAction event
* Enable API for tests that incidentally touch the getter
2023-05-22 11:52:19 -07:00
Connor Peet
8b3523a18d
api: implementation of proposed window activity API ( #182563 )
...
* api: implementation of proposed window activity API
For #181569
* fix build
* fix build more
* add cell activity per @rebornix
2023-05-16 17:49:33 +02:00
Matt Bierner
9b6b547d2d
Fix range when copying empty selection ( #182227 )
...
This fixes the range extensions get when copying an empty selection. As part of this, I've also:
- Added tests for this change
- Made the paste parts of the api optional. This is useful when a test provider only wants to add data on copy
2023-05-11 17:31:11 -07:00
Benjamin Pasero
1ed110b6be
Return resulting URI from commands that save the active editor ( fix #178713 ) ( #179091 )
...
* Return resulting `URI` from commands that save the active editor (fix #178713 )
* 💄
* address feedback
* change to real proposed API
* cleanup
2023-04-20 18:00:12 +02:00
Ladislau Szomoru
218b8bd8da
SCM - Add document property to expose the text document ( #171504 )
2023-04-14 13:55:14 +02:00
Matt Bierner
3e5253b143
Remove notebook controller kind API proposal ( #175962 )
...
Fixes #168535
2023-03-16 08:52:09 +11:00
Peng Lyu
4ed4cf6042
Remove unused proposed api enablement. ( #167077 )
2022-11-23 09:53:18 -08:00
Sandeep Somavarapu
2cd8ea24f2
#159892 Finalize ( #165925 )
2022-11-09 10:28:27 -05:00
Ladislau Szomoru
76191c7c75
Engineering - Remove proposal that has been finalized ( #164127 )
...
Remove proposal that has been finalized
2022-10-20 04:30:27 -07:00
Sandeep Somavarapu
894aa9a7a7
Log improvements ( #163532 )
...
* - expose log level in the proposed api
- ability to set log level per logger
* fix tests
2022-10-13 03:48:52 -07:00
Rob Lourens
cf47b76c63
Finalize notebookDebugOptions API ( #163316 )
...
* Finalize notebookDebugOptions API
Fix #147264
* Backcompat for the option from vscode-jupyter
* Undo comment
* Fix build
2022-10-11 20:25:51 -07:00
Alex Ross
23e6c032af
Start enforcing the tunnels API ( #163187 )
...
* Start enforcing the tunnels API
* Fix API test
2022-10-10 10:10:24 -07:00
Benjamin Pasero
ec56dddd9f
tests - remove snippetWorkspaceEdit usage ( #161043 )
2022-09-16 00:34:30 -07:00
Tyler James Leonhardt
ccddb94f98
initial cut of vscode.l10n ( #158328 )
2022-09-14 16:48:25 -07:00
Rob Lourens
37f08d1195
Remove notebookEditorEdit proposal requirement ( #160912 )
2022-09-14 09:41:21 -07:00
Daniel Imms
a4cce8f575
Merge pull request #160900 from babakks/add-change-shell-event
...
Add `onDidChangeShell` event to the API
2022-09-14 07:53:50 -07:00
Daniel Imms
c4611298a3
Add envShellEvent to vscode-api-tests
2022-09-14 07:32:41 -07:00
Benjamin Simmonds
8268e5d27d
Remove enabledApiProposals badge from test ext ( #160526 )
2022-09-09 15:36:53 +02:00
Benjamin Simmonds
f51258b93b
Optional TreeItem Checkbox ( #158250 )
2022-09-06 12:41:57 +02:00
Johannes Rieken
c46640d635
remove obsolete API proposal name from api-tests, fyi @Tyriar ( #154902 )
2022-07-12 11:35:56 +02:00
Johannes Rieken
71c221c532
joh/theoretical quokka ( #154157 )
...
* add `SnippetController#apply(ISnippetEdit[])`
This replaces the initial ugly trick with a more sound implementation of arbitrary snippet edits. A snippet edit can cover disconnected regions, each will be applied as separate text edit but everything will become a single `OneSnippet` instance
* add integration test for SnippetString-text edit inside workspace edit
2022-07-05 12:30:01 -07:00
Benjamin Pasero
68433fb7fd
tests - remote invalid proposed API ( #152181 )
2022-06-15 14:34:56 +02:00
Matt Bierner
8b0b3ee72e
Remove notebook editor decoration type ( #151574 )
...
* Remove the notebookEditorDecorationType API proposal
Fixes #146838
* Remove all the infastructure around the now removed notebookEditorDecorationType api
2022-06-13 13:51:10 -07:00
Matt Bierner
45304da73d
Finalize NotebookEditor api proposal ( #149767 )
...
* Finalize NotebookEditor api proposal
Fixes #149271
This finalizes most parts of the NotebookEditor api proposal. I haven't removed the proposal entirely as there are still a few parts being left behind:
- The deprecated properties/functions
- A few contribution points such as `notebook/cell/executePrimary`
* remove extra quote
2022-05-23 23:27:17 +00:00
Matt Bierner
67014adc30
Remove the textDocumentNotebook API proposal ( #149277 )
...
* Remove the textDocumentNotebook API proposal
All consumers have now been migrated off of this proposal, so it is safe to remove from our code
* Remove deprecated api usage from test
2022-05-12 08:59:11 +02:00
Benjamin Pasero
c6bd448948
debt - bring @types/mocha up to date with version 9.x
2022-05-02 08:30:27 +02:00
Johannes
90a6367e2c
remove mentionings of tabs proposal, fyi@lramos15
2022-04-22 11:51:53 +02:00
Johannes
2b3212ead0
enable proposal for integration API tests
2022-04-21 16:54:11 +02:00
Johannes
9530dca29d
finalize notebookDocumentEvents-API, https://github.com/microsoft/vscode/issues/144662
2022-04-20 13:58:37 +02:00
Matt Bierner
50ea16198d
Remove the concat text document api proposal
...
Fixes #146781
2022-04-14 14:39:44 -07:00
Matt Adam
a727329516
Implement badge API for webviews and treeviews ( #144775 )
...
* Implement badge API for webviews and treeviews
* Address PR feedback
* Set badge priority
Part of #62783
2022-03-30 14:34:11 +02:00
Johannes
b1faab40de
adopt tests to new notebook change event
2022-03-29 11:58:54 +02:00
Robo
32d40cf44e
chore: update to electron 17 ( #143223 )
...
* chore: bump electron@17.0.0
* Revert "chore: revert to electron@13 (#143851 )"
This reverts commit df645f1450 .
* chore: bump electron@17.1.0
* Revert "ci: fix build with latest node-gyp"
This reverts commit c3e948aa30 .
* chore: revert ci changes for node v16
* chore: update yarn.lock
* chore: bump electron@17.1.1
2022-03-11 00:51:37 +09:00
Alex Ross
c468903ff7
Finalize tree drag and drop API
...
Fixes #32592
2022-03-02 15:39:36 +01:00
Matt Bierner
a068ebee8d
Finalize markdownstring.baseUri
...
Fixes #142051
2022-03-01 15:48:53 -08:00
Robo
df645f1450
chore: revert to electron@13 ( #143851 )
...
* Revert "chore: update to electron 16 (#137241 )"
This reverts commit 01df559c18 .
This reverts commit 46301339b7
* ci: fix remote compiler for sdl-scan
* chore: fix remote/.yarnrc
* chore: fix build/npm/postinstall.js
* chore: rm crash reporter from shared process
* chore: rm crash reporter from ext host
* chore: fix build/lib/layersChecker.ts
* :chore: preserve some more changes
* fix tests
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2022-02-24 17:49:49 +01:00
Johannes Rieken
b7955eac38
finalize inlay hints provider API, https://github.com/microsoft/vscode/issues/16221
2022-02-09 15:32:46 +01:00
Robo
01df559c18
chore: update to electron 16 ( #137241 )
...
* chore: bump electron@15.3.0
* chore: bump node@16.x
* chore: enable render process reuse
* Revert "watcher - use `type` property for crash reporter location"
This reverts commit bfa488dd8f .
* Revert "watcher - enable crash reports on linux (#136264 )"
This reverts commit af261488f8 .
* chore: enable crashpad on linux
* chore: bump electron@15.3.1
* chore: update api changes
* chore: bump @vscode/sqlite3@5.0.3
* spec: skip non-context aware module unittests
* chore: fix perf hook integration with node environment
* fix: adopt fs api changes
* chore: fix integration tests
* chore: bump electron@15.3.2
* chore: bump electron@16.0.0
* temp(macOS): kill test instances in OSS
* Revert "temp(macOS): kill test instances in OSS"
This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.
* chore: update chromium version for clang downloader
* some 💄 changes
* align with changes
* adopt more fs.rm
* 💄
* chore: bump @vscode/sqlite3@5.0.4
* fix layers check to account for duplicated types from node.js
* update todo for type casts
* smoke - fix compile issue
* chore: update module cache
* watcher - fix unhandled rejection (fix #137416 )
* ci: update node version
* enable stack dumping
* update electron types to 16.x
* chore: bump @vscode/sqlite3@5.0.5
Refs https://github.com/microsoft/vscode/issues/137496
* fix layer issue
* add `AbortSignal` to core types
* chore: update linux compile flags
Refs 797723ec83
* ci: fix linux build
* ci: update github ci cache
* ci: fix remote build in github ci
* ci: better fix for remote build
* chore: bump azure cache
* chore: fix merge conflict
* :chore: update to electron@16.0.2
* chore: bump @vscode/sqlite3@5.0.7
* ci: update to gcc-4.9 for remote
Refs https://github.com/microsoft/vscode/issues/137659
* ci: switch to buster for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: fix build on linux arm64
* ci: fix arm client compiler toolchain
Refs #137927
* chore: bump electron@16.0.3
* ci: fix compile flags for the c toolchain
* chore: bump electron@16.0.4
* Add experimental dark mode flag (#139109 )
* Add experimental dark mode flag
* Apply PR feedback
* chore: bump electron@16.0.6
* chore: bump electron@16.0.7
Fixes https://github.com/microsoft/vscode/issues/138792
Fixes https://github.com/microsoft/vscode/issues/139300
* chore: experimental highlight API
* smoke - fix compile issue
* FIXME: custom ELECTRON_RUN_AS_NODE with node worker
* Revert "chore: bump electron@16.0.7"
This reverts commit 5fd01cf37c .
* Revert "Revert "chore: bump electron@16.0.7""
This reverts commit a7f1b73951 .
* chore: fix github linux workflow
* chore: address review feedback
* chore: bump electron@16.0.8
* ci: revert to stretch distro for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: force build
* chore: update yarn.lock
* address feedback
* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"
This reverts commit 7b48fa3732 .
* ci: fix remote folder build
* chore: fix github linux ci
* 🆙 `versionSpec`
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com >
2022-02-08 20:09:00 +01:00
Johannes Rieken
17ed7bf82c
finalize LanguageStatusItem API, https://github.com/microsoft/vscode/issues/129037
2022-02-08 18:50:46 +01:00
Matt Bierner
69896100ed
Add MarkdownString.baseUri proposal ( #142055 )
...
For #142051
2022-02-03 08:51:49 -08:00
Daniel Imms
5c6672cd77
Remove terminalLocation from api proposal list
...
Fixes #141645
2022-01-27 06:52:20 -08:00
Logan Ramos
fc7fb5d480
Enable proposed api in vscode api tests
2022-01-20 13:56:57 -05:00
Johannes Rieken
c084b6ce2e
add contribViewsRemote-proposal to api-tests extension
2021-11-22 19:28:14 +01:00
Johannes Rieken
09c9d4c293
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165
2021-11-12 11:05:57 +01:00
Johannes Rieken
109c9d9486
adopt viewType everywhere and drop support for it, fixes https://github.com/microsoft/vscode/issues/125163
2021-06-02 12:05:19 +02:00
rebornix
c5a8e59db7
update notebook contributions.
2021-05-12 14:56:55 -07:00