Johannes Rieken
d02c8011df
mark API as proposed and enforce proposedApi-property
2019-02-13 12:47:45 +01:00
Rob DeLine
066dfef8f7
Add Code Inset Feature
2019-02-13 12:46:25 +01:00
Alex Dima
767715ba14
Explore resolver api
2019-02-13 11:41:29 +01:00
Benjamin Pasero
a99b64ae8e
paths - avoid posix usages
2019-02-13 11:25:10 +01:00
Benjamin Pasero
622b3d62dd
paths - paths.node.ts => path.ts
2019-02-12 20:36:23 +01:00
Benjamin Pasero
b0acf49b18
paths - move path to extpath
2019-02-12 20:36:23 +01:00
SteVen Batten
5ebd625b40
use new path implementation ( #68538 )
...
* adopt paths.node over path
* fix strict null
* remove hacky typing inlabel.test.ts
2019-02-12 20:14:50 +01:00
Peng Lyu
0d50120c71
fix comments npe
2019-02-12 09:19:33 -08:00
Martin Aeschlimann
08705a1b10
dirname can not return null
2019-02-12 17:18:07 +01:00
Benjamin Pasero
210fa4274d
paths - adopt basename()
2019-02-12 17:12:25 +01:00
Benjamin Pasero
6f11645ee2
paths - adopt node-path.dirname()
2019-02-12 16:09:07 +01:00
Rob Lourens
cbff363641
Strict null check extHostSearch.ts
2019-02-11 17:48:57 -08:00
Matt Bierner
614ad268cb
Fix another case where typeConverters.ViewColumn.to could be passed undefined
2019-02-11 17:24:26 -08:00
Matt Bierner
8d0777697e
Fix potential exception
2019-02-11 16:41:59 -08:00
Matt Bierner
14e4835a55
Strict null extHostWorkspace
2019-02-11 16:41:59 -08:00
Peng Lyu
d50c9d8609
check if users can operate on reactions
2019-02-11 16:32:24 -08:00
Matt Bierner
6d973fef89
Strict null work on main thread
2019-02-11 09:31:13 -08:00
Matt Bierner
f9687fc5ec
Strict null work on extHostLanguageFeatures
2019-02-11 09:31:13 -08:00
Matt Bierner
f1afe72087
Add getDocument helper method
...
Many places in `extHostLanguageFeatures` were calling `getDocumentData` without checking if the result is undefined. Add an `getDocument` that cannot return undefined values and instead throws an error if there is no document
2019-02-11 09:31:13 -08:00
Matt Bierner
9ee6077373
Strict null work in extHost
2019-02-11 09:31:13 -08:00
Johannes Rieken
274a2379b5
fix #68436
2019-02-11 17:26:53 +01:00
Daniel Imms
c7f83b2c85
Strict null check mainThreadTerminalService
...
Part of #60565
2019-02-11 04:35:20 -08:00
Johannes Rieken
52d134aacb
update proposed api to have multiple positions, #41838
2019-02-11 12:08:27 +01:00
Johannes Rieken
d50b568d87
multiple cursor in internal api of smart select, #41838
2019-02-11 11:34:09 +01:00
Sandeep Somavarapu
16a2c2e3fa
Merge branch 'master' into sandy081/remoteMRWorkspace
2019-02-11 10:23:58 +01:00
Johannes Rieken
42f2fc9783
Merge pull request #68121 from Microsoft/joh/es6
...
es6 compile
2019-02-11 08:31:44 +01:00
Benjamin Pasero
7c1fe9a7d6
debt - move search out of platform
2019-02-09 17:02:31 +01:00
Benjamin Pasero
31e7084fe9
debt - move outputAppender to where it is used
2019-02-09 16:56:59 +01:00
Matt Bierner
40c4d2b743
Strict null check work for extHostTypes
2019-02-08 17:16:08 -08:00
Matt Bierner
fdc710af64
Strict null work for main thread debug, tasks, and output
2019-02-08 17:16:08 -08:00
Johannes Rieken
b6da3af518
make sure to gc-track commands of code lens objects
2019-02-08 16:58:51 +01:00
Johannes Rieken
8bd8c6f688
strict null trouble
2019-02-08 15:30:43 +01:00
Johannes Rieken
8d9ef1c975
add es5ClassCompat-vehicle
2019-02-08 12:12:27 +01:00
Alex Dima
2ba52db77a
Reroute activation for hosted extensions
2019-02-08 11:54:23 +01:00
Alex Dima
9b669a0c71
Remove extensions with dependency loops as soon as possible
2019-02-08 11:50:39 +01:00
Alex Dima
b909133b22
Add support for api:none in IExtensionManifest
2019-02-08 11:41:11 +01:00
Rob Lourens
0af3142ef8
Fix all findFiles excludes always disregarded
2019-02-07 18:15:37 -08:00
Matt Bierner
1cd1f81106
Strict null check extensionHost.ts
2019-02-07 15:35:15 -08:00
Andre Weinand
4573042ac9
properly merge debugger contributions
2019-02-07 23:37:59 +01:00
Matt Bierner
5076c35a53
Strict null work on mainThread and extHost
2019-02-07 09:54:21 -08:00
Martin Aeschlimann
77baaad9c9
Merge branch 'master' into aeschli/remote-workspaces
2019-02-07 16:32:42 +01:00
Johannes Rieken
0693cb7afc
debt - don't track recursive but explict, #67694
2019-02-07 13:56:26 +01:00
Alex Ross
6bbb04e0be
Ensure contributed tasks have a scope
...
#67990
2019-02-07 13:11:18 +01:00
Sandeep Somavarapu
545f9988d1
Fix missing import
2019-02-07 12:51:23 +01:00
Benjamin Pasero
ff2581dda7
debt - group some services that belong together
2019-02-07 12:42:32 +01:00
Sandeep Somavarapu
db81580e7f
Merge branch 'master' into sandy081/remoteMRWorkspace
2019-02-07 12:41:42 +01:00
Benjamin Pasero
35523f6c51
debt - workbench/parts => workbench/contrib (update imports and scripts)
2019-02-07 11:48:58 +01:00
Matt Bierner
ea577a79e4
Strict null check more mainThread and extHost files
2019-02-06 18:22:33 -08:00
Matt Bierner
96e13e6cbf
Unblock mainThread and extHost files from being strict null checked
2019-02-06 17:54:31 -08:00
Martin Aeschlimann
8c6e97456e
IWindowService.openWindow takes IURIToOpen
2019-02-06 16:56:53 +01:00