Commit graph

15878 commits

Author SHA1 Message Date
Matt Bierner 7e1e017175 Rename objective-c++ to objective-cpp Fixes #21771 2017-03-02 12:56:45 -08:00
Michel Kaporin 26fdacc333 Merge branch 'master' of github.com:Microsoft/vscode 2017-03-02 21:54:16 +01:00
Michel Kaporin bd2ea44587 Fixed misspelled word. 2017-03-02 21:53:02 +01:00
Mackenzie McClane 5e10fe283f Add typescript and javascript format.insertSpaceBeforeFunctionParenthesis (#21712)
* Update tsfmt.json

* Update formattingProvider.ts

* Update package.nls.json

* Update package.json

* Update package.json

* Add TS version requirement to description
2017-03-02 12:49:22 -08:00
Daniel Imms ef2bdc0811 Make custom terminal links higher priority than generic local link
Fixes #21637
2017-03-02 12:11:12 -08:00
Daniel Imms 6ebf12236f Uplevel xterm.js
This brings in terminal link priority support
2017-03-02 12:10:20 -08:00
isidor 1d021634c3 introduce SaveIfDirtyAction
fixes #21681
2017-03-02 19:02:05 +01:00
Alex Dima 7906fe30d1 Remove ITextModel.toRawText() 2017-03-02 18:50:13 +01:00
Alex Dima 2e27b5433e Clean up IRawText usage 2017-03-02 18:50:13 +01:00
Alex Dima 668dc0675d Extract more code to textSource.ts 2017-03-02 18:50:13 +01:00
Alex Dima 220a10c28d Move ITextSource2 out of editorCommon 2017-03-02 18:50:13 +01:00
Alex Dima bff93542a7 Reduce usage of IRawText (send only what's needed around) 2017-03-02 18:50:13 +01:00
Sandeep Somavarapu 3a86ea758d Fix #21789 2017-03-02 16:31:35 +01:00
Alex Dima f64b6110ae Fixes #21703: Misplaced green/red markers in diff view. Bug since upgrade to v1.10 2017-03-02 15:20:39 +01:00
Alex Dima 2f1285a1f7 Fixes #21740: Keybindings editor's info tooltips are misaligned 2017-03-02 15:18:55 +01:00
Sandeep Somavarapu 0bc62d1679 Fix #21704 2017-03-02 12:53:54 +01:00
isidor ed7a973363 debug: do not allow watch expression and hover evaluation while not stopped
fixes #21524
2017-03-02 12:26:38 +01:00
isidor 4c5a468b49 Output disposal update input of output panel
fixes #21734
2017-03-02 12:12:35 +01:00
Martin Aeschlimann 27d1dbd4ad HTML language server broken in insiders. Fixes #21743 2017-03-02 12:01:32 +01:00
isidor adc4ebf7ef debug.hideActionBar
fixes #21696
2017-03-02 11:33:53 +01:00
Sandeep Somavarapu d2ae4d766a Fix #21706 2017-03-02 11:29:40 +01:00
isidor 7bc749b251 debug menu: open and add configurations 2017-03-02 10:59:23 +01:00
Johannes Rieken e3133482e5 actually turn off suggestion to profile... 2017-03-02 10:05:05 +01:00
Joao Moreno e66408abc8 dirty diff doesn't clear on commit
fixes #21726
2017-03-02 10:02:10 +01:00
Joao Moreno 3ec6cc807d throw error instead of null string for missing release notes
mitigates #21652
2017-03-02 09:53:00 +01:00
Joao Moreno 0f996a7663 update distro
fixes #21659
2017-03-02 09:32:20 +01:00
Benjamin Pasero 8a2a6ddf04 debt - dispose model reference 2017-03-02 08:49:05 +01:00
Daniel Imms 4db944bc08 Install apt repository as http, not https
Fixes #21654
2017-03-01 22:42:52 -08:00
Matt Bierner 434def671b Use common TS install for both the TS Extension and Html Extension (#21578)
* Use common TS install for both the TS Extension and Html Extension

**Bug**
At least two version of Typescript are shipped in our extensions: one in the typescript extension and one for the html extension. This adds about 5MB to package install size and also results in inconsistent behavior

**Fix**
Change the TypeScript extension to also use the common version of TypeScript. Bump this version up to 2.2.1

* Don't hardcode paths for typescript
2017-03-01 18:34:04 -08:00
Matt Bierner 6b74e23c53 Relax Language First Line Match (#21586)
* Relax Language First Line Match

Fixes #21533

**Bug**
The first line pattern for a language currently requires the entire line to match. This does is different from how tools such as textmate use firstLineMatch

**Fix**
Relax this restriction so that any match is used

* Fix failing test
2017-03-01 18:22:54 -08:00
Matt Bierner 9b91a22918 Fix .mm mapping to normal c++ 2017-03-01 16:55:05 -08:00
Matt Bierner 594bc25876 Move webview loaded event to fix extensions using previewHTML 2017-03-01 16:24:01 -08:00
Sandeep Somavarapu afd7a30049 Fix #21672 2017-03-02 01:11:46 +01:00
Sandeep Somavarapu eb8af4a31a #19685 Workaround to sync with gallery
- Use uuids along with names to sync with gallery until market place team fixes the query issue
2017-03-02 00:35:04 +01:00
Sandeep Somavarapu 1707d57e03 #19685 Fix dependencies
- Adopt dependencies in gallery to be case insensitive
- Adopt dependencies in local to be case insensitive
2017-03-02 00:35:04 +01:00
Sandeep Somavarapu b30abf53f4 #19685 Use lower case id
- In Extension description in Extension host
- In Extension enablement service
- Rename identifier to id in IExtension
2017-03-02 00:35:04 +01:00
Sandeep Somavarapu 1babad1f58 #19685: Scanning local extensions
- Adopt to gallery extension id (lowercase) while scanning local extensions in Extension management and Extension host
2017-03-02 00:35:04 +01:00
Sandeep Somavarapu 0e9418a6f9 #19685 Use uuid to query local extensions from gallery 2017-03-02 00:35:04 +01:00
Andre Weinand 4974adc5cf update node-debug 2017-03-02 00:22:50 +01:00
Rob Lourens a3349f9cc4 Fix #20648 - run search tests as integration tests 2017-03-01 12:00:50 -08:00
Rob Lourens 98b65ebf45 Rename SearchWorkerManager -> SearchWorker 2017-03-01 10:26:16 -08:00
Daniel Imms 5a69878889 Implement terminal link validation
Fixes #21226
2017-03-01 09:54:44 -08:00
Daniel Imms 9e8f96c585 Uplevel xterm.js
This brings in terminal link validation

Part of #21226
2017-03-01 09:54:44 -08:00
Alex Dima f886259ef8 Fixes #5351: Add editor.occurrencesHighlight option 2017-03-01 18:29:05 +01:00
Martin Aeschlimann e7292265d6 Merge pull request #21599 from mjbvz/switch-objective-c-to-use-atom-syntax
Switch Objective-C Builtin Extension to Use the Atom Objective-C Grammar
2017-03-01 16:57:52 +01:00
isidor a46ae02c57 use uri query to store the reference number 2017-03-01 16:34:39 +01:00
Johannes Rieken b518405ba9 Merge pull request #21631 from Microsoft/joh/prof-startup
add --prof-startup flag
2017-03-01 16:27:20 +01:00
isidor f95950b616 debug menu 2017-03-01 16:14:05 +01:00
Johannes Rieken 8fd22d12e0 remove pii from url-property 2017-03-01 15:58:30 +01:00
Johannes Rieken a8b4a84ebf turn suggesting to profile for now 2017-03-01 15:58:30 +01:00