Mohamed Hegazy
|
fbe5e46501
|
Merge pull request #1000 from Microsoft/staleSourceFile
fix for issue #999
|
2014-11-03 10:14:26 -08:00 |
|
Johannes Rieken
|
7fba80606a
|
make getSourceFile use getCurrentSourceFile
|
2014-10-31 18:19:49 +01:00 |
|
Mohamed Hegazy
|
7d16483156
|
Merge pull request #979 from Microsoft/getSourceFile
Expose getSourceFile on the LanguageService interface
|
2014-10-29 14:06:37 -07:00 |
|
Mohamed Hegazy
|
ffc34b8494
|
Expose getSourceFile on the LanguageService interface
|
2014-10-27 17:36:01 -07:00 |
|
Mohamed Hegazy
|
2e7d292128
|
Update LKG
v1.3
|
2014-10-27 16:55:10 -07:00 |
|
Mohamed Hegazy
|
48cb3e045d
|
Merge pull request #940 from Microsoft/asynchrounousAliasWriteCrash
Fix the crash in declaration file emit when alias is used before its declaration
|
2014-10-27 16:43:05 -07:00 |
|
Sheetal Nandi
|
eebc8f903d
|
Added another test case (#948)
|
2014-10-23 10:20:33 -07:00 |
|
Sheetal Nandi
|
2e36faed28
|
Fix the crash in declaration file emit when alias is used before its declaration
Fixes #938
|
2014-10-22 10:23:15 -07:00 |
|
Mohamed Hegazy
|
8392ff49bd
|
Update LKG
|
2014-10-21 09:58:19 -07:00 |
|
Mohamed Hegazy
|
1cc70d6493
|
Merge pull request #925 from Microsoft/cannotFindFileFix
use getCanonicalFileName in the language service when searching for files
|
2014-10-21 09:56:44 -07:00 |
|
Mohamed Hegazy
|
c02cc7ca15
|
use getCanonicalFileName in the language service when searching for files
|
2014-10-20 13:18:32 -07:00 |
|
Yui T
|
d7390ecdc5
|
Merge branch 'reportErrorFromTargetFile' into release-1.3
|
2014-10-14 15:18:45 -07:00 |
|
Yui T
|
33c91ffa36
|
Merge remote-tracking branch 'origin/release-1.3' into reportErrorFromTargetFile
|
2014-10-14 14:54:37 -07:00 |
|
Yui T
|
ac68f93189
|
Addres code review
|
2014-10-14 12:16:26 -07:00 |
|
Jason Freeman
|
6bc3ed8062
|
Merge pull request #890 from Microsoft/sigHelpCrash
Fix signature help crash when requested outside argument list
|
2014-10-14 12:00:17 -07:00 |
|
Jason Freeman
|
8b4bbb9311
|
Comment examples of when findListItemInfo can return undefined
|
2014-10-14 11:23:36 -07:00 |
|
Jason Freeman
|
a870b06834
|
Fix signature help crash when requested outside argument list
|
2014-10-13 18:25:51 -07:00 |
|
Yui T
|
e556eaf513
|
Address code review
|
2014-10-13 16:00:37 -07:00 |
|
Sheetal Nandi
|
63c0a88675
|
Merge pull request #885 from Microsoft/symbolInfoOfUndefinedAndArguments
Fix how arguments and undefined are shown in the quickInfo
|
2014-10-13 15:13:10 -07:00 |
|
Sheetal Nandi
|
dfb7785da0
|
Removed the debugger statement
|
2014-10-13 15:03:11 -07:00 |
|
Yui T
|
75949578ff
|
Add test case to make sure that we only report an error from target file
|
2014-10-13 14:25:12 -07:00 |
|
Sheetal Nandi
|
ab48363bfa
|
Fix how arguments and undefined are shown in the quickInfo
Removes the undefined identication from symbol flags instead add method to typechecker
|
2014-10-13 13:06:03 -07:00 |
|
Yui T
|
848bfe7160
|
Update language service to use getDeclarationDiagnostics instead of emitFile to get declaration errors
|
2014-10-13 12:41:26 -07:00 |
|
Sheetal Nandi
|
77a93d2cca
|
Merge pull request #874 from Microsoft/betterAliasSymbolInfo
Shows better information for aliases in the quick info/completion entry
|
2014-10-13 12:05:24 -07:00 |
|
Yui T
|
cc48fc3efd
|
Refactoring parameters formatting
|
2014-10-13 11:27:07 -07:00 |
|
Yui T
|
fee4343218
|
Refactoring emitDeclaration, separate emitDeclaration from emitFiles
|
2014-10-10 16:44:14 -07:00 |
|
Mohamed Hegazy
|
bdac6ca895
|
Merge pull request #841 from chrisbubernak/disallowNumericEnumMembers
Fix for issue #134 (Disallow numeric enum members)
|
2014-10-10 16:24:12 -07:00 |
|
Sheetal Nandi
|
6f6be7e0e4
|
Removed incorrect check of symbolKind determination of undefined symbol
|
2014-10-10 15:58:33 -07:00 |
|
Sheetal Nandi
|
3715af1a5a
|
Show call and construct signatures when using aliases
|
2014-10-10 15:52:34 -07:00 |
|
Sheetal Nandi
|
471d80d91e
|
Show better alias information in completion entry and quickInfo
|
2014-10-10 15:24:19 -07:00 |
|
Sheetal Nandi
|
8ff6251200
|
Do not use internal aliasing when getting symbol full name to show in quickInfo or completion list
|
2014-10-10 15:02:48 -07:00 |
|
CyrusNajmabadi
|
50ff8996e0
|
Merge pull request #872 from Microsoft/fixNewLines
Fix newlines in tests
|
2014-10-10 14:30:13 -07:00 |
|
Cyrus Najmabadi
|
d003561464
|
Fix newlines in tests
|
2014-10-10 14:23:12 -07:00 |
|
Dan Quirk
|
461147a356
|
Fixing badge URL
|
2014-10-09 17:35:45 -07:00 |
|
Dan Quirk
|
d1e850adc9
|
Adding some badges
|
2014-10-09 17:31:22 -07:00 |
|
Daniel Rosenwasser
|
4ac3be092c
|
Merge pull request #867 from Microsoft/reAddColorizationFix
Restored semantic colorization fix
|
2014-10-09 17:24:25 -07:00 |
|
Daniel Rosenwasser
|
b2457bd9b3
|
Re-added semantic colorization fix for colliding types colliding in value and namespace space, added a test.
|
2014-10-09 17:02:23 -07:00 |
|
Yui
|
35c9ce1a37
|
Merge pull request #856 from Microsoft/fixThrowExceptionOnEmitFile
Fix throw exception on emit file
|
2014-10-09 15:08:03 -07:00 |
|
Yui T
|
016c3a0759
|
Merge branch 'master' into fixThrowExceptionOnEmitFile
|
2014-10-09 14:53:29 -07:00 |
|
Daniel Rosenwasser
|
c5c05769d7
|
Merge pull request #865 from Microsoft/undoContextualSemanticClassification
Undid changes where contextual semantics are taken into account.
|
2014-10-09 14:38:49 -07:00 |
|
Yui T
|
00c30a3ed7
|
Merge branch 'master' into fixThrowExceptionOnEmitFile
|
2014-10-09 14:36:48 -07:00 |
|
Yui T
|
3cb6c9cf45
|
Add isDeclarationFile and update similar all usage
|
2014-10-09 14:19:36 -07:00 |
|
Daniel Rosenwasser
|
8659dc5ca0
|
Addressed CR feedback.
|
2014-10-09 13:54:37 -07:00 |
|
Daniel Rosenwasser
|
8fd1c7915c
|
Undid changes where contextual semantics are taken into account.
|
2014-10-09 13:38:33 -07:00 |
|
Sheetal Nandi
|
b7574904ff
|
Merge pull request #864 from Microsoft/quickInfoMerge
Fixed the incorrect merge and tests failing because of it
|
2014-10-09 13:30:12 -07:00 |
|
Sheetal Nandi
|
87a92b3dd3
|
Fixed the bad merge and tests failing because of it
|
2014-10-09 13:18:08 -07:00 |
|
Yui T
|
6cb7ffb725
|
Add baseline
|
2014-10-09 10:34:22 -07:00 |
|
Yui T
|
ab5f0241eb
|
Fix comments
|
2014-10-09 10:12:49 -07:00 |
|
ChrisBubernak
|
708ddf19e7
|
removed old comment
|
2014-10-09 09:43:40 -07:00 |
|
ChrisBubernak
|
facd52f593
|
removed hidden tabs + moved check into isNumericName
|
2014-10-09 09:36:32 -07:00 |
|