Commit Graph

3731 Commits

Author SHA1 Message Date
Dirk Baeumer
1dc404e2ea Fixes #3086 2016-02-17 14:16:14 +01:00
Dirk Baeumer
0bd1682830 Turn Salsa status into a version status 2016-02-17 14:16:12 +01:00
Joao Moreno
67309c0cf5 casing 2016-02-17 12:29:33 +01:00
Andre Weinand
9898a62dfe node-debug: propagate error message for unverified breakpoints 2016-02-17 12:24:41 +01:00
isidor
9eb39cb9c7 debug: show breakpoint.message on hover 2016-02-17 12:11:35 +01:00
isidor
c03f3d0815 debug: protect agains undefined breakpoint line number 2016-02-17 12:04:18 +01:00
Dirk Baeumer
70430f5c8c Fixed compile errors caused by 1.8.0 2016-02-17 11:39:59 +01:00
Dirk Baeumer
033112ea34 Update to TypeScript 1.8.0 2016-02-17 11:39:57 +01:00
Joao Moreno
96b655b184 cli updates 2016-02-17 11:34:08 +01:00
isidor
9323a3ad5a HTMLSelectElement.add 2016-02-17 11:27:36 +01:00
Andre Weinand
e0db042ff0 update node-debug for package.nls.json 2016-02-17 11:23:14 +01:00
Andre Weinand
6a705a43e4 update node-debug (final nls touches) 2016-02-17 10:37:31 +01:00
Shared Wollishofen
ba7cb0a308 Fixes #2829: Update window dirty state asynchronously 2016-02-17 09:34:28 +01:00
Brad Gashler
66d9c92bd3 Merge branches 'master' and 'master' of https://github.com/Microsoft/vscode 2016-02-16 15:17:05 -08:00
Sofian Hnaide
f1989c5a2b add common properties to debug adapter telemetry 2016-02-16 14:40:29 -08:00
Brad Gashler
89110456c2 Changed "unsupported breakpoint" icon to have exclamation mark. 2016-02-16 12:57:57 -08:00
Sofian Hnaide
05c236fcc9 Merge pull request #3054 from Microsoft/isidorn/debug-telemetry
debug: telemetry key contributed by debug adapters
2016-02-16 12:33:52 -08:00
Andre Weinand
25f09d59c6 update node-debug (finished nls work) 2016-02-16 21:24:35 +01:00
Joao Moreno
cdf2a79021 💄 tshint 2016-02-16 18:10:33 +01:00
isidor
40eb4cfa45 errorList: minor polish 2016-02-16 18:09:32 +01:00
Alex Dima
fbc63d1b6f Merge remote-tracking branch 'origin/master' 2016-02-16 17:34:09 +01:00
Alex Dima
1fdc2b15f4 tslint 2016-02-16 17:15:37 +01:00
Joao Moreno
df1ed9bea9 update gulp-azure-storage 2016-02-16 17:01:30 +01:00
Alex Dima
6c1d083fcc Merge branch 'alex/brackets'
Conflicts:
	src/vs/languages/handlebars/common/handlebars.ts
2016-02-16 17:00:07 +01:00
Alex Dima
088acbb745 Adopt richEditSupport brackets in tokenSelectionSupport 2016-02-16 16:57:25 +01:00
Joao Moreno
43f6e241c1 add sourcemap url by default
fixes #2863
2016-02-16 16:45:25 +01:00
isidor
2de7cface3 debug: rename function breakpoint as context menu aciton 2016-02-16 16:32:24 +01:00
isidor
f5e70c33fa debug: rename function breakpoints 2016-02-16 16:32:23 +01:00
Joao Moreno
1937d52aec update-vscode-sourcemaps 2016-02-16 16:17:33 +01:00
Alex Dima
45ddf92f27 tslint 2016-02-16 16:04:14 +01:00
Alex Dima
f3b4865401 tslint 2016-02-16 15:55:53 +01:00
Alex Dima
5109e55b79 Move more methods from modesRegistry to modeService 2016-02-16 15:55:51 +01:00
Alex Dima
066eb26f8b modesRegistry.getRegisteredModes -> modeService.getRegisteredModes 2016-02-16 15:55:50 +01:00
Alex Dima
a617815df1 modesRegistry.isRegisteredMode -> modeService.isRegisteredMode 2016-02-16 15:55:48 +01:00
Alex Dima
dad95cee20 Tiny thread service refactoring 2016-02-16 15:55:47 +01:00
Joao Moreno
d2a151fcc6 darwin: cli install/uninstall 2016-02-16 15:53:50 +01:00
Joao Moreno
771eedb435 propagate configuration settings 2016-02-16 15:53:50 +01:00
Joao Moreno
105397c92d pfs: lstat, symlink, readlink 2016-02-16 15:53:50 +01:00
Joao Moreno
558ac07faa add os.homedir to typings 2016-02-16 15:53:50 +01:00
isidor
f08128f331 debug: aiKey 2016-02-16 15:36:12 +01:00
isidor
8c578ecd9a debug: telemetry key contributed by debug adapters
fixes #2931
2016-02-16 15:24:59 +01:00
Alex Dima
8502145c4c Fixes #2953: Always seed search string from selection when starting replace 2016-02-16 12:53:31 +01:00
isidor
a2139d82f5 debug: fix breakpoint helper glyph 2016-02-16 09:59:23 +01:00
isidor
45becdd368 debug: polish interfaces, add comments 2016-02-16 09:59:23 +01:00
Alex Dima
99c16f06d2 ErrorList: Location in one div 2016-02-16 09:55:57 +01:00
Alexandru Dima
155f5b8eaa Merge pull request #3046 from Microsoft/alex/error-list
Add Error List
2016-02-16 09:50:52 +01:00
Alex Dima
f5fcd05667 easy textarea revealing 2016-02-16 09:29:39 +01:00
Wade Anderson
8995249666 Fixed small bug related to issue #2662.
We were showing "1 characters". This fix will remove the "s" when count is singluar.
2016-02-15 14:53:09 -08:00
Sofian Hnaide
fbabdeaf7e clean up for tslint 2016-02-15 13:52:48 -08:00
Sofian Hnaide
fbc77471dc add optinstatus event 2016-02-15 13:47:35 -08:00