CARVIEW |
Select Language
HTTP/2 200
date: Fri, 18 Jul 2025 21:08:03 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/microsoft/TypeScript.git
etag: W/"4a00ed735e40c1f3d26215b0ddcfaf96"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=bAy4DAs5EzCLiciBbRN6DJyIUXXFULe80I3QNENcTgTLNoYKFWHxVPZydd4HN5oAe0C4TSHXvRNFXxKsBP07FnCRRnBut%2BT%2BGrGLrOqHqczYxAvX201DRWqCWBHQL8q9nXz2rVHH2T1XCbk1LIwdlZ6zglBYkgMU6dM6HA3bbzM6wUEoqEErakTI12saAbcrdwPfKbdjLUhNHOkyWmR7S%2FWnqf%2BtSWmbqgatj%2BeCnMndxJK2qvdR6mJ2s70RVIgLlRlLmZD7IY7OUZqg86mnMg%3D%3D--3dfSvvl4R3gVUrEg--Ox7WSHWGySVxuf%2FyWlVksA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1205651963.1752872882; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 21:08:02 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 21:08:02 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9F7E:1E2439:17FFD6:1F5EA8:687AB7B2
Support services settings (#22236) · microsoft/TypeScript@cc39213 · GitHub
authored
Copy file name to clipboardExpand all lines: src/harness/harnessLanguageService.ts
Copy file name to clipboardExpand all lines: src/harness/unittests/extractTestHelpers.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit cc39213

Andy
Support services settings (#22236)
* Support services settings
* Code review
* More review
* Use different names for Options and GetCompletionsAtPositionOptions (todo: come up with better names)
* More renames
* More renaming
* Support quote style in importFixes
* Add `importModuleSpecifierPreference` option
* Support quote style for `throw new Error('Method not implemented.')` (#18169)
* options -> preferences1 parent 9ee5167 commit cc39213Copy full SHA for cc39213
File tree
Expand file treeCollapse file tree
33 files changed
+485
-251
lines changedFilter options
- src
- compiler
- harness
- unittests
- server
- services
- codefixes
- tests
- baselines/reference/api
- cases/fourslash
Expand file treeCollapse file tree
33 files changed
+485
-251
lines changed+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
78 |
| - | |
| 79 | + | |
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
85 | 86 |
| |
86 |
| - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
|
+28-27Lines changed: 28 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 |
| - | |
369 | 368 |
| |
370 | 369 |
| |
371 | 370 |
| |
| |||
1228 | 1227 |
| |
1229 | 1228 |
| |
1230 | 1229 |
| |
1231 |
| - | |
1232 |
| - | |
| 1230 | + | |
| 1231 | + | |
1233 | 1232 |
| |
1234 | 1233 |
| |
1235 | 1234 |
| |
| |||
1728 | 1727 |
| |
1729 | 1728 |
| |
1730 | 1729 |
| |
1731 |
| - | |
1732 |
| - | |
| 1730 | + | |
| 1731 | + | |
1733 | 1732 |
| |
1734 | 1733 |
| |
1735 | 1734 |
| |
| |||
1827 | 1826 |
| |
1828 | 1827 |
| |
1829 | 1828 |
| |
1830 |
| - | |
| 1829 | + | |
1831 | 1830 |
| |
1832 | 1831 |
| |
1833 | 1832 |
| |
| |||
2402 | 2401 |
| |
2403 | 2402 |
| |
2404 | 2403 |
| |
2405 |
| - | |
| 2404 | + | |
2406 | 2405 |
| |
2407 | 2406 |
| |
2408 | 2407 |
| |
2409 | 2408 |
| |
2410 | 2409 |
| |
2411 | 2410 |
| |
2412 |
| - | |
| 2411 | + | |
2413 | 2412 |
| |
2414 | 2413 |
| |
2415 | 2414 |
| |
| |||
2454 | 2453 |
| |
2455 | 2454 |
| |
2456 | 2455 |
| |
2457 |
| - | |
| 2456 | + | |
2458 | 2457 |
| |
2459 | 2458 |
| |
2460 | 2459 |
| |
| |||
2483 | 2482 |
| |
2484 | 2483 |
| |
2485 | 2484 |
| |
2486 |
| - | |
| 2485 | + | |
2487 | 2486 |
| |
2488 | 2487 |
| |
2489 | 2488 |
| |
| |||
2522 | 2521 |
| |
2523 | 2522 |
| |
2524 | 2523 |
| |
2525 |
| - | |
| 2524 | + | |
2526 | 2525 |
| |
2527 | 2526 |
| |
2528 | 2527 |
| |
| |||
2534 | 2533 |
| |
2535 | 2534 |
| |
2536 | 2535 |
| |
2537 |
| - | |
| 2536 | + | |
2538 | 2537 |
| |
2539 | 2538 |
| |
2540 | 2539 |
| |
| |||
2560 | 2559 |
| |
2561 | 2560 |
| |
2562 | 2561 |
| |
2563 |
| - | |
| 2562 | + | |
2564 | 2563 |
| |
2565 | 2564 |
| |
2566 | 2565 |
| |
2567 | 2566 |
| |
2568 | 2567 |
| |
2569 | 2568 |
| |
2570 | 2569 |
| |
2571 |
| - | |
| 2570 | + | |
2572 | 2571 |
| |
2573 | 2572 |
| |
2574 | 2573 |
| |
| |||
2938 | 2937 |
| |
2939 | 2938 |
| |
2940 | 2939 |
| |
2941 |
| - | |
| 2940 | + | |
2942 | 2941 |
| |
2943 | 2942 |
| |
2944 | 2943 |
| |
| |||
2958 | 2957 |
| |
2959 | 2958 |
| |
2960 | 2959 |
| |
2961 |
| - | |
| 2960 | + | |
2962 | 2961 |
| |
2963 | 2962 |
| |
2964 | 2963 |
| |
| |||
2980 | 2979 |
| |
2981 | 2980 |
| |
2982 | 2981 |
| |
2983 |
| - | |
| 2982 | + | |
2984 | 2983 |
| |
2985 | 2984 |
| |
2986 | 2985 |
| |
| |||
2991 | 2990 |
| |
2992 | 2991 |
| |
2993 | 2992 |
| |
2994 |
| - | |
| 2993 | + | |
2995 | 2994 |
| |
2996 | 2995 |
| |
2997 | 2996 |
| |
| |||
3003 | 3002 |
| |
3004 | 3003 |
| |
3005 | 3004 |
| |
3006 |
| - | |
| 3005 | + | |
3007 | 3006 |
| |
3008 | 3007 |
| |
3009 | 3008 |
| |
| |||
3017 | 3016 |
| |
3018 | 3017 |
| |
3019 | 3018 |
| |
3020 |
| - | |
| 3019 | + | |
3021 | 3020 |
| |
3022 | 3021 |
| |
3023 | 3022 |
| |
| |||
3062 | 3061 |
| |
3063 | 3062 |
| |
3064 | 3063 |
| |
3065 |
| - | |
| 3064 | + | |
3066 | 3065 |
| |
3067 | 3066 |
| |
3068 | 3067 |
| |
3069 | 3068 |
| |
3070 | 3069 |
| |
3071 | 3070 |
| |
3072 |
| - | |
| 3071 | + | |
3073 | 3072 |
| |
3074 | 3073 |
| |
3075 | 3074 |
| |
| |||
4217 | 4216 |
| |
4218 | 4217 |
| |
4219 | 4218 |
| |
4220 |
| - | |
4221 |
| - | |
| 4219 | + | |
| 4220 | + | |
4222 | 4221 |
| |
4223 | 4222 |
| |
4224 | 4223 |
| |
| |||
4424 | 4423 |
| |
4425 | 4424 |
| |
4426 | 4425 |
| |
4427 |
| - | |
| 4426 | + | |
4428 | 4427 |
| |
4429 | 4428 |
| |
4430 | 4429 |
| |
| |||
4621 | 4620 |
| |
4622 | 4621 |
| |
4623 | 4622 |
| |
4624 |
| - | |
| 4623 | + | |
4625 | 4624 |
| |
4626 | 4625 |
| |
4627 | 4626 |
| |
4628 |
| - | |
| 4627 | + | |
4629 | 4628 |
| |
4630 | 4629 |
| |
4631 | 4630 |
| |
| |||
4646 | 4645 |
| |
4647 | 4646 |
| |
4648 | 4647 |
| |
| 4648 | + | |
4649 | 4649 |
| |
4650 | 4650 |
| |
4651 | 4651 |
| |
| |||
4669 | 4669 |
| |
4670 | 4670 |
| |
4671 | 4671 |
| |
| 4672 | + | |
4672 | 4673 |
| |
4673 | 4674 |
| |
4674 | 4675 |
| |
|
src/harness/harnessLanguageService.ts
Copy file name to clipboardExpand all lines: src/harness/harnessLanguageService.ts+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
423 |
| - | |
424 |
| - | |
| 423 | + | |
| 424 | + | |
425 | 425 |
| |
426 |
| - | |
427 |
| - | |
| 426 | + | |
| 427 | + | |
428 | 428 |
| |
429 | 429 |
| |
430 | 430 |
| |
|
src/harness/unittests/extractTestHelpers.ts
Copy file name to clipboardExpand all lines: src/harness/unittests/extractTestHelpers.ts+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| 130 | + | |
130 | 131 |
| |
131 | 132 |
| |
132 | 133 |
| |
| |||
190 | 191 |
| |
191 | 192 |
| |
192 | 193 |
| |
| 194 | + | |
193 | 195 |
| |
194 | 196 |
| |
195 | 197 |
| |
|
You can’t perform that action at this time.
0 commit comments