Johannes Rieken
19d2f21950
enforce that uri have scheme, #67373
2019-01-30 12:42:03 +01:00
Johannes Rieken
172b5a5c59
delegate to opener service, #66741
2019-01-21 10:20:57 -08:00
Johannes Rieken
073aba1923
first cut proposed api for vscode.open, #66741
2019-01-18 11:27:26 -08: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
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
Alex Dima
367dd10413
Rename RPCProtocol.get to RPCProtocol.getProxy ( #36972 )
2017-12-13 16:04:14 +01:00
Alex Dima
252d49c65b
Simplify AbstractThreadService usage ( #36972 )
2017-12-13 15:21:33 +01:00
Joao Moreno
2dac869dd9
api: WindowState
2017-07-20 18:20:57 +02:00
Joao Moreno
15e4c72301
assume window starts focused
2017-07-20 15:03:16 +02:00
Joao Moreno
d17e8750e3
dead are getters, long live readonly
2017-07-20 15:01:18 +02:00
Joao Moreno
6987cb0eb0
API: window.isFocused, window.onDidChangeWindowFocus
...
fixes #18263
2017-07-20 14:45:41 +02:00