We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00facc2 commit 0ebd196Copy full SHA for 0ebd196
src/services/services.ts
@@ -2070,7 +2070,7 @@ namespace ts {
2070
* for completions.
2071
* For example, this matches /// <reference path="fragment
2072
*/
2073
- const tripleSlashDirectiveFragmentRegex = /^(\/\/\/\s*<reference\s+(path|types)\s*=\s*(?:'|"))([^'"]*)$/;
+ const tripleSlashDirectiveFragmentRegex = /^(\/\/\/\s*<reference\s+(path|types)\s*=\s*(?:'|"))([^\3]*)$/;
2074
2075
let commandLineOptionsStringToEnum: CommandLineOptionOfCustomType[];
2076
0 commit comments