Joel Day
3c817c7fe2
Insert snippet API changes.
2017-01-17 16:09:15 -08:00
Joel Day
8a3039245e
Merge master.
2017-01-17 13:18:41 -08:00
Johannes Rieken
2caf36fdf5
don't debounce FS events
2017-01-17 16:42:58 +01:00
Johannes Rieken
a63ee85284
Merge branch 'master' into joh/progress-api
2017-01-17 09:49:17 +01:00
Johannes Rieken
210fc3c072
path buisness is driving me crazy
2017-01-17 09:43:44 +01:00
Johannes Rieken
419c2dc09c
add withScmProgress to begin with
2017-01-17 09:27:16 +01:00
Johannes Rieken
ace744e468
Merge branch 'master' into joh/progress-api
2017-01-17 09:12:37 +01:00
Johannes Rieken
588b14b5bd
normalize path
2017-01-17 09:07:15 +01:00
Johannes Rieken
a70478cb1e
Merge branch 'master' into joh/progress-api
2017-01-16 18:12:48 +01:00
Johannes Rieken
0c46df976e
expose a withScmViewletProgress-API
2017-01-16 18:11:12 +01:00
João Moreno
f8838a3eb0
Merge pull request #15894 from joaomoreno/scm-api
...
Provisional SCM API & git extension
2017-01-16 17:07:40 +01:00
Johannes Rieken
e9bf909418
use nodejs-path#relative for workspace#getRelativePath, #18350
2017-01-16 14:40:39 +01:00
Johannes Rieken
1c3b4bf4b3
Merge branch 'master' into joh/progress-api
2017-01-16 10:45:14 +01:00
Joao Moreno
6f781ddfcd
Merge branch 'master' into scm-api
2017-01-16 10:21:27 +01:00
Daniel Imms
3d82f41352
Support setting cwd in ITerminalService.createInstance
...
Fixes #18506
2017-01-13 11:34:05 -08:00
Johannes Rieken
3d7c53c82a
rename to withWindowProgress
2017-01-13 15:15:36 +01:00
Johannes Rieken
0caa565500
Merge branch 'master' into joh/progress-api
2017-01-13 13:55:31 +01:00
Johannes Rieken
33492341c9
withStatusBarProgress API and implementation
2017-01-13 12:09:19 +01:00
Joao Moreno
4aa47582b3
Merge branch 'master' into scm-api
2017-01-13 09:33:57 +01:00
Matt Bierner
9d611d4dfd
Add Go To Implementation Api ( #18346 )
...
* Add Go To Implementation Api
For #10806
Adds a new API for supporting `go to implementation` command for languages. Implements an example for TS
* Rename
* Cleanup
2017-01-12 12:16:48 -08:00
Benjamin Pasero
c936b0f6f5
Jumpy cursor with trim trailing whitespace and autosave ( fixes #18410 )
2017-01-11 18:45:24 +01:00
Joao Moreno
970f663a74
Merge branch 'master' into scm-api
2017-01-11 11:58:59 +01:00
Daniel Imms
c74ed29322
Fix old API
2017-01-10 19:35:24 -08:00
Daniel Imms
d4c263d1de
Merge remote-tracking branch 'origin/master' into tyriar/15583
2017-01-10 19:26:15 -08:00
Johannes Rieken
fd9616dbaa
enable proposed API for builtin extensions
2017-01-10 17:44:42 +01:00
Johannes Rieken
61bd582998
first cut of CompletionItem#commitCharacters, #7326
2017-01-10 17:21:37 +01:00
isidor
eecfb293f7
workbench: setPanelHidden returns a promise
2017-01-10 11:52:45 +01:00
Joao Moreno
e96548c2f4
Merge branch 'master' into scm-api
2017-01-10 10:27:33 +01:00
Daniel Imms
6bf0cde91e
Add createTerminal with options API with new option waitOnExit
...
Fixes #15583
2017-01-09 10:56:46 -08:00
Joao Moreno
67f0991014
scm: getResourceFromURI
2017-01-09 17:07:02 +01:00
Alex Dima
4bbc649bd9
Fixes #17285 : error stack is undefined when my extension is activated
2017-01-09 16:47:13 +01:00
Joao Moreno
63a755e411
Merge branch 'master' into scm-api
2017-01-09 09:52:34 +01:00
Alex Dima
badd8d1877
Remove model.getModeId()
2017-01-05 14:56:14 +01:00
Alex Dima
bb49af3316
Remove model.getMode()
2017-01-05 13:10:11 +01:00
Alex Dima
ebc43b3e8b
Merge remote-tracking branch 'origin/master' into alex/tokenization
2017-01-05 12:31:43 +01:00
Alex Dima
467f42da91
Prepare for theme integration tests
2017-01-03 19:19:57 +02:00
Benjamin Pasero
33e799b85e
RenameController depends on UNKNOWN service fileService ( fixes #18002 )
2017-01-03 07:45:35 +01:00
Benjamin Pasero
7610159ae7
Merge branch 'master' into ben/debt
2016-12-30 19:28:40 +01:00
Benjamin Pasero
f2c47075c8
tslint: less implicit any use
2016-12-30 19:28:08 +01:00
Johannes Rieken
118b3e0d5a
debt - use Map instead of object
2016-12-30 15:37:12 +01:00
Alex Dima
3767bd1f46
Merge branch 'master' into alex/tokenization
...
# Conflicts:
# src/vs/editor/contrib/suggest/common/snippetCompletion.ts
# src/vs/editor/node/textMate/TMSyntax.ts
2016-12-30 13:10:18 +02:00
Alex Dima
122a07b8fc
New tokens format
2016-12-30 12:24:12 +02:00
Johannes Rieken
a6435b1cbd
add CodeLensProvider#onDidUpdateCodeLenses, #10648
2016-12-29 15:54:48 +01:00
Johannes Rieken
3fde440262
remove custom declares of ES6'ish types
2016-12-28 16:08:39 +01:00
Benjamin Pasero
e179ec75ab
workspace context 💄
2016-12-21 18:22:46 +01:00
Joel Day
9c42a68dc0
Merge branch 'master' of https://github.com/Microsoft/vscode
2016-12-20 14:35:38 -08:00
Joel Day
40522e28f8
TextEditor.insertSnippet extension API.
...
More robust type validation on ext side of insertSnippet.
Position/range check for snippet insertion was inverted.
Adding insertSnippet to vscode.d.ts. (Should it be in vscode.proposed.d.ts?)
Adding extension API tests for insertSnippet.
2016-12-20 14:33:37 -08:00
John Rothfels
25dcdbb973
Ensure workspace is read from WorkspaceContextService
2016-12-19 15:22:36 -08:00
Matt Bierner
5162e3b5b5
Add CompletionItemKind.Folder ( #17438 )
...
* Add CompletionItemKind.Folder
Fixes #17435
Adds a new completion item kind for folder/directories. This is useful for path intellisense
For the icons, I copied the icons for folders into the suggestion icon set. Let me know if new ones are needed instead.
* Fix monaco.d.ts
2016-12-19 13:09:54 -08:00
Benjamin Pasero
3cefffccfc
Get rid of IEventService in favour of real events ( #17515 )
2016-12-19 09:37:10 +01:00