 TypeScript BotandMateusz Burzyński
|
b82fd16484
|
🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#60679)
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
|
2024-12-11 11:03:46 -08:00 |
|
  
|
0503a630fd
|
🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#60513)
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
Co-authored-by: Isabel Duan <isabelduan@microsoft.com>
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
|
2024-11-18 13:41:09 -08:00 |
|
 TypeScript BotandNathan Shively-Sanders
|
3140dbb79a
|
🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
|
2024-11-13 12:40:47 -08:00 |
|
Isabel Duan
|
3e6171833e
|
fix autoimports crash: generate namespace and other module symbol imports (#60333)
|
2024-10-31 17:03:12 -07:00 |
|
Mateusz Burzyński
|
e4dc78ab8c
|
Fixed crash on class member completions with auto imports from merged ambient modules (#60340)
|
2024-10-31 13:47:38 -07:00 |
|
Mateusz Burzyński
|
48f2ada110
|
Add string literal completions for package.json imports field (#57718)
|
2024-10-31 13:33:40 -07:00 |
|
Isabel Duan
|
21618934bf
|
fix paste edits range: include all completely selected identifiers (#60339)
|
2024-10-29 14:05:32 -07:00 |
|
Mateusz Burzyński
|
cb44488fce
|
Fixed a JSDoc-related crash when obtaining type of a type literal type argument (#60358)
|
2024-10-28 11:50:14 -07:00 |
|
Andrew Branch
|
2ac4cb78d6
|
Fix prioritization of paths specifiers over node_modules package specifiers (#60238)
|
2024-10-23 13:22:23 -07:00 |
|
Mateusz Burzyński
|
6a90111d05
|
Fixed "add missing properties" codefix for positions with nullable contextual types (#60328)
|
2024-10-23 11:31:37 -07:00 |
|
Mateusz Burzyński
|
437d7f7d9c
|
Fixed crash in auto import suggestions for default of exported UMD objects (#60313)
|
2024-10-23 09:22:09 -07:00 |
|
Oleksandr T.
|
a62ac67b50
|
fix(59779): The semicolons: "remove" formatting option doesn't remove extraneous semicolons (#59797)
|
2024-10-22 15:42:28 -07:00 |
|
Oleksandr T.
|
df9d16503f
|
fix(59463): Feature that displays method argument names inline does not correctly handle method overloading (#59504)
|
2024-10-18 14:44:43 -07:00 |
|
 Mateusz BurzyńskiandRon Buckton
|
03c5a37cfb
|
Allow auto accessor types to be inferred from their flow types in constructors and static blocks (#59732)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
|
2024-10-15 20:52:12 -04:00 |
|
Andrew Branch
|
3b0dfaa73c
|
Handle auto-import when paths pattern is absolute (#60236)
|
2024-10-15 14:01:12 -07:00 |
|
Mateusz Burzyński
|
d61938d8a3
|
Fixed default-like export info lookup with export= that have default export (#60035)
|
2024-10-15 09:00:54 -07:00 |
|
Oleksandr T.
|
e99e6e2e87
|
fix(60186): Quick fix "add missing properties" fails with enums from other module (#60191)
|
2024-10-14 11:30:34 -07:00 |
|
Isabel Duan
|
aeb74cc721
|
moveToNewFile: fix quotes for module specifiers (#60203)
|
2024-10-14 10:24:49 -07:00 |
|
Oleksandr T.
|
009b3ffdda
|
fix(59825): getNavigationTree crash on invalid class merge and function merge with expando members (#60152)
|
2024-10-07 12:58:15 -07:00 |
|
Andrew Branch
|
bd3d70058c
|
Rewrite relative import extensions with flag (#59767)
|
2024-09-27 12:27:16 -07:00 |
|
Nathan Shively-Sanders
|
52c59dbcbe
|
Add CopilotRelated command (#59963)
|
2024-09-26 16:10:41 -07:00 |
|
navya9singh
|
8499803ae0
|
Adding preparePasteEdits method to check if smart copy/paste should be applied (#60053)
|
2024-09-26 11:50:23 -07:00 |
|
Mateusz Burzyński
|
55886a1e24
|
Fixed incorrect SignatureFlags.HasRestParameter propagation when combining signatures (#58440)
|
2024-09-25 13:21:41 -07:00 |
|
 Mateusz BurzyńskiandGabriela Araujo Britto
|
413f0fa831
|
Fixed crash when looking for contextual inherited JSDocs for setters and getters (#60027)
Co-authored-by: Gabriela Araujo Britto <garaujobritto@gmail.com>
|
2024-09-25 11:04:01 -07:00 |
|
Mateusz Burzyński
|
e962037df3
|
Fixed crash when resolving a symbol on invalid private identifier in type reference (#60013)
|
2024-09-24 16:18:01 -07:00 |
|
Daniel Rosenwasser
|
278f260d0d
|
Specialize the message on JSX tags looking for the JSX factory namespace (#58870)
|
2024-09-24 11:52:44 -07:00 |
|
Wesley Wigham
|
fa0080f480
|
Support interpreting non-literal computed properties in classes as implicit index signatures (#59860)
|
2024-09-23 11:09:06 -07:00 |
|
Mateusz Burzyński
|
88809467e8
|
Fixed a crash when trying to find references on NoSubstitutionTemplateLiteral with LiteralType parent (#59889)
|
2024-09-19 15:59:36 -07:00 |
|
Sheetal Nandi
|
02b07a1788
|
Dont open composite projects to determine if script info is part of project (#59688)
|
2024-09-18 10:35:22 -07:00 |
|
 
|
8230bc66a7
|
Drop unnecessary type arguments in the isolated declarations quick fix (#59665)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
|
2024-09-16 10:35:50 -07:00 |
|
Isabel Duan
|
89e004f632
|
add support for autoimports/moveToFile to generate aliased named imports (#59885)
|
2024-09-10 15:38:37 -07:00 |
|
Mateusz Burzyński
|
53039d3f05
|
Include all type parameters in completions within type parameters' constraints (#56543)
|
2024-09-09 10:35:58 -07:00 |
|
Sheetal Nandi
|
7976d9cef5
|
Refactor tsserver, tsc and fourslash-server tests so that paths are always watchable (#59844)
|
2024-09-04 14:22:10 -07:00 |
|
 Armando AguirreandArmando Aguirre Sepulveda
|
6260f7ab78
|
Added typeToTypeNode with truncation (#59332)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
|
2024-08-30 14:16:18 -07:00 |
|
Jack Works
|
47ae752c23
|
refactor: improve string export name completions (#58818)
|
2024-08-26 12:23:05 -07:00 |
|
Andrew Branch
|
a86b5e2b01
|
Fix error message for type-only import of ES module from CJS (#59711)
|
2024-08-23 12:05:40 -07:00 |
|
Oleksandr T.
|
3abe069fd2
|
fix(59649): ts Move to a new file doesn't respect importModuleSpecifier setting (#59670)
|
2024-08-22 16:46:28 -07:00 |
|
Andrew Branch
|
a5eec2485f
|
Simplify handling of node:-prefixed modules in auto-imports (#59702)
|
2024-08-21 16:43:21 -07:00 |
|
Andrew Branch
|
7f597beb2e
|
Don’t try to recreate AutoImportProvider after giving up because of too many dependencies until program structure changes (#59692)
|
2024-08-20 17:12:28 -07:00 |
|
navya9singh
|
2192336dfe
|
Fixing delay caused in vscode due to pasteEdits (#59542)
|
2024-08-19 17:45:57 -07:00 |
|
Gabriela Araujo Britto
|
1e7889c697
|
Enable existing commit characters in certain locations where isNewIdentifier is true (#59523)
|
2024-08-19 13:24:03 -07:00 |
|
Oleksandr T.
|
f850298f70
|
fix(59558): Implement Interface Quick Fix generates duplicate declarations (#59563)
|
2024-08-16 15:17:58 -07:00 |
|
Isabel Duan
|
8ec3804611
|
fix test/basellines (#59663)
|
2024-08-16 15:17:45 -07:00 |
|
Isabel Duan
|
26c4320757
|
also return classes when caling goToDef on a constructor call (#59421)
|
2024-08-16 13:58:29 -07:00 |
|
 Andrew BranchandIsabel Duan
|
ca64946dff
|
Set parents of augmented module exports (#59609)
Co-authored-by: Isabel Duan <isabelduan@microsoft.com>
|
2024-08-15 16:18:57 -07:00 |
|
Andrew Branch
|
bcb1545aa3
|
Allow existing imports in file to supersede package.json filter (#59604)
|
2024-08-15 15:00:31 -07:00 |
|
Zzzen
|
a0530722fc
|
Improve inlining of string variables in template literals (#54849)
|
2024-08-15 10:46:22 -07:00 |
|
 Jake BaileyandDaniel Rosenwasser
|
3ed2e8ed34
|
Report unreachable on enums (#58380)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
|
2024-08-14 22:34:03 -07:00 |
|
Mateusz Burzyński
|
f04672842b
|
Fixed completion crashes related to JSDocImportTag (#59527)
|
2024-08-12 14:36:03 -07:00 |
|
Andrew Branch
|
4b12d82b6b
|
Fix auto import file extensions with package.json imports wildcards (#59564)
|
2024-08-09 13:48:13 -07:00 |
|