Commit Graph
13078 Commits
Author SHA1 Message Date
Matt Bierner da6faa4f96 Fix folder completion item symbol for high contrast mode 2016-12-19 13:30:04 -08:00
Matt Bierner 67d5d26274 Use Module Symbol for Module Name Completions (#17558) 2016-12-19 13:28:18 -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
Sandeep Somavarapu f468a8f2e2 #17442 Do not fire change event on clear 2016-12-19 18:18:46 +01:00
Sandeep Somavarapu 43ab0b7271 Fix #17442 2016-12-19 18:15:49 +01:00
Sandeep Somavarapu 79b1358053 Fix #15346 2016-12-19 17:34:02 +01:00
Sandeep Somavarapu 5315161574 #17543 Use getTotalHeight from DOM api 2016-12-19 17:34:02 +01:00
isidor 9dbf3b9cb7 "Add to watch" should be disabled for objects in console
fixes #17198
2016-12-19 17:20:58 +01:00
unknown cb13db0041 fix tests 2016-12-19 17:12:17 +01:00
Benjamin Pasero 54da6ef6f1 Persist character encoding of open files across restart (fixes #10444) 2016-12-19 16:47:53 +01:00
Benjamin Pasero b84f746921 prefer command over fileditorinput dependency 2016-12-19 16:47:52 +01:00
Sandeep Somavarapu bcf70f76b1 Fix overflow of default settings editor 2016-12-19 16:45:05 +01:00
isidor 7a8159c844 revealInCenterIfOutsideViewport
#17073
2016-12-19 16:28:51 +01:00
Sandeep Somavarapu a5b68ad307 Fix #17491 2016-12-19 15:53:04 +01:00
Benjamin Pasero 04b379850d Ctrl + C doesn't work anymore (after updating to latest version) (fixes #17232) 2016-12-19 15:36:54 +01:00
isidor 678b12895a Hide sidebars first and then go to full screen when toggle Zen mode
fixes #17353
2016-12-19 15:26:30 +01:00
isidor e1296728d8 Watch expressions should not expand in drag & drop
fixes #16639
2016-12-19 15:09:43 +01:00
Sandeep Somavarapu e86b287965 Fix #17458 2016-12-19 14:43:45 +01:00
Sandeep Somavarapu 3a5847f197 Fix #17431 2016-12-19 12:57:41 +01:00
Benjamin Pasero 209fcbd543 plugin => extension 2016-12-19 12:14:31 +01:00
Dirk Baeumer 87fe00640a Merged in translations 2016-12-19 12:11:27 +01:00
Benjamin Pasero a18f2b1d41 session of --extensionTestsPath should not be remembered (fixes #17489) 2016-12-19 12:10:01 +01:00
Benjamin Pasero bd55cb5312 toggle in/out of zen mode with settings.json file changes active editor (fixes #16616) 2016-12-19 11:45:39 +01:00
Sandeep Somavarapu 353695bfef Fix #17376 2016-12-19 11:43:59 +01:00
Sandeep Somavarapu 57a0a301ec Fix #17468 2016-12-19 11:37:24 +01:00
Benjamin Pasero 3cefffccfc Get rid of IEventService in favour of real events (#17515) 2016-12-19 09:37:10 +01:00
Benjamin Pasero a6a73e5450 Merge pull request #17454 from Microsoft/ben/17408
Search does not work in UTF-16 LE encoded files (fixes #17408)
2016-12-19 09:36:39 +01:00
Daniel Imms 95fa5500ee Use common summary/desc in .appdata.xml 2016-12-18 17:55:05 -08:00
Daniel Imms 9769cd9d68 Merge pull request #17369 from aperezdc/linux-appstream-xml
Add an AppData XML data file to Linux builds
2016-12-18 17:54:07 -08:00
Daniel Imms b5acec185a Merge pull request #17482 from Ikuyadeu/remove_extendObject
remove extendObject #17117
2016-12-18 17:51:49 -08:00
Adrian Perez de Castro 1e300d1f7e Add an AppData XML data file to Linux builds
The AppData files provide descriptive data about an application, and is
typically used in application managers to display additional information to
the user. Having an AppData file is especially important for some graphical
application installers: without one, an application manager may not event
show an entry for the application. This happens for example in GNOME Software.

For the sake of completeness, this commit not only adds the AppData file to
the Flatpak build, but also to the Linux .deb and .rpm packages.
2016-12-18 20:57:25 +02:00
Yuki Ueda 1f33dc8262 remove extendObject #17117 2016-12-18 18:44:34 +09:00
Joao Moreno 9599de134b select next & previous item when in details state
fixes #12845
2016-12-17 11:04:33 +00:00
Benjamin Pasero 00d483b0f0 Search does not work in UTF-16 LE encoded files (fixes #17408) 2016-12-17 10:30:09 +01:00
Daniel Imms 642e910921 Merge pull request #17448 from Microsoft/tyriar/17387_term_start_path
Implement terminal.integrated.cwd
2016-12-16 23:58:17 -08:00
Daniel Imms de97233553 Remove redundant cast 2016-12-16 23:46:30 -08:00
Daniel Imms 2d2802ac15 Fix tests on Windows 2016-12-16 23:36:58 -08:00
Daniel Imms 2f28156f9a Improved names and doc 2016-12-16 23:31:25 -08:00
Daniel Imms 35694107c4 Force extension terminals to use workspace as cwd 2016-12-16 23:17:40 -08:00
Daniel Imms 3f77b48fd6 Add some tests for TerminalInstance._getNewProcessCwd 2016-12-16 23:09:31 -08:00
Daniel Imms 3ca154d9fa Handle relative customStartPath 2016-12-16 19:00:21 -08:00
Daniel Imms fdb0f2a2e7 Implement basic terminal.integrated.customStartPath
Fixes #17387
2016-12-16 18:43:52 -08:00
Matt Bierner 70f25d0187 Use File Icon for TS Path Completions (#17434)
Part of #17331

Updates path completions for directories and files to use a file icon instead of the generic icon they currently use.
2016-12-16 15:10:54 -08:00
Matt Bierner bbe153da22 Fix TS/JS Completion Item Provider for Completions that are not whole words (#16955)
Fixes #16888

**Bug**
The js/ts completion provide can currently only complete whole words (as defined by `TextDocument.getWordRangeAtPosition`). This causes completion of literal string types to fail if they are not a whole word.

**Fix**
Instead of relaying on the default range, compute a range by taking the longest match of the replacement text from the current position.
2016-12-16 12:55:47 -08:00
Matt Bierner 33eb6753be Fixes #17363 Adds typings.json schema (#17416) 2016-12-16 12:55:20 -08:00
Daniel Imms 577e26e265 Ensure terminal panel is active for terminalTextSelected key
Fixes #17232
2016-12-16 20:29:16 -08:00
Daniel Imms a652dc87ed Merge pull request #17370 from aperezdc/flatpak-niceties
Add a few niceties for making Flatpak builds of VSCode
2016-12-16 11:08:35 -08:00
Benjamin Pasero a0f4983021 Merge pull request #17394 from geirsagberg/17279_disable_highContrast
Make high contrast detection configurable
2016-12-16 19:03:43 +01:00
roblou ebc1790b11 node-debug2@1.9.0 2016-12-16 09:44:50 -08:00
Benjamin Pasero 5c633827a7 fix compile error 2016-12-16 16:33:51 +01:00