Commit Graph

25 Commits

Author SHA1 Message Date
Alex Dima
1ed83c7cad Move schema definitions to the commands definitions (#66458) 2019-02-14 12:37:37 +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
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
Martin Aeschlimann
77baaad9c9 Merge branch 'master' into aeschli/remote-workspaces 2019-02-07 16:32:42 +01:00
Benjamin Pasero
ff2581dda7 debt - group some services that belong together 2019-02-07 12:42:32 +01:00
Martin Aeschlimann
8c6e97456e IWindowService.openWindow takes IURIToOpen 2019-02-06 16:56:53 +01:00
Matt Bierner
b6087b2021 Fixing more strict null errros in extHost and related files 2019-02-05 15:59:38 -08:00
Benjamin Pasero
ebf9cb4136 debt - inline commands.ts from electron-browser 2019-01-24 16:11:38 +01:00
Martin Aeschlimann
032f640ba7 support files in windowOpen 2019-01-22 15:56:28 +01:00
Johannes Rieken
653280d133 debt - Thenable -> Promise 2018-12-13 11:31:54 +01:00
Matt Bierner
8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Joao Moreno
4e3f58f2f4 git: handle deleted conflicts
fixes #52787
2018-09-19 15:48:28 +02:00
Johannes Rieken
2d452e0a7e uri - replace usages of default export with named export 2018-09-03 10:54:50 +02:00
Martin Aeschlimann
acf0d09f04 isMalformedFileUri fix and tests 2018-08-09 12:03:23 +02:00
Martin Aeschlimann
2525f401ea improve fix for #55891 2018-08-08 18:18:40 +02:00
Martin Aeschlimann
868140430d vscode.openFolder: treat missing URI schema gracefully (for #55891) 2018-08-07 21:55:20 +02:00
Martin Aeschlimann
5ddf33c7d3 Reject invalid URI with vscode.openFolder (for #55891) 2018-08-07 12:57:11 +02:00
Martin Aeschlimann
e6c64eff1d support URI in openWindowCommand 2018-07-20 11:54:20 +02:00
Benjamin Pasero
2ec2cf597a API tweaks for grid editor (#51876)
* fix #51001

* add onDidChangeTextEditorViewColumn test that validates moving editor group

* adopt vscode.ViewColumn.Beside

* add vscode.setEditorLayout command
2018-06-14 17:17:39 +02:00
Benjamin Pasero
2bfb2763fd grid - 💄 for viewcolumn conversion 2018-05-22 08:53:28 +02:00
Benjamin Pasero
249da81b04 grid - move EditorPosition to exthost 2018-05-20 14:09:00 +02:00
Johannes Rieken
905c4f1a42 type converters, use namespace in more places 2018-05-04 18:49:40 +02:00
Johannes Rieken
c47296282a type converters, use namespace for ViewColumn 2018-05-04 18:49:40 +02:00
Alex Dima
d5297fcad4 Fixes #47490: Maintain compatibility for API commands that can be serialized as markdown links 2018-04-23 15:52:37 +02:00