Commit Graph

1467 Commits

Author SHA1 Message Date
Johannes Rieken
73e3488685 remote - move out search provider, #45000 2018-03-20 14:51:22 +01:00
Johannes Rieken
5b8eea4b22 remote - also remove addWorkspaceFolder from protocol 2018-03-20 12:15:46 +01:00
Johannes Rieken
05abb6374e remove FileSystemProvider#root 2018-03-20 12:11:42 +01:00
Matt Bierner
c48acbb1c9 Move log level API to env
Moves the log level API to env
2018-03-19 12:52:55 -07:00
Johannes Rieken
a116e73a94 more renames, #7340 2018-03-19 16:33:43 +01:00
Alex Dima
1a249fc4ec Serialize vscode.DocumentSelector 2018-03-19 12:07:08 +01:00
Matt Bierner
e822e655b5 Move logDirectory to ExtensionContext (#45922)
* Move the logDirectory to extensionContext

Moves the proposed `logDirectory` to `ExtensionContext` and make it synchronous

* Use string for path instead of URI
2018-03-16 14:07:09 -07:00
André Weinand
f1404198c3 proposed logMessage API; fixes #45643 2018-03-16 17:08:46 +01:00
Johannes Rieken
67efbbf5ca remote - use posix.dirname of uri.path 2018-03-16 15:32:06 +01:00
Dirk Baeumer
fc7051a897 Cleaner API to query tasks 2018-03-16 11:55:18 +01:00
Matt Bierner
ab1669f898 Revert "Revert "Avoid using import x = require('...')""
This reverts commit 27256832f3 which turns out did not break the import of vs/nls
2018-03-15 10:17:18 -07:00
Dirk Baeumer
a4cf2abe7e First cut of #45664: Add API to query and execute tasks 2018-03-15 18:02:04 +01:00
Johannes Rieken
5685bcd524 try a different variant of getDiagnostics... #30075 2018-03-15 15:05:45 +01:00
Johannes Rieken
8d022273dd add DiagnosticRelatedInformation, #10271 2018-03-15 11:43:31 +01:00
Matt Bierner
27256832f3 Revert "Avoid using import x = require('...')"
This reverts commit 7de696a202.

Seems to have broken loading vs/nls in at least one case in insiders
2018-03-15 00:47:33 -07:00
Matt Bierner
7de696a202 Avoid using import x = require('...')
Don't use this import form in places where it is not needed. This prevents us from correctly detecting duplicate imports
2018-03-14 14:45:59 -07:00
Matt Bierner
81767beaca Make Event a named export
There are many places in the code that do `import Event, { ...} from '.../event'`.
2018-03-14 14:25:30 -07:00
Matt Bierner
f94cea3742 Mark private emitters as readonly 2018-03-14 13:57:38 -07:00
Matt Bierner
82084be1bc Switch to use vscode-resource scheme in webviews
Fixes #45784
2018-03-14 11:25:40 -07:00
Johannes Rieken
185630f925 add MarkerSeverity, #44141 2018-03-14 13:23:09 +01:00
Johannes Rieken
f4c997a5c9 back to simple getDiagnostics-function, #30075 2018-03-14 12:42:38 +01:00
Johannes Rieken
ec091c2c01 add DiagnosticChangeEvent #30075 2018-03-14 11:00:42 +01:00
Ramya Achutha Rao
366c8eb9c3 publisherDisplayName is PublicPersonalData 2018-03-13 19:18:09 -07:00
Matt Bierner
68c78176af Fixes unknown webview on postMessage
Fixes #45555. These errors will now show up in #45553
2018-03-13 14:24:56 -07:00
Matt Bierner
1ec4b811be Adding vscode.executeTypeDefinitionProvider command
Fixes #45652
2018-03-13 10:39:44 -07:00
Matt Bierner
834e14309e Extract duplicated mapping code 2018-03-13 10:39:44 -07:00
Martin Aeschlimann
c65b881d16 [folding] add maxRanges to folding provider request 2018-03-13 17:49:09 +01:00
Johannes Rieken
3aea86db79 proposed event for when diagnostics change, #30075 2018-03-13 17:48:54 +01:00
Johannes Rieken
362485e390 some early sketches of a read api #30075 2018-03-13 15:52:08 +01:00
Johannes Rieken
e9d92ca9a7 align names, add RenameContext-type #7340 2018-03-13 11:59:32 +01:00
Dirk Baeumer
ddd44e0ae9 Fixes #45576: Allow users to control quoting in tasks 2018-03-12 12:09:16 +01:00
Sandeep Somavarapu
24420491eb Fix #45340 2018-03-09 10:56:08 +01:00
Andre Weinand
9389389e42 add correct bp location; fixes #44433 2018-03-07 16:12:51 +01:00
Sandeep Somavarapu
81f1deec2f #39576 Use proxy only for extension calls 2018-03-06 16:21:47 +01:00
Johannes Rieken
18b94d09a6 fix #45124 2018-03-06 11:39:27 +01:00
Sandeep Somavarapu
98ef6607e6 Fix #39576 2018-03-05 17:33:33 +01:00
Johannes Rieken
e5be4d8f7d more strict type conversion #7340 2018-03-02 17:28:16 +01:00
Johannes Rieken
78a2f08d69 rename to RenameInformation, #7340 2018-03-02 17:28:16 +01:00
Johannes Rieken
675e09114f ignore and blame bad content provider events, #44398 2018-03-02 16:05:21 +01:00
Matt Bierner
5994f5f90e Fix onDidChangeActiveWeview not getting fired when switching away from webviews 2018-02-28 18:09:50 -08:00
Matt Bierner
66d38d0702 Use native promise 2018-02-28 18:09:49 -08:00
Matt Bierner
92a8e702b7 Make sure we clean up disposed webview 2018-02-28 18:09:49 -08:00
Sandeep Somavarapu
10438e9c5d Fix #44735 2018-02-28 15:51:23 +01:00
Matt Bierner
b60267b17c Delete webview input on dispose 2018-02-28 00:25:13 -08:00
Matt Bierner
a989220093 Add title to webviewCreate
Part of #44579
2018-02-28 00:25:13 -08:00
Benjamin Pasero
f2ffc972c2 Make workspace folder modification API stable (#44049)
* make API stable

* make deleteCount: number | undefined | null
2018-02-27 14:39:02 +01:00
Matt Bierner
6b743d8c61 Prevent multiple markdown previews of the same type in the same editor group 2018-02-26 16:35:57 -08:00
Matt Bierner
4d95590a81 Use onDid* type event names in webview 2018-02-26 15:51:15 -08:00
Matt Bierner
26cbbea694 Add webview.show method to show a webview in a given group
Fixes #44430
2018-02-26 12:56:23 -08:00
Alex Dima
20ed3d9632 Fixes #44424: Add proposed API - TextEditor.visibleRanges 2018-02-26 21:28:09 +01:00