Commit Graph

20 Commits

Author SHA1 Message Date
Johannes Rieken
cc365575fc extract and reuse DocumentSelector-transformer, https://github.com/microsoft/vscode/issues/133331 2021-09-17 16:33:42 +02: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
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
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
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
1fd1444123 support language status command, no more pin for now 2021-08-20 13:04:41 +02:00
Johannes Rieken
222214eddf WIP use html element as hover element, needs status bar adoption, pin in noop 2021-08-19 17:12:39 +02:00
Johannes Rieken
f801025e2b small API extension, experiment with pin-command 2021-08-18 10:39:54 +02:00
Johannes Rieken
4222c512c2 add fly-out UI for language status items, tweak API proposal 2021-08-17 16:58:36 +02:00
Johannes Rieken
e30d70f9f5 turn language status API proposal into push model, https://github.com/microsoft/vscode/issues/129037 2021-07-21 12:51:14 +02:00
Johannes Rieken
7ab052aec4 first cut of token_at_position api, https://github.com/microsoft/vscode/issues/91555 2020-05-19 16:23:08 +02:00
Johannes Rieken
402a1cb949 some strict function fixes, #81574 2020-02-11 09:35:48 +01:00
Matt Bierner
1b70625f8c Use import type when importing vscode under src
When the core references `vscode`, we only want to import the types and never generate a real import (which will fail to load). Use `import type` to better enforce this
2020-01-10 14:25:21 -08:00
Johannes Rieken
c0821aa5e9 move extHost-files to common 2019-04-10 10:26:52 +02:00
Johannes Rieken
81456a7212 move api/common to api/browser 2016-01-11 14:44:13 +01:00
Johannes Rieken
bf6db83167 unused imports and other tslint findings 2015-12-10 15:25:06 +01:00
Erich Gamma
8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00