Commit Graph

48 Commits

Author SHA1 Message Date
Johannes Rieken
a8a920e2fc don't push code without tests... #8093 2016-08-12 12:32:15 +02:00
Johannes Rieken
ff061902a7 add cancellation support for showInput and showQuickPick, #9377 2016-08-08 15:51:06 +02:00
Johannes Rieken
b5287d4621 registerDocumentLinkProvider 2016-07-21 16:05:59 +02:00
Alex Dima
581c260f9a Rename extHostProtocol to extHost.protocol 2016-07-12 19:33:55 +03:00
Alex Dima
1d8a0023f4 Fixes #2933: return promise from text editor command to allow to wait for its completion 2016-07-05 15:11:05 +02:00
Alex Dima
9f1e006be5 Do not use native Proxy as it breaks debugging vscode 2016-06-27 17:54:56 +02:00
Alex Dima
d285fe05e1 Split up ext host <-> main thread communication to separate files 2016-06-27 14:59:54 +02:00
Alex Dima
f00bbb18d9 Move IThreadService up to /workbench/ 2016-06-26 15:50:37 +02:00
Alex Dima
10cae007cd Use native JS Proxy for main <-> ext host proxies 2016-06-26 15:10:04 +02:00
Alex Dima
04faa2e4c1 Bring to /workbench/ all users of Remotable 2016-06-26 15:10:03 +02:00
Alex Dima
92b91cf371 Remove usages of richEditSupport and adopt LanguageConfigurationRegistry 2016-06-05 09:38:29 +02:00
Johannes Rieken
45a797bec1 check for input box options, fixes #7013 2016-05-30 10:54:15 +02:00
Martin Aeschlimann
a8eadbd8d4 Clean up __characterPairSupport, fixes #6889 2016-05-30 10:12:13 +02:00
Johannes Rieken
5e7f6d8c92 expose appName in env, fixes #5297 2016-04-25 12:03:50 +02:00
Johannes Rieken
323d5ea3a1 debt - remove unused code 2016-04-22 10:48:43 +02:00
Johannes Rieken
56b71bd9c1 gracefully handle the case in which a delegate command has been disposed before execution, fixes #3265 2016-04-21 13:55:12 +02:00
isidor
806fcf3e67 output: do not surface output id to extension api 2016-04-14 16:51:36 +02:00
isidor
9916cec2b7 output: surface label for extension output channels 2016-04-14 16:17:36 +02:00
Johannes Rieken
742ae2ea14 provideCodeActions get those diagnostic instances others provided, not a clone 2016-04-08 17:52:20 +02:00
Johannes Rieken
5f44e36593 fix issue #4945 2016-04-06 12:49:01 +02:00
Dirk Baeumer
56920f1408 Fixes #4305: Provide API to access the locale and ui language 2016-03-16 12:43:59 +01:00
Alex Dima
9d00c59b91 Better handling of cursorStyle 2016-03-12 16:14:25 +01:00
Johannes Rieken
31950e91b9 don't get stuck in _wordenize, don't allow evil regexp as word definition, fixes #3963 2016-03-11 10:52:29 +01:00
Alex Dima
29976b03c1 Add cursorStyle to TextEditorOptions 2016-03-10 23:11:12 +01:00
Alex Dima
45906d91e4 Add ability to change a document's EOL 2016-03-09 10:50:18 +01:00
Alex Dima
a3bdfe7ede More plugin -> extension 2016-03-01 18:54:44 +01:00
Alex Dima
f693ba1495 rename nativePluginService to nativeExtensionService 2016-03-01 18:54:40 +01:00
Alex Dima
6ae815a7c5 plugin -> extension 2016-03-01 18:54:39 +01:00
Alex Dima
c867beb5fe More plugin -> extension renames 2016-03-01 12:44:35 +01:00
Alex Dima
149cede9e6 PluginsRegistry -> ExtensionsRegistry 2016-03-01 12:32:25 +01:00
Alex Dima
5331853508 Renames from plugins to extensions 2016-03-01 12:18:29 +01:00
Alex Dima
a2a48e3ba8 Simplify IExtensionService 2016-03-01 12:13:17 +01:00
Alex Dima
104d779af2 IPluginService -> IExtensionService 2016-03-01 12:01:36 +01:00
Alex Dima
07b3df70d1 src/vs/platform/plugins -> src/vs/platform/extensions 2016-03-01 11:51:56 +01:00
Alex Dima
65463e2d01 Consolidate 5 descriptive mode supports into IRichEditSupport 2016-02-08 17:52:13 +01:00
Johannes Rieken
b3f65f6182 💄 tslint /api 2016-02-04 17:26:04 +01:00
Johannes Rieken
5e36bffca5 debt - extension api/exports only available in ext host 2016-02-01 14:34:26 +01:00
Johannes Rieken
6250b6531e expose EventEmitter in our API, fixes #2359 2016-01-27 12:18:19 +01:00
Johannes Rieken
ee249f86bd api - add vscode.env.language 2016-01-25 14:49:36 +01:00
Johannes Rieken
08fab0100d add CompletionList to tackle #2224 2016-01-25 13:57:14 +01:00
Johannes Rieken
0697316d74 don't mention locale for now, make env a namespace and move to namespace region, make sure env exists event in case of telemetry failure 2016-01-22 09:59:25 +01:00
Sofian Hnaide
4733c1f1df Merge pull request #2136 from SofianHn/master
Adding a global Env to the extension API
2016-01-21 11:40:34 -08:00
Sofian Hnaide
159509fd37 bring back version to prevent breaking change to the api 2016-01-21 11:12:45 -08:00
Johannes Rieken
5be404dd5c #1835 - onDidChangeTextEditorViewColumn event 2016-01-21 15:12:13 +01:00
Sofian Hnaide
2f8e58409c Adding a global Env to the extension API 2016-01-20 16:28:56 -08:00
Johannes Rieken
491fc08ea2 fix regression with command args 2016-01-14 15:13:21 +01:00
Johannes Rieken
7e55f101fb proposal for knowning when an item in pick quick pick was selected 2016-01-13 10:58:25 +01:00
Johannes Rieken
81456a7212 move api/common to api/browser 2016-01-11 14:44:13 +01:00