Erich Gamma
9b055bc857
Update CONTRIBUTING.md
2015-12-10 15:40:00 +01:00
Erich Gamma
199e5e9292
Update CONTRIBUTING.md
2015-12-10 15:37:30 +01:00
Erich Gamma
605234facd
Update CONTRIBUTING.md
2015-12-10 15:36:26 +01:00
Alex Dima
fc26dad6cf
Fixes #231 : Restore snippet mode if not entering snippet mode
2015-12-10 15:30:33 +01:00
Erich Gamma
7af75ebf56
Create CONTRIBUTING.md
2015-12-10 15:29:38 +01:00
Johannes Rieken
7dbc878a32
remove csharp-syntax-only-extension because vscode omnisharp ships that
2015-12-10 15:25:07 +01:00
Johannes Rieken
bf6db83167
unused imports and other tslint findings
2015-12-10 15:25:06 +01:00
isidor
67fa01ef8a
debug: rawAttach if a attach session is already active disconnect it first.
2015-12-10 15:17:54 +01:00
Johannes Rieken
c8d4a43181
es6 is the default
2015-12-10 14:17:41 +01:00
Martin Aeschlimann
a749a073f1
[json] refactor intellisense participants to not depend on schema
2015-12-10 13:57:00 +01:00
Martin Aeschlimann
dcdff0a568
[json] preload meta-schema ( #1148 )
2015-12-10 13:57:00 +01:00
Johannes Rieken
6253b44ec7
IFormattingSupport can be either doc or range formatting support, fixes #1163
2015-12-10 12:46:08 +01:00
Johannes Rieken
974ed10c10
Merge pull request #1165 from Microsoft/joh/commandsAsApi
...
Joh/commands as api
2015-12-10 11:53:46 +01:00
Johannes Rieken
455bd760d9
missing change, gulp-tsb wtf
2015-12-10 11:41:36 +01:00
Johannes Rieken
d6c5d857e5
make description less verbose
2015-12-10 11:27:22 +01:00
Johannes Rieken
9b1c7b7c3d
add description to show references command
2015-12-10 11:20:23 +01:00
Johannes Rieken
b357a46d69
rename to extHostApiCommands
2015-12-10 10:39:27 +01:00
Johannes Rieken
a25f063d94
Merge branch 'master' into joh/commandsAsApi
2015-12-10 10:07:15 +01:00
Joao Moreno
7480707c43
win32MutexName
...
related to #972
2015-12-10 10:03:25 +01:00
Johannes Rieken
db1316eba5
use pre-wrap for code in hovers, fixes #842
2015-12-10 10:00:25 +01:00
Benjamin Pasero
cc70eb0f08
Recent Folders should not be case sensitive in Windows ( fixes #1151 )
2015-12-10 09:54:19 +01:00
Joao Moreno
764e7754ec
fix darwin bundle id
2015-12-10 09:53:21 +01:00
Johannes Rieken
64d077c8b5
Merge pull request #337 from felixrieseberg/es6default
...
JavaScript: Enable ES6 by Default
2015-12-10 09:25:03 +01:00
Benjamin Pasero
1d9d9abb64
fix broken package status bar entry
2015-12-10 08:54:07 +01:00
Benjamin Pasero
5c4e24f033
Merge pull request #1102 from Microsoft/ben/fuzzy-quickopen
...
Alternative fuzzy searching
2015-12-10 08:37:23 +01:00
Benjamin Pasero
75cf4c7ee4
more fuzzy enablement
2015-12-10 08:28:46 +01:00
Benjamin Pasero
7eff5f7f14
extract scorer.ts and give OSS attribution
2015-12-10 08:06:03 +01:00
Benjamin Pasero
92839a05aa
some cleanup
2015-12-10 07:56:36 +01:00
Benjamin Pasero
d97efc5f7a
Merge branch 'master' into ben/fuzzy-quickopen
2015-12-10 07:30:46 +01:00
Andre Weinand
a96a45d35c
get version 1.0.1 of debugprotocol
2015-12-09 23:43:52 +01:00
Martin Aeschlimann
736ff0bd99
[json] move schema associations to extensions
2015-12-09 23:40:36 +01:00
Felix Rieseberg
8bc42af7c8
JavaScript: Enable ES6 by Default
...
- This tiny commit enables ES6 support for JavaScript files by default, ensuring that VS Code supports popular JavaScript frameworks and modules out of the box.
- Tests pass, behaviour otherwise unchanged.
Closes #318
2015-12-09 11:07:17 -08:00
Johannes Rieken
fdb97f4e20
more command metadata, check args on exthost side
2015-12-09 18:40:28 +01:00
Alex Dima
89824341e2
Fixes #183 : Jump to bracket should jump such that it matches the same bracket pair
2015-12-09 17:22:39 +01:00
Johannes Rieken
9408e3bb74
Merge branch 'master' into joh/commandsAsApi
2015-12-09 17:10:04 +01:00
Martin Aeschlimann
468635529e
[json] configure built-in schemas for standalone editor
2015-12-09 17:06:55 +01:00
Martin Aeschlimann
81bf22aea4
[json] take out preloaded json schemas
2015-12-09 17:06:54 +01:00
Martin Aeschlimann
a8e3aa6916
jsonSchema contribution point
2015-12-09 17:06:53 +01:00
Johannes Rieken
0b0f18bf2c
add _generateCommandsDocumentation-command to print command metadata to console
2015-12-09 17:03:31 +01:00
Benjamin Pasero
f5e97d84f3
Make the fuzzy option an option for the file picker only
2015-12-09 16:53:58 +01:00
Andre Weinand
18db812cb1
update node-debug
2015-12-09 16:47:23 +01:00
Benjamin Pasero
219b61e7f9
reduce fuzzy use to file picker
2015-12-09 16:31:20 +01:00
Johannes Rieken
b5525f9ac3
let plugin host commands internally also accept ICommandHandlerDescriptions and have a way to get them all
2015-12-09 16:29:24 +01:00
Alex Dima
90dd1cd806
Fixes #64 : Do not render selectionHighlight on top of selection
2015-12-09 16:24:06 +01:00
Benjamin Pasero
969982df4e
back to normal sort/matching for commands
2015-12-09 16:21:18 +01:00
Benjamin Pasero
aafa06ee8f
scorer - fix issue with prefix scoring
2015-12-09 16:20:15 +01:00
Joao Moreno
d513543422
wrap service lib calls with try catch
2015-12-09 16:17:44 +01:00
Joao Moreno
b175b29c83
remove leftover console.log
2015-12-09 16:09:22 +01:00
isidor
36b69d1d7a
debug: duplicate contributed attributes should be marked as errors.
2015-12-09 16:04:10 +01:00
isidor
ccf58bd872
debug: no need to disable regular hover from debugService.
2015-12-09 16:04:10 +01:00