Commit Graph

25981 Commits

Author SHA1 Message Date
isidor
6fa2dbd8a7 Do no react on decorations changed event when triggering it yourself fixes #37880 2017-11-09 18:30:26 +01:00
Joao Moreno
1019c8488e Merge branch 'git-data-uris' 2017-11-09 18:24:30 +01:00
Joao Moreno
de84b63e47 fix compile error 2017-11-09 18:23:12 +01:00
Joao Moreno
e730a65f7a git image diff: fix index 2017-11-09 18:22:45 +01:00
Christof Marti
90b861728d Welcome page needs to update Python extension id (fixes #37745) 2017-11-09 09:17:40 -08:00
Benjamin Pasero
5c85e78bb1 config - fix issues now that config if frozen 2017-11-09 17:56:06 +01:00
Joao Moreno
d1b9a70d17 git: data uris 2017-11-09 17:54:00 +01:00
Benjamin Pasero
060342483c multi-root folders: excluding dot files from a folder makes it invisible in file explorer (fixes #37899) 2017-11-09 17:45:39 +01:00
Dirk Bäumer
6d5e4b8ca0 Merge pull request #37905 from ignacionr/ignacionr-patch-maven-template-1
Update taskTemplates.ts
2017-11-09 14:50:37 +01:00
Daniel Ye
924e63ea9a 2017/11/7. Final localization merge for October update from Transifex. 2017-11-09 14:32:20 +01:00
Sandeep Somavarapu
09452aa2dc FIx compilations 2017-11-09 13:13:01 +01:00
Sandeep Somavarapu
64f52727ab Move back to using walk on complete config as getValue for multiple keys is slow 2017-11-09 13:06:02 +01:00
Alex Dima
aa14fc5914 Bring ICodeEditorService to /browser/ (#37834) 2017-11-09 12:29:14 +01:00
Martin Aeschlimann
a480155df2 [html] auto indentation is different if the closing tag is followed by any character or whitespace. Fixes Microsoft/vscode#37869 2017-11-09 12:11:21 +01:00
Johannes Rieken
10541d91a7 object - don't use recursion when freezing 2017-11-09 12:10:58 +01:00
Alex Dima
54ede1826f Consolidate EditorExtensionsRegistry (#37834) 2017-11-09 11:56:32 +01:00
Alex Dima
3d1ccaa440 Reduce usages of editorCommonExtensions in /common/ (#37834) 2017-11-09 11:56:31 +01:00
Martin Aeschlimann
b0e058ea98 [html] more strict null preparations (but still disabled, due to dependencies) 2017-11-09 11:53:31 +01:00
Sandeep Somavarapu
c656d5e1d7 Reduce calling clone 2017-11-09 11:28:00 +01:00
Benjamin Pasero
1a54aa8992 implement data editor input and hook up to resource viewer 2017-11-09 11:16:09 +01:00
Johannes Rieken
c2a07b4c77 only call getValue when needed, #37539 2017-11-09 11:02:46 +01:00
Ignacio Nicolás Rodríguez
1f448d5273 Update taskTemplates.ts
Very tiny fix, the template for maven kept a taskName (old style) element.
2017-11-09 16:34:00 +07:00
Martin Aeschlimann
4a601eec71 [css] adopt strict mode 2017-11-09 10:17:55 +01:00
Johannes Rieken
207a5e4c5d set noEmit on tsconfig.monaco 2017-11-09 10:07:02 +01:00
Johannes Rieken
743b152d06 Merge pull request #37615 from Microsoft/joh/two-compiles
Experiment with two compilation units
2017-11-09 10:04:47 +01:00
Martin Aeschlimann
c88c599134 Merge pull request #37744 from mjbvz/html-ext-strict-1
Start moving html ext to strict mode compile
2017-11-09 09:57:16 +01:00
Martin Aeschlimann
f5e43647fb Merge pull request #37743 from mjbvz/css-ext-strict
Move css extension to strict
2017-11-09 09:54:49 +01:00
Martin Aeschlimann
33a9276678 [folding] avoid regions array 2017-11-09 09:48:25 +01:00
Martin Aeschlimann
352db6cc02 [folding] move indentRanges out of textModel 2017-11-09 09:12:45 +01:00
Martin Aeschlimann
2a8142f7b4 [folding] optimize mouse click listening 2017-11-09 09:12:45 +01:00
Martin Aeschlimann
48d98cdf07 [folding] undefined access on HiddenRangesChanges 2017-11-09 09:09:23 +01:00
Martin Aeschlimann
6f10a97017 Cannot override "keyword" token color. Fixes #37550 2017-11-09 09:09:19 +01:00
Martin Aeschlimann
f4a4dd3be3 [thems] remove default token colors 2017-11-09 09:09:19 +01:00
Zanidd
06d659f33f Add platform info in code --version #37793 Done (#37824)
* Marked output code-line

* First Idea on where to get the platform

* Add platform info in code --version #37793 Done
2017-11-09 08:53:16 +01:00
Joao Moreno
2a65a6ff97 fixes #37835 2017-11-09 08:33:19 +01:00
Benjamin Pasero
3d88abfe41 workbench.action.reopenClosedEditor should work with preview editors (fixes #37849) 2017-11-09 08:01:04 +01:00
Benjamin Pasero
04659ba395 Extension tests cannot use test frameworks that call process.exit (fixes #37708) 2017-11-09 07:49:42 +01:00
Rob Lourens
0fbdfff167 Only render search results when viewlet is visible - mitigate #37818 2017-11-08 16:25:12 -08:00
Matt Bierner
25b20b852b Use as for casting in a few more tests 2017-11-08 16:07:47 -08:00
Matt Bierner
be88547c66 Prototyping new CodeAction API (#36316)
* Add CodeAction Type

Adds skeleton on a new CodeActionType and allows codeActionProvider to return either `Command`s or `CodeAction`s

Move proposed CodeAction API to proposed and try using it in TS

Split CodeAction into quickfix and refactoring classes

Update proposed interface

Update for new API

Adding basic docs

* Support workspace edits and text edits in codeactions

* Remove placeholders

* Resolving conflicts and making PR suggested changes

* Fix quick fix test

* Revert change to only use `CodeAction` instead of `CodeAction | Command` in modes since this will break `vscode.executeCodeActionProvider`
2017-11-08 16:07:34 -08:00
Alex Dima
8a79656f6a vs/editor/contrib is /browser/ by convention (#37834) 2017-11-08 22:54:31 +01:00
Dirk Baeumer
5f641c6d8d Fixes #35352: Improving sample build task template to "solve" the "No build tasks found" message 2017-11-08 21:13:21 +01:00
Christof Marti
ec98cc17b0 Configure for release 2017-11-08 12:03:01 -08:00
Christof Marti
9ad5aeb690 Remove credentials code (fixes #37822) 2017-11-08 11:11:13 -08:00
Christof Marti
c561784a90 Clean up (#37212) 2017-11-08 11:01:58 -08:00
Christof Marti
e99c765f44 Enable "search.useIgnoreFiles" by default (fixes #37211) 2017-11-08 10:32:42 -08:00
Matt Bierner
4b6df2f839 Encapsulate TS/JS diagnostics in class 2017-11-08 09:45:28 -08:00
Benjamin Pasero
284779f5c1 fix targetoffset in quick open to be proper 2017-11-08 18:38:58 +01:00
Alex Dima
8bc62f0c0f Reduce usage of ICommonCodeEditor (#37834) 2017-11-08 18:27:19 +01:00
Alex Dima
dc517c0a0e Renames (#37834) 2017-11-08 18:01:42 +01:00