Commit graph

2726 commits

Author SHA1 Message Date
Joao Moreno c1ef29da9b export bootstrap from bootstrap-amd 2016-02-12 12:39:37 +01:00
Alex Dima 27c4aca1c5 Add and use NVDAPagedText strategy 2016-02-12 12:27:56 +01:00
Alex Dima ace4741833 Add screen reader support and keyboard support for gotoError 2016-02-12 11:48:01 +01:00
isidor 9e8834fc77 debug: tune word wrap numbers
fixes #1260
2016-02-12 11:32:41 +01:00
Joao Moreno 12b921f7cd package minified linux to deb 2016-02-12 11:10:54 +01:00
Joao Moreno 9433f3f98f build deb in .build/linux 2016-02-12 11:07:18 +01:00
Joao Moreno 1a9e481a5c Merge branch 'Tyriar-2679_deb_package' 2016-02-12 10:38:16 +01:00
João Moreno aec4996f73 Merge pull request #2949 from Tyriar/2679_deb_package
Add gulp tasks to build deb packages
2016-02-12 10:37:30 +01:00
Joao Moreno 5d787e0cb4 count deb package size in stream 2016-02-12 10:36:52 +01:00
isidor 3a8e342aec editor: vertical overview ruler and scroll all the way to bottom
fixes #2291
2016-02-12 10:36:23 +01:00
Joao Moreno 94cbf1f872 remove commented task dependency 2016-02-12 10:09:31 +01:00
Joao Moreno bf3407239f Merge branch '2679_deb_package' of https://github.com/Tyriar/vscode into Tyriar-2679_deb_package 2016-02-12 10:00:32 +01:00
Dirk Baeumer 1e09b7d7ad Add missing semicolon 2016-02-12 09:24:25 +01:00
Daniel Imms fe3988c9a2 Add gulp tasks to build deb packages
Build, install and run:
gulp vscode-linux-packages
sudo dpkg -i out-linux/vscode-amd64.deb
code .

Installing the package does the following:
- Puts VSCode dir at /usr/share/code
- Puts code.sh launcher in /usr/bin
- Defines a .desktop file to properly integrate with the launcher

Fixes #2679
2016-02-11 14:20:34 -08:00
isidor 60b63e468e debug: fix higlight decorations 2016-02-11 18:00:23 +01:00
isidor 5b45df4801 debug: do not highlight hovered and fix hectic hover jumps
fixes #2302
2016-02-11 17:42:35 +01:00
isidor 7beba86bbe debug: opening the output for preLaunchTask lives in taskService
fixes #2086
2016-02-11 16:08:04 +01:00
isidor 49403bd021 debug: show notification in debug console icon when there is unseen output
fixes #2280
2016-02-11 15:54:35 +01:00
Alex Dima de460f89de No need to export multiCursorFind 2016-02-11 12:41:19 +01:00
Alex Dima 99f6d9b8e2 Small perf tweaks 2016-02-11 12:41:18 +01:00
Alex Dima 2b6b07f865 Send/Receive bulk messages to extension host process 2016-02-11 12:41:17 +01:00
Alex Dima c0df40382a Avoid URI serialization when sending TextDocument updates to the extension host 2016-02-11 12:41:16 +01:00
Alex Dima 8d349677e5 Speed up editorStatus: do minimal updates to the DOM 2016-02-11 12:41:15 +01:00
isidor c9676af887 debug: only automatically reveal repl on debug session start
fixes #2467
2016-02-11 11:17:10 +01:00
isidor c0f5738168 debug: remove badges 2016-02-11 11:03:16 +01:00
Martin Aeschlimann 710b5a1d42 fixes #2174 : [js] Salsa - JS ReactNative - use the TypeScriptReact grammar for JS 2016-02-11 09:40:15 +01:00
Martin Aeschlimann 89f23d7673 [handlebars] does not have a "format code" command in the command palette. Fixes #2913 2016-02-11 09:27:59 +01:00
Joao Moreno 1741f43f13 add zlib to baseModules 2016-02-10 17:49:27 +01:00
Joao Moreno 9fc1cfd52d use cached gallery results
related to #2621
2016-02-10 17:38:40 +01:00
Joao Moreno ada872b46b fix IXHRResponse interface link 2016-02-10 17:37:24 +01:00
Joao Moreno 15f383980a introduce cacheUrl 2016-02-10 17:36:56 +01:00
Joao Moreno 76e888f0cd support gzip content-encoding in rawHttpService 2016-02-10 17:15:29 +01:00
isidor 6f4cbfe049 debug: fix error propagation
fixes #2891
2016-02-10 16:27:37 +01:00
isidor 4090a5d2ea debug: make reapply all breakpoints a global workbench action 2016-02-10 15:59:48 +01:00
Andre Weinand b5cd85f2ba update node-debug (add vscode-nls) 2016-02-10 15:59:03 +01:00
Andre Weinand 3050628f8c update node-debug 2016-02-10 15:26:58 +01:00
Martin Aeschlimann b7e6e6fae7 [json] better support for null, and array of types 2016-02-10 14:04:54 +01:00
Martin Aeschlimann 0f6a10b4b0 Fixes #2856: [json] Warnings in status bar after updating to version 0.10.8 2016-02-10 14:04:53 +01:00
isidor b58ed36b12 debug: announce program state to user
fixes #2671
2016-02-10 12:57:40 +01:00
isidor 9dc7a52497 git: bring back smart enablement for stage action 2016-02-10 11:22:28 +01:00
Martin Aeschlimann ac63c6b7e1 Update perl grammar (Nov 21) 2016-02-10 10:56:58 +01:00
isidor 9ce9fdeea5 debug: introduce breakpoint.idFromAdapter
fixes #2013
2016-02-10 10:46:59 +01:00
Joao Moreno e2e32dfe0b fixes #2847 2016-02-10 09:43:01 +01:00
Sofian Hnaide b433ee53b2 wokraround false positives in tslint 2016-02-09 16:03:50 -08:00
Erich Gamma 9ca8d4cb10 Changed category from 'ww' to 'View' 2016-02-09 21:01:33 +01:00
Daniel Imms 2f12972fc4 Merge pull request #2650 from Tyriar/378_add_usage
Add -h/-v command line args and unified launch scripts
2016-02-09 11:36:55 -08:00
Daniel Imms 1d24e7016b Remove yargs, roll own arg parser 2016-02-09 11:15:05 -08:00
Daniel Imms aedd9ecd9e Revert "Add yargs@^3.32.0 to shrinkwrap"
This reverts commit f71475856b.
2016-02-09 11:14:04 -08:00
Daniel Imms dfb1fa08e7 Merge remote-tracking branch 'upstream/master' into 378_add_usage 2016-02-09 10:49:38 -08:00
isidor 9993de279d debug: use badges 2016-02-09 18:10:57 +01:00