Commit Graph
727 Commits
Author SHA1 Message Date
Gabriela Araujo BrittoandGitHub 34ea32f8ce Revert "Proposed expandable hover API" (#61132) 2025-02-07 12:44:02 -08:00
717d05cc2d Fixed BADCLIENT error message (#60925)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
2025-01-07 15:58:37 -08:00
Nathan Shively-SandersandGitHub 79ea5a5b35 Stub out copilotRelated command (#60488) 2024-11-13 08:33:00 -08:00
Gabriela Araujo BrittoandGitHub 80eeb4ec8d Proposed expandable hover API (#59940) 2024-11-05 16:41:13 -08:00
navya9singhandGitHub 0ec4d30a6e Fixing exception on unsaved file (#60362) 2024-11-02 22:55:36 -07:00
Nathan Shively-SandersandGitHub 52c59dbcbe Add CopilotRelated command (#59963) 2024-09-26 16:10:41 -07:00
navya9singhandGitHub 8499803ae0 Adding preparePasteEdits method to check if smart copy/paste should be applied (#60053) 2024-09-26 11:50:23 -07:00
Sheetal NandiandGitHub 02b07a1788 Dont open composite projects to determine if script info is part of project (#59688) 2024-09-18 10:35:22 -07:00
52eaa7b02f Enable --isolatedDeclarations on TS codebase (#59635)
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
Co-authored-by: Andrew Branch <andrew@wheream.io>
2024-09-15 18:10:52 -07:00
Jake BaileyandGitHub 74cefa848c Tighten signature of append (#59426) 2024-07-26 10:08:40 -07:00
Gabriela Araujo BrittoandGitHub f8336d1479 Use spread when converting completion entry to protocol format (#59412) 2024-07-24 17:29:12 -07:00
Gabriela Araujo BrittoandGitHub 0c33c13b83 Fix completion entry conversion to protocol format (#59410) 2024-07-24 12:59:15 -07:00
Sheetal NandiandGitHub 6369240da6 Store information in buildInfo to repopulate mode mismatch based on status of package.json (#59286) 2024-07-16 10:12:14 -07:00
Gabriela Araujo BrittoandGitHub c3efeb9d1b Move diagnostic duration to performance data (#59122) 2024-07-03 15:04:51 -07:00
Sheetal NandiandGitHub d403e0850f Fix the consistency and correctness of performanceData reported per request (#58968) 2024-06-24 19:02:19 -07:00
Sheetal NandiandGitHub 600dde8834 Report updateGraph time in async requests (that is getErr) as well as part of request completed event (#58845) 2024-06-21 12:52:57 -07:00
Gabriela Araujo BrittoandGitHub 4857546865 Region-based semantic diagnostics (#57842) 2024-06-13 16:21:01 -07:00
Jake BaileyandGitHub e30b5fbafe Remove typescript-etw (#58832) 2024-06-13 13:04:51 -07:00
Kat MarchánandGitHub ddf43cd0e0 CodeMapper support (#55406) 2024-05-22 16:47:08 -07:00
Sheetal NandiandGitHub fadc83b939 Handle config file change and default project management (#58486) 2024-05-10 14:50:43 -07:00
navya9singhandGitHub be8fb98cf1 Implementing copy/paste (#57262) 2024-05-08 16:07:51 -07:00
Jake BaileyandGitHub 16beff101a Use explicit extensions for imports within src (#58421) 2024-05-06 17:07:54 -07:00
Sheetal NandiandGitHub 4e294963c8 Keep scriptInfo and project alive even after file delete till next file open (#57492) 2024-04-12 10:43:09 -07:00
Jake BaileyandGitHub e72605925d Update deps and fix new lints (#57870) 2024-03-21 09:24:23 -07:00
navya9singhandGitHub c295531bfa Adopt code action ranges for refactorings (#57608) 2024-03-18 14:34:44 -07:00
26df0cb23e Remove 5.5 deprecated compiler options (#57527)
Co-authored-by: Andrew Branch <andrew@wheream.io>
2024-02-28 14:35:39 -08:00
ee46953bc9 Baseline Project Service State for easy diffing in changes (#57255)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-02-01 14:01:43 -08:00
Sheetal NandiandGitHub 0abfb521d5 Handle file name casing when deduplicating results from the project (#56438) 2023-11-20 16:30:56 -08:00
Sheetal NandiandGitHub efecc85dca All tsserver unittests use session and typing installer (#56337) 2023-11-09 11:48:48 -08:00
Sheetal NandiandGitHub feeb30dec9 Some of the test refactoring and readable baselining (#56075) 2023-10-12 10:39:40 -07:00
Sheetal NandiandGitHub 9473195b6c noDts project resolutions verification and updates for incremental behaviour (#56016) 2023-10-10 10:24:08 -07:00
Sheetal NandiandGitHub 934216f968 Support using client watch in tsserver using events (#54662) 2023-09-22 14:25:40 -07:00
Gabriela Araujo BrittoandGitHub b5d6aa73d1 Add option to exclude library symbols from navTo results (#55605) 2023-09-07 11:19:56 -07:00
Sampo KivistöandGitHub ec2bd4e252 perf: replace String and Array indexOf method calls with includes method call (#55482) 2023-08-25 11:27:55 -07:00
Maria José SolanoandGitHub 5fe88ea044 [Interactive inlay hints] Get source file from parameter node (#55476) 2023-08-23 16:40:49 -07:00
Jake BaileyandGitHub 5e8c261b6a dprint the codebase (#54820) 2023-08-16 14:26:38 -07:00
Jake BaileyandGitHub 87c986cae8 Modify interactive inlay hints API to be more backwards compatible (#55274) 2023-08-04 17:11:58 -07:00
Maria José SolanoandGitHub 97310107d0 Interactable parameter inlay hints (#54734) 2023-07-20 14:29:51 -07:00
Sheetal NandiandGitHub 3c4c060dff Adds tests and fixes issues by verifying incremental project updates are handling language service ref counting correctly (#54504) 2023-06-06 11:11:14 -07:00
Oleksandr TandGitHub ce1c97f4f0 fix(54283): Provide better UX when an invalid file is selected for 'move to file' refactoring (#54300) 2023-05-18 10:36:34 -07:00
Gabriela Araujo BrittoandGitHub 24ac9e75c2 Improve class member snippet completions and keyword completions interaction (#52525) 2023-05-17 15:14:34 -07:00
Sheetal NandiandGitHub bbb9f2ebcf Just like request and response, events are also logged as formatted json for readability (#54105) 2023-05-02 13:32:12 -07:00
navya9singhandGitHub 9d4c291e06 Adding missing parameter (#54045) 2023-04-27 12:36:55 -07:00
navya9singhandGitHub d3bbef390d 'Move to file' refactor (#53542) 2023-04-21 11:48:53 -07:00
Maria José SolanoandGitHub e02ef9fddb Add quotes when renaming numerical indices (#53596) 2023-04-20 16:58:29 -07:00
Jake BaileyandGitHub 5402998c55 Declare typingsInstaller as optional for ProjectService (#53896) 2023-04-18 14:10:30 -07:00
Isabel DuanandGitHub d4c48e1495 Adds linked editing for JSX tags (#53284) 2023-04-07 13:39:10 -07:00
Sheetal NandiandGitHub 0ee51b96dc More baselining for timeouts that make furture changes easier (#53579) 2023-03-30 09:48:34 -07:00
Jake BaileyandGitHub ac55b297b7 Upgrade "boolean-trivia" lint to new "argument-trivia" lint that uses type info, has quick fixes, etc. (#53002) 2023-03-23 16:26:39 -07:00
Sheetal NandiandGitHub 905a0b4e69 Create baselines for tsserver event tests (#53330) 2023-03-17 16:56:01 -07:00