4144 Commits

Author SHA1 Message Date
Alex Dima
8cd47bb55e Fixes #6281: Do not truncate line number, column in position 2016-05-13 15:09:57 +02:00
Johannes Rieken
de77d32034 remove unused type declaration support 2016-05-13 12:35:13 +02:00
Johannes Rieken
0d827d8e35 for multiple definitions open peek at the first location and close it when jumping to another, fixes #5893 2016-05-13 12:35:13 +02:00
Johannes Rieken
e086d4ec54 some refactorings in reference search, prep for #5893 2016-05-13 12:35:13 +02:00
isidor
bbe22d2072 debug: handle php one thread stop behavior as a special case not as a general rule
fixes #6304
2016-05-12 18:54:10 +02:00
Johannes Rieken
ba09fd7fad use 'property' instead of 'text' when CompletionItem define no kind 2016-05-12 17:46:14 +02:00
Johannes Rieken
41467b74b7 use padding-left of 20px for preview part, fixes #5883 2016-05-12 12:53:21 +02:00
Johannes Rieken
aaa65451f6 set focus on iframe window and on webview, fixes #5070 2016-05-12 12:48:10 +02:00
Johannes Rieken
e2da5725c1 move webview into its own source file, use css variables for webview default styles, #5737 2016-05-12 12:18:24 +02:00
Daniel Imms
b633941dfe Fix comment typo 2016-05-12 01:29:45 -07:00
Johannes Rieken
87fb437eb8 💄 remove unused code 2016-05-12 09:29:38 +02:00
Daniel Imms
cf48c4eb7d Fix --uninstall-extension typo in --help
Fixes #6266
2016-05-12 00:15:42 -07:00
Johannes Rieken
79280a1989 🐎 - remove 'fork' from the critical (startup) path by using setImmediate 2016-05-11 17:07:53 +02:00
Johannes Rieken
5c37571f63 startup perf, take finding git off the critical path 2016-05-11 16:26:32 +02:00
Benjamin Pasero
ce3fb81e22 quick open: do not handle Enter on key_down, otherwise it bubbles to editor on key_up 2016-05-11 15:23:55 +02:00
Johannes Rieken
eff2646ca7 💄 unused import 2016-05-11 10:53:22 +02:00
Johannes Rieken
7eebddd454 ai - make sure not lose default data 2016-05-11 10:52:39 +02:00
Johannes Rieken
1fc99552bc remove unused code 2016-05-11 10:19:58 +02:00
Johannes Rieken
8234a41a4b use typeof-check for isFunction, store expected typeof outcomes 2016-05-11 09:57:10 +02:00
Johannes Rieken
91ec8939e1 windows has more common properties, fix test failure 2016-05-11 09:21:40 +02:00
Martin Aeschlimann
0a8ae305fa fixes #6243: [html] Cannot get close tag suggestions for HTML after updating to 1.1.0 2016-05-10 21:56:01 +02:00
Martin Aeschlimann
e0d75419fe fixes #4101: [html] Why editor.action.smartSelect is not working in html file? 2016-05-10 21:56:00 +02:00
Benjamin Pasero
5caae080f5 gettingStarted => welcome 2016-05-10 19:22:12 +02:00
Johannes Rieken
409a875c45 perf - shave off ~4ms from startup by using a better isObject-implementation 2016-05-10 18:47:34 +02:00
isidor
1ef6a7093f debug: allow vscode.startDebug to pass full json config
fixes #4615
2016-05-10 18:06:47 +02:00
Benjamin Pasero
fabda7b5d1 setTimeout && clearTimeout 2016-05-10 17:51:16 +02:00
Martin Aeschlimann
3505aa37bd fixes #5919: [html] Angular 2 directives break HTML syntax highlighting 2016-05-10 17:07:36 +02:00
Johannes Rieken
174529be23 add title for match, fixes #6224 2016-05-10 16:40:12 +02:00
Johannes Rieken
b0bdf7b24e better titles for file labels, fixes #6224 2016-05-10 16:36:30 +02:00
Johannes Rieken
d894008ecc dispose telemetry service and appenders on shutdown 2016-05-10 15:20:37 +02:00
isidor
83a7759f9b debug: expose vscode.debugStart in API
fixes #3789
2016-05-10 15:17:04 +02:00
Martin Aeschlimann
083c36c609 fixes #5965: [less] syntax failure when identifier starts with a number 2016-05-10 15:11:00 +02:00
Johannes Rieken
224bbb8b45 run the actual ai module inside the shared process such that it cannot tamper with the main process, fixes #1000 2016-05-10 14:39:31 +02:00
Martin Aeschlimann
92d4db4f6c [php] Switch to textmate grammar. Fixes #5986 2016-05-10 12:06:53 +02:00
Johannes Rieken
5b4adc72a2 remove electron telemetry service, move optin logic to telemetry service, introduce commonProperties.ts for *all* common properties, tests!, getting closer to #1000 2016-05-10 10:44:16 +02:00
Johannes Rieken
3f60a259d1 fix #6212 2016-05-10 10:44:16 +02:00
Johannes Rieken
a5c88e7ac0 move common properties that require nodejs into electronTelemetryService and out of appender, enables #1000 2016-05-10 10:44:16 +02:00
Johannes Rieken
6cc658cb72 add concept of common properties to ctor options 2016-05-10 10:44:16 +02:00
Dirk Baeumer
6ac9d0e59a Fixes #6233: Support marker matches with startLine, startColumn and endColumn 2016-05-10 10:32:06 +02:00
Benjamin Pasero
be9d75f424 do not restrict zooming 2016-05-10 09:31:13 +02:00
Martin Aeschlimann
7ec3165d50 fixes #5996 [snippets] prefix not matching forward slashes & fixes #4485 [snippets] Allow snippets where the prefix ends with = 2016-05-09 22:41:45 +02:00
isidor
f793a7c5fc debug: display call stack error from adapter
fixes #6100
2016-05-09 15:23:19 +02:00
Martin Aeschlimann
85cf68c4f7 fixes #6169; Quick fix: inherit font from workbench and do not set it 2016-05-09 14:30:38 +02:00
isidor
1759568b8b debug: if exitCode for preLaunchTask is present and success just start debug session
#5962
2016-05-09 13:02:54 +02:00
Alex Dima
9143a5b455 Fixes #5649: Allow extension activation only after the main process acknowledges its receival of the ext descriptions 2016-05-09 12:56:46 +02:00
Martin Aeschlimann
7d1251f171 fixes #6176: Go to/Peek Definition and Find all References in CSS 2016-05-09 12:24:38 +02:00
Alex Dima
9430393ba9 Remove win32 assertion in appInsightsAppender test 2016-05-09 11:10:28 +02:00
Erich Gamma
65966e3096 Map 'stylus' language to 'css' to fix #6062 2016-05-08 10:20:19 +02:00
Johannes Rieken
7ace9f8c48 sessionId is always uuid + date 2016-05-06 18:52:09 +02:00
Johannes Rieken
58f560d120 add test for default properties telemetry service adds 2016-05-06 18:50:30 +02:00