Git Product home page Git Product logo

vscode-typescript-next's Introduction

JavaScript and TypeScript Nightly

VS Code extension that enables the nightly build of TypeScript (typescript@next) as VS Code's built-in TypeScript version used to power JavaScript and TypeScript IntelliSense.

Enabling

This extension replaces VS Code's built-in TypeScript version with typescript@next. It does not affect workspace versions of TypeScript, or custom user typescript.tsdk settings.

To make sure you are using typescript@next:

  1. Open a JavaScript or TypeScript file in VS Code.
  2. In the VS Code command palette, run the TypeScript: Select TypeScript version command.
  3. Make sure you have Use VS Code's version selected

Note that this extension also includes the latest JavaScript and TypeScript grammar.

vscode-typescript-next's People

Contributors

detinsley1s avatar lszomoru avatar microsoft-github-policy-service[bot] avatar microsoftopensource avatar mjbvz avatar msftgits avatar simontjell avatar svallory avatar yamachu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vscode-typescript-next's Issues

Not showing me jsx attribute auto completions

Issue Type: Bug

It is not showing me jsx attribute autocompletion. Like this:

image

but when I type on, I am not getting any suggestions, disabling this extension solves the problem.

Extension version: 4.6.20211102
VS Code version: Code 1.61.2 (6cba118ac49a1b88332f312a8f67186f7f3c1643, 2021-10-19T14:58:13.605Z)
OS version: Linux x64 5.13.19-2-MANJARO
Restricted Mode: No

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (8 x 1800)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) 3, 3, 2
Memory (System) 7.68GB (2.27GB free)
Process Argv --no-sandbox --unity-launch --crash-reporter-id 56bb7de1-50cb-417b-af3f-c630f73a4a9b
Screen Reader no
VM 0%
DESKTOP_SESSION plasma
XDG_CURRENT_DESKTOP KDE
XDG_SESSION_DESKTOP KDE
XDG_SESSION_TYPE x11

Update Breaks Syntax Highlighting

v. 5.0.20221116 breaks syntax highlighting in TSX files. When from looking like this:
Screenshot 2022-11-16 at 7 37 57 PM

to looking like this:
Screenshot 2022-11-16 at 7 38 15 PM

The most obvious to see is the arrow function's => has two different colors.

To reproduce: right-click extension in extensions menu, select "Install Another Version...", and install v. 5.0.20221115, and it should work as expected

Mac OS Ventura 10.3 x/ M1 Max
Visual Studio Code 1.73.1

Invalid Bracket pair colorization in JSX

Type: Bug

  1. Create JSX File
  2. Write code with properties with function types in React.VFC props

like this

import React from "react";

const MyAwesomeComponent: React.VFC<{
  fn: (_: string) => void;
}> = ({ fn }) => {
  return null;
};

Extension version: 4.8.20220710
VS Code version: Code - Insiders 1.70.0-insider (Universal) (3104db414c8fedcf6e4493f14da7df0b7413853a, 2022-07-08T05:16:29.757Z)
OS version: Darwin x64 21.5.0
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz (16 x 2400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 6, 4, 4
Memory (System) 32.00GB (0.65GB free)
Process Argv ui
Screen Reader no
VM 0%
A/B Experiments
vsliv695:30137379
vsins829:30139715
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256197
vstes627:30244334
vslsvsres303:30308271
pythonvspyl392:30422396
pythontb:30258533
pythonptprofiler:30281269
vshan820:30294714
pythondataviewer:30285072
vscod805cf:30301675
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
pythonvs932:30404738
wslgetstarted:30449409
vscscmwlcmt:30465136
cppdebug:30492333
pylanb8912:30522163
vsclangdf:30492506

Can I customize the code hint

Hello,
We have an open source project, which is a plug-in loader, and the plug-in language is JavaScript. I want to provide hints and annotations for the API in it.
Is there a solution?

Latest version (5.0.221116) breaks syntax highlighting

The issue

Syntax highlighting stopped working for TypeScript files after last update.

v5.0.20221115:
image

v5.0.20221116:
image

Logs

2022-11-16 22:33:25.758 [error] Unable to load and parse grammar for scope source.tsx from file:///Users/devdavi/.vscode/extensions/ms-vscode.vscode-typescript-next-5.0.20221116/syntaxes/TypeScriptReact.tmLanguage.json {}

Steps to reproduce

  • Update to latest version (or let vscode update it automatically as happened to me)
  • Open a .ts (TypeScript) or .tsx (TypeScript React) file
  • You will probably see that syntax highlighting is not working anymore

vscode -typescript note error

Recently, I found that every time I start vscode, the plug-in will remind me to "restart loading", but after restarting, type the "tsc -- version" command to check the version. It is found that there is no change. What is this?

code -v :1.62.3
tsc -v : Version 4.5.2

No more syntax color

Type: Bug

Since last update, there is no more colors in text editor, keyword like async, const, new etc... are displayed with default text color

Extension version: 5.0.20221116
VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T03:54:53.913Z)
OS version: Linux x64 5.19.0-23-generic
Modes:
Sandboxed: No

System Info
Item Value
CPUs AMD Ryzen 5 5600U with Radeon Graphics (12 x 3102)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 2, 1, 1
Memory (System) 14.95GB (11.38GB free)
Process Argv --unity-launch --crash-reporter-id f6ca7d88-02dc-4d5d-ac4e-a69b2ecd70ce
Screen Reader no
VM 0%
DESKTOP_SESSION ubuntu
XDG_CURRENT_DESKTOP Unity
XDG_SESSION_DESKTOP ubuntu
XDG_SESSION_TYPE x11
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
azure-dev_surveyone:30548225
vscccc:30610679
pyindex848cf:30577861
nodejswelcome1cf:30587006
fc301958:30595537
2e4cg342:30602488
gswce1:30612156
iaj6b796:30613358
dbltrim-noruby:30604474
f6dab269:30613381

Clash!!

Type: Bug

That was Clash!!
I don't any way!!

Extension version: 4.9.20220904
VS Code version: Code - Insiders 1.72.0-insider (d17726fe4beae5abe87ba9e9429cd298be8b53c4, 2022-09-05T05:18:42.081Z)
OS version: Linux x64 5.15.0-46-generic snap
Modes:
Sandboxed: Yes

System Info
Item Value
CPUs Intel(R) Core(TM) i3-3217U CPU @ 1.80GHz (4 x 1795)
GPU Status 2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: disabled_off
Load (avg) 6, 3, 2
Memory (System) 7.66GB (4.29GB free)
Process Argv --no-sandbox --force-user-env --unity-launch --crash-reporter-id d4d84448-7837-4a1e-bd06-887537fd2d40
Screen Reader no
VM 0%
DESKTOP_SESSION zorin
XDG_CURRENT_DESKTOP zorin:GNOME
XDG_SESSION_DESKTOP zorin
XDG_SESSION_TYPE x11
A/B Experiments
vsliv695:30137379
vsins829:30139715
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256197
vslsvsres303:30308271
pythonvspyl392:30422396
pythontb:30258533
pythonptprofiler:30281269
vshan820:30294714
pythondataviewer:30285072
vscod805cf:30301675
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30557514
vsaa593:30376534
pythonvs932:30404738
cppdebug:30492333
vscaat:30438846
pylanb8912:30522163
vsclangdf:30492506
c4g48928:30535728
dsvsc012:30540252
pylantcb52:30558418

Code suggestions don't work

For some reason, code suggestions (global variables/functions, imported variables/functions, etc.) don't work for me most of the time. Commenting or uncommenting the line "typescript.tsserver.log": "normal" in my settings.json sometimes fixes it, but when VSCode reloads it usually stops working again. All of the behavior I just described is sometimes inconsistent.

Here's my tsserver.log for reference (this was copied immediately after I tried and failed to get it to complete encodeURI):

Info 0    [17:55:15.795] Starting TS Server
Info 1    [17:55:15.795] Version: 4.4.0-dev.20210715
Info 2    [17:55:15.795] Arguments: C:\Users\rasna\AppData\Local\Programs\Microsoft VS Code\Code.exe c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName C:\Users\rasna\AppData\Local\Temp\vscode-typescript\9d1a19757e72702dc9d9\tscancellation-4e6a52271f497b7f9b89.tmp* --logVerbosity normal --logFile c:\Users\rasna\AppData\Roaming\Code\logs\20210723T173746\exthost1\vscode.typescript-language-features\tsserver-log-f8lKbO\tsserver.log --globalPlugins typescript-vscode-sh-plugin,typescript-styled-plugin,@vsintellicode/typescript-intellicode-plugin --pluginProbeLocations c:\Users\rasna\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\typescript-language-features,c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4,c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14 --locale en --noGetErrOnBackgroundUpdate --validateDefaultNpmLocation
Info 3    [17:55:15.795] Platform: win32 NodeVersion: 14 CaseSensitive: false
Info 4    [17:55:15.795] ServerMode: undefined syntaxOnly: false hasUnknownServerMode: undefined
Info 5    [17:55:15.814] Host information vscode
Info 6    [17:55:15.814] Host watch options changed to undefined, it will be take effect for next watches.
Info 7    [17:55:15.816] Search path: c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar
Info 8    [17:55:15.817] For info: c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/Toolbar.tsx :: Config file name: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 9    [17:55:15.817] Creating configuration project c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 10   [17:55:15.883] Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json : {
 "rootNames": [
  "c:/Users/rasna/Projects/vx-doc/next-env.d.ts",
  "c:/Users/rasna/Projects/vx-doc/global.d.ts",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/use-filter-tags.ts",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/use-selection-model.ts",
  "c:/Users/rasna/Projects/vx-doc/components/REDACTED/types.d.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/constants.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/magic-constants.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/documents.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/endpoints.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/index.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/keyword-entries.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/keyword-lists.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/reports.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/tags.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/config/axios.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/config/headers.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/config/swr.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/schema/formatting.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/schema/index.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/schema/schema.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/schema/types.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/schema/validation.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/schema/config/yup.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/types/index.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/types/shared/index.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/types/shared/server-response.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/types/shared/swr-error.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/types/utils/dto.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/types/utils/index.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/utils/generic.ts",
  "c:/Users/rasna/Projects/vx-doc/lib/api-client/utils/index.ts",
  "c:/Users/rasna/Projects/vx-doc/mock/server.ts",
  "c:/Users/rasna/Projects/vx-doc/styles/global.ts",
  "c:/Users/rasna/Projects/vx-doc/styles/index.ts",
  "c:/Users/rasna/Projects/vx-doc/utils/capitalize.ts",
  "c:/Users/rasna/Projects/vx-doc/utils/parse-id.ts",
  "c:/Users/rasna/Projects/vx-doc/utils/use-cache.ts",
  "c:/Users/rasna/Projects/vx-doc/utils/use-mirage.ts",
  "c:/Users/rasna/Projects/vx-doc/utils/use-mutate-context.ts",
  "c:/Users/rasna/Projects/vx-doc/components/DevNav.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/ListItemLink.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/LoginDialog.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/NextLink.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/RegisterDialog.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/Spacer.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/UploadButton.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/icons.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/index.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/AddTagPopover.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/KeywordGrid.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/TagChip.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/index.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/AddTagsActionDialog.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/CopyActionDialog.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/FilterPanel.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/Toolbar.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/index.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/REDACTED2/TextField.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/REDACTED2/index.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/REDACTED/Anchor.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/REDACTED/Button.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/REDACTED/Dialog.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/REDACTED/TextField.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/REDACTED/Typography.tsx",
  "c:/Users/rasna/Projects/vx-doc/components/REDACTED/index.tsx",
  "c:/Users/rasna/Projects/vx-doc/layout/DefaultLayout.tsx",
  "c:/Users/rasna/Projects/vx-doc/layout/Header.tsx",
  "c:/Users/rasna/Projects/vx-doc/layout/NavDrawer.tsx",
  "c:/Users/rasna/Projects/vx-doc/pages/_app.tsx",
  "c:/Users/rasna/Projects/vx-doc/pages/_document.tsx",
  "c:/Users/rasna/Projects/vx-doc/pages/index.tsx",
  "c:/Users/rasna/Projects/vx-doc/pages/report.tsx",
  "c:/Users/rasna/Projects/vx-doc/pages/upload.tsx",
  "c:/Users/rasna/Projects/vx-doc/pages/keywords/[klid].tsx",
  "c:/Users/rasna/Projects/vx-doc/utils/withoutSWRRevalidateOnFocus.tsx"
 ],
 "options": {
  "baseUrl": "c:/Users/rasna/Projects/vx-doc",
  "target": 99,
  "lib": [
   "lib.dom.d.ts",
   "lib.dom.iterable.d.ts",
   "lib.esnext.d.ts"
  ],
  "allowJs": true,
  "skipLibCheck": true,
  "strict": true,
  "strictFunctionTypes": false,
  "forceConsistentCasingInFileNames": true,
  "noEmit": true,
  "esModuleInterop": true,
  "module": 99,
  "moduleResolution": 2,
  "resolveJsonModule": true,
  "isolatedModules": true,
  "jsx": 1,
  "paths": {
   "REDACTED": [
    "components/REDACTED"
   ],
   "REDACTED2": [
    "components/REDACTED2"
   ]
  },
  "pathsBasePath": "c:/Users/rasna/Projects/vx-doc",
  "configFilePath": "c:/Users/rasna/Projects/vx-doc/tsconfig.json"
 }
}
Info 11   [17:55:15.957] Loading global plugin typescript-vscode-sh-plugin
Info 12   [17:55:15.957] Enabling plugin typescript-vscode-sh-plugin from candidate paths: c:\Users\rasna\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\typescript-language-features,c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4,c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14,c:/Users/rasna/.vscode/extensions/ms-vscode.vscode-typescript-next-4.4.20210715/node_modules/typescript/lib/tsserver.js/../../..
Info 13   [17:55:15.957] Loading typescript-vscode-sh-plugin from c:\Users\rasna\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\typescript-language-features (resolved to c:/Users/rasna/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/node_modules)
Info 14   [17:55:15.962] typescript-vscode-sh-plugin active for version < 4.2 and JS/JSX files. Current version : 4.4.0-dev.20210715
Info 15   [17:55:15.962] Intercepting getEncodedSemanticClassifications and getEncodedSyntacticClassifications.
Info 16   [17:55:15.962] Plugin validation succeeded
Info 17   [17:55:15.962] Loading global plugin typescript-styled-plugin
Info 18   [17:55:15.962] Enabling plugin typescript-styled-plugin from candidate paths: c:\Users\rasna\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\typescript-language-features,c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4,c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14,c:/Users/rasna/.vscode/extensions/ms-vscode.vscode-typescript-next-4.4.20210715/node_modules/typescript/lib/tsserver.js/../../..
Info 19   [17:55:15.962] Loading typescript-styled-plugin from c:\Users\rasna\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\typescript-language-features (resolved to c:/Users/rasna/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/node_modules)
Info 20   [17:55:15.973] Loading typescript-styled-plugin from c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4 (resolved to c:/Users/rasna/.vscode/extensions/jpoissonnier.vscode-styled-components-1.6.4/node_modules)
Info 21   [17:55:16.070] [ts-styled-plugin] config: {"tags":["styled","css","extend","injectGlobal","createGlobalStyle"],"validate":true,"lint":{"emptyRules":"ignore"},"emmet":{}}
Info 22   [17:55:16.071] Plugin validation succeeded
Info 23   [17:55:16.071] Loading global plugin @vsintellicode/typescript-intellicode-plugin
Info 24   [17:55:16.071] Enabling plugin @vsintellicode/typescript-intellicode-plugin from candidate paths: c:\Users\rasna\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\typescript-language-features,c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4,c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14,c:/Users/rasna/.vscode/extensions/ms-vscode.vscode-typescript-next-4.4.20210715/node_modules/typescript/lib/tsserver.js/../../..
Info 25   [17:55:16.071] Loading @vsintellicode/typescript-intellicode-plugin from c:\Users\rasna\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\typescript-language-features (resolved to c:/Users/rasna/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/typescript-language-features/node_modules)
Info 26   [17:55:16.072] Loading @vsintellicode/typescript-intellicode-plugin from c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4 (resolved to c:/Users/rasna/.vscode/extensions/jpoissonnier.vscode-styled-components-1.6.4/node_modules)
Info 27   [17:55:16.073] Loading @vsintellicode/typescript-intellicode-plugin from c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14 (resolved to c:/Users/rasna/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.2.14/node_modules)
Info 28   [17:55:16.078] IntelliCode plugin: starting configuration: {"name":"@vsintellicode/typescript-intellicode-plugin","global":true}
Info 29   [17:55:16.078] Plugin validation succeeded
Info 30   [17:55:16.146] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 31   [17:55:19.373] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 3226.786800000118ms
Info 32   [17:55:19.373] Project 'c:/Users/rasna/Projects/vx-doc/tsconfig.json' (Configured)
Info 33   [17:55:19.374] 	Files (741)

Info 34   [17:55:19.374] -----------------------------------------------
Info 35   [17:55:19.410] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1*
Info 36   [17:55:19.437] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 27.00289999996312ms
Info 37   [17:55:19.437] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider)
Info 38   [17:55:19.437] 	Files (17)

Info 39   [17:55:19.437] -----------------------------------------------
Info 40   [17:55:19.443] Project 'c:/Users/rasna/Projects/vx-doc/tsconfig.json' (Configured)
Info 40   [17:55:19.443] 	Files (741)

Info 40   [17:55:19.443] -----------------------------------------------
Info 40   [17:55:19.443] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider)
Info 40   [17:55:19.443] 	Files (17)

Info 40   [17:55:19.443] -----------------------------------------------
Info 40   [17:55:19.443] Open files: 
Info 40   [17:55:19.443] 	FileName: c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/Toolbar.tsx ProjectRootPath: c:/Users/rasna/Projects/vx-doc
Info 40   [17:55:19.443] 		Projects: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 40   [17:55:19.446] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-180 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 41   [17:55:19.446] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-180
Info 42   [17:55:19.446] Elapsed:: 0.2308000000193715ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-180 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 43   [17:55:19.446] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-180 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 44   [17:55:19.446] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-180
Info 45   [17:55:19.446] Elapsed:: 0.03850000002421439ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-180 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 46   [17:55:19.446] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-181 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 47   [17:55:19.446] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-181
Info 48   [17:55:19.446] Elapsed:: 0.03910000016912818ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-181 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 49   [17:55:19.446] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-181 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 50   [17:55:19.446] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-181
Info 51   [17:55:19.447] Elapsed:: 0.03319999994710088ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-181 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 52   [17:55:19.447] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-182 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 53   [17:55:19.447] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-182
Info 54   [17:55:19.447] Elapsed:: 0.04470000020228326ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-182 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 55   [17:55:19.447] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-182 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 56   [17:55:19.447] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-182
Info 57   [17:55:19.447] Elapsed:: 0.026699999812990427ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-182 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 58   [17:55:19.448] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/objects/maintenance.lock :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 59   [17:55:19.448] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/objects/maintenance.lock
Info 60   [17:55:19.448] Elapsed:: 0.03080000006593764ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/objects/maintenance.lock :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 61   [17:55:19.448] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/objects/maintenance.lock :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 62   [17:55:19.448] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/objects/maintenance.lock
Info 63   [17:55:19.448] Elapsed:: 0.026199999963864684ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/objects/maintenance.lock :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 64   [17:55:19.448] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-183 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 65   [17:55:19.448] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-183
Info 66   [17:55:19.448] Elapsed:: 0.038699999917298555ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-183 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 67   [17:55:19.448] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-183 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 68   [17:55:19.448] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-183
Info 69   [17:55:19.448] Elapsed:: 0.02710000006482005ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-183 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 70   [17:55:19.449] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-184 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 71   [17:55:19.449] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-184
Info 72   [17:55:19.449] Elapsed:: 0.02980000013485551ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-184 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 73   [17:55:19.449] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-184 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 74   [17:55:19.449] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-184
Info 75   [17:55:19.449] Elapsed:: 0.023499999893829226ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-184 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 76   [17:55:19.449] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-185 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 77   [17:55:19.449] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-185
Info 78   [17:55:19.449] Elapsed:: 0.0308999998960644ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-185 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 79   [17:55:19.449] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-185 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 80   [17:55:19.449] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-185
Info 81   [17:55:19.449] Elapsed:: 0.02390000014565885ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-185 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 82   [17:55:19.450] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-186 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 83   [17:55:19.450] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-186
Info 84   [17:55:19.450] Elapsed:: 0.030799999833106995ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-186 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 85   [17:55:19.450] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-186 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 86   [17:55:19.450] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-186
Info 87   [17:55:19.450] Elapsed:: 0.024299999931827188ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-186 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 88   [17:55:19.450] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-187 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 89   [17:55:19.450] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-187
Info 90   [17:55:19.450] Elapsed:: 0.032599999802187085ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-187 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 91   [17:55:19.450] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-187 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 92   [17:55:19.450] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-187
Info 93   [17:55:19.450] Elapsed:: 0.02410000003874302ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-187 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 94   [17:55:19.450] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-188 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 95   [17:55:19.451] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-188
Info 96   [17:55:19.451] Elapsed:: 0.028499999782070518ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-188 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 97   [17:55:19.451] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-188 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 98   [17:55:19.451] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-188
Info 99   [17:55:19.451] Elapsed:: 0.022800000151619315ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-188 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 100  [17:55:19.451] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-189 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 101  [17:55:19.451] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-189
Info 102  [17:55:19.451] Elapsed:: 0.03300000005401671ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-189 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 103  [17:55:19.451] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-189 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 104  [17:55:19.451] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-189
Info 105  [17:55:19.451] Elapsed:: 0.027999999932944775ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-189 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 106  [17:55:19.452] received configuration command: {"modelPath":"c:\\Users\\rasna\\.vscode\\extensions\\visualstudioexptteam.vscodeintellicode-1.2.14\\cache\\1A3F919CD5B7725108B03C349630A1C82B03_4A84987F2428442A9EC84563BB2BC063"}
Info 107  [17:55:19.476] Host configuration update for file c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/Toolbar.tsx
Info 108  [17:55:19.510] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 109  [17:55:19.536] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 26.15999999991618ms
Info 110  [17:55:19.536] Different program with same set of files
Info 111  [17:55:19.540] getCompletionData: Get current token: 0.04729999997653067
Info 112  [17:55:19.540] getCompletionData: Is inside comment: 0.05839999997988343
Info 113  [17:55:19.540] getCompletionData: Get previous token: 0.10260000010021031
Info 114  [17:55:19.541] getCompletionsAtPosition: isCompletionListBlocker: 0.5015999998431653
Info 115  [17:55:19.548] getExportInfoMap: cache miss or empty; calculating new results
Info 116  [17:55:19.704] forEachExternalModuleToImportFrom autoImportProvider: 2.872199999867007
Info 117  [17:55:19.704] getExportInfoMap: done in 155.91460000001825 ms
Info 118  [17:55:19.724] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 56 from cache
Info 119  [17:55:19.724] collectAutoImports: response is incomplete
Info 120  [17:55:19.724] collectAutoImports: 19.67779999994673
Info 121  [17:55:19.724] getCompletionData: Semantic work: 182.69900000002235
Info 122  [17:55:19.744] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.506599999964237
Info 123  [17:55:19.749] getCompletionData: Get current token: 0.021200000075623393
Info 124  [17:55:19.749] getCompletionData: Is inside comment: 0.02590000000782311
Info 125  [17:55:19.749] getCompletionData: Get previous token: 0.03890000004321337
Info 126  [17:55:19.749] getCompletionsAtPosition: isCompletionListBlocker: 0.01209999993443489
Info 127  [17:55:19.751] getExportInfoMap: cache hit
Info 128  [17:55:19.767] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 56 from cache
Info 129  [17:55:19.767] collectAutoImports: response is incomplete
Info 130  [17:55:19.767] collectAutoImports: 15.957299999892712
Info 131  [17:55:19.767] getCompletionData: Semantic work: 17.942700000014156
Info 132  [17:55:19.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.57620000001043
Info 133  [17:55:19.911] getCompletionData: Get current token: 0.02239999989978969
Info 134  [17:55:19.911] getCompletionData: Is inside comment: 0.02710000006482005
Info 135  [17:55:19.911] getCompletionData: Get previous token: 0.03790000011213124
Info 136  [17:55:19.911] getCompletionsAtPosition: isCompletionListBlocker: 0.011900000041350722
Info 137  [17:55:19.913] getCompletionData: Semantic work: 2.5093999998643994
Info 138  [17:55:21.358] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-190 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 139  [17:55:21.359] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-190
Info 140  [17:55:21.359] Elapsed:: 0.12459999998100102ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-190 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 141  [17:55:21.359] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-190 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 142  [17:55:21.359] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-190
Info 143  [17:55:21.359] Elapsed:: 0.036700000055134296ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-190 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 144  [17:55:21.367] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 145  [17:55:21.385] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 17.262199999997392ms
Info 146  [17:55:21.385] Different program with same set of files
Info 147  [17:55:22.448] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 148  [17:55:22.465] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 17.166599999880418ms
Info 149  [17:55:22.465] Different program with same set of files
Info 150  [17:55:22.469] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-191 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 151  [17:55:22.469] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-191
Info 152  [17:55:22.469] Elapsed:: 0.1406000000424683ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-191 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 153  [17:55:22.469] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-191 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 154  [17:55:22.469] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-191
Info 155  [17:55:22.470] Elapsed:: 0.030999999959021807ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-191 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 156  [17:55:22.470] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-192 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 157  [17:55:22.470] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-192
Info 158  [17:55:22.470] Elapsed:: 0.030500000109896064ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-192 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 159  [17:55:22.470] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-192 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 160  [17:55:22.470] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-192
Info 161  [17:55:22.470] Elapsed:: 0.02270000008866191ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-192 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 162  [17:55:23.545] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-193 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 163  [17:55:23.545] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-193
Info 164  [17:55:23.545] Elapsed:: 0.06299999984912574ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-193 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 165  [17:55:23.545] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-193 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 166  [17:55:23.545] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-193
Info 167  [17:55:23.545] Elapsed:: 0.024999999906867743ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-193 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 168  [17:55:23.553] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-194 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 169  [17:55:23.553] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-194
Info 170  [17:55:23.553] Elapsed:: 0.05460000014863908ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-194 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 171  [17:55:23.553] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-194 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 172  [17:55:23.553] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-194
Info 173  [17:55:23.553] Elapsed:: 0.024999999906867743ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-194 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 174  [17:55:23.613] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-195 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 175  [17:55:23.613] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-195
Info 176  [17:55:23.613] Elapsed:: 0.08389999996870756ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-195 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 177  [17:55:23.613] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-195 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 178  [17:55:23.613] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-195
Info 179  [17:55:23.613] Elapsed:: 0.04070000001229346ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-195 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 180  [17:55:23.616] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-196 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 181  [17:55:23.616] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-196
Info 182  [17:55:23.616] Elapsed:: 0.07030000002123415ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-196 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 183  [17:55:23.616] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-196 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 184  [17:55:23.616] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-196
Info 185  [17:55:23.616] Elapsed:: 0.03859999985434115ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-196 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 186  [17:55:24.907] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 187  [17:55:24.925] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 18.180500000016764ms
Info 188  [17:55:24.925] Different program with same set of files
Info 189  [17:55:24.927] getCompletionData: Get current token: 0.013299999991431832
Info 190  [17:55:24.927] getCompletionData: Is inside comment: 0.01460000011138618
Info 191  [17:55:24.927] getCompletionData: Get previous token: 0.022499999962747097
Info 192  [17:55:24.927] getCompletionsAtPosition: isCompletionListBlocker: 0.010999999940395355
Info 193  [17:55:24.933] getExportInfoMap: cache hit
Err 194   [17:55:24.966] Exception on executing command {"seq":33,"type":"request","command":"completionInfo","arguments":{"file":"c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/Toolbar.tsx","line":62,"offset":2,"includeExternalModuleExports":true,"includeInsertTextCompletions":true}}:

    Debug Failure.

    Error: Debug Failure.
        at rehydrateCachedInfo (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123335:66)
        at Array.map (<anonymous>)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123280:33
        at Map.forEach (<anonymous>)
        at Object.forEach (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123278:28)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126968:32
        at resolvingModuleSpecifiers (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:125589:26)
        at collectAutoImports (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126967:17)
        at getGlobalCompletions (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126879:17)
        at tryGetGlobalSymbols (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126785:25)
        at getCompletionData (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126557:22)
        at Object.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:125654:34)
        at Proxy.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:156368:35)
        at Proxy.<anonymous> (c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4\node_modules\typescript-template-language-service-decorator\lib\template-language-service-decorator.js:84:24)
        at c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14\node_modules\@vsintellicode\typescript-intellicode-plugin\lib\index.js:2:3222
        at Object.l.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14\node_modules\@vsintellicode\typescript-intellicode-plugin\lib\index.js:2:8139)
        at IOSession.Session.getCompletions (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:167794:64)
        at Session.handlers.ts.Map.ts.getEntries._a.<computed> (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:166641:61)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168443:88
        at IOSession.Session.executeWithRequestId (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168434:28)
        at IOSession.Session.executeCommand (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168443:33)
        at IOSession.Session.onMessage (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168469:35)
        at Interface.<anonymous> (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:171068:31)
        at Interface.emit (events.js:315:20)
        at Interface._onLine (readline.js:337:10)
        at Interface._normalWrite (readline.js:482:12)
        at Socket.ondata (readline.js:194:10)
        at Socket.emit (events.js:315:20)
        at addChunk (internal/streams/readable.js:309:12)
        at readableAddChunk (internal/streams/readable.js:284:9)
        at Socket.Readable.push (internal/streams/readable.js:223:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:188:23)
Info 195  [17:55:25.050] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 196  [17:55:25.064] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 13.99750000005588ms
Info 197  [17:55:25.064] Different program with same set of files
Info 198  [17:55:25.168] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 199  [17:55:25.180] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 11.652000000001863ms
Info 200  [17:55:25.180] Different program with same set of files
Info 201  [17:55:25.225] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 202  [17:55:25.238] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 12.963699999963865ms
Info 203  [17:55:25.238] Different program with same set of files
Info 204  [17:55:25.316] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 205  [17:55:25.328] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 11.834400000050664ms
Info 206  [17:55:25.328] Different program with same set of files
Info 207  [17:55:25.328] getCompletionData: Get current token: 0.009299999801442027
Info 208  [17:55:25.328] getCompletionData: Is inside comment: 0.014199999859556556
Info 209  [17:55:25.329] getCompletionData: Get previous token: 0.020400000037625432
Info 210  [17:55:25.329] getCompletionsAtPosition: isCompletionListBlocker: 0.007899999851360917
Info 211  [17:55:25.332] getExportInfoMap: cache hit
Err 212   [17:55:25.399] Exception on executing command {"seq":42,"type":"request","command":"completionInfo","arguments":{"file":"c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/Toolbar.tsx","line":62,"offset":6,"includeExternalModuleExports":true,"includeInsertTextCompletions":true}}:

    Debug Failure.

    Error: Debug Failure.
        at rehydrateCachedInfo (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123335:66)
        at Array.map (<anonymous>)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123280:33
        at Map.forEach (<anonymous>)
        at Object.forEach (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123278:28)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126968:32
        at resolvingModuleSpecifiers (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:125589:26)
        at collectAutoImports (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126967:17)
        at getGlobalCompletions (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126879:17)
        at tryGetGlobalSymbols (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126785:25)
        at getCompletionData (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126557:22)
        at Object.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:125654:34)
        at Proxy.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:156368:35)
        at Proxy.<anonymous> (c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4\node_modules\typescript-template-language-service-decorator\lib\template-language-service-decorator.js:84:24)
        at c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14\node_modules\@vsintellicode\typescript-intellicode-plugin\lib\index.js:2:3222
        at Object.l.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14\node_modules\@vsintellicode\typescript-intellicode-plugin\lib\index.js:2:8139)
        at IOSession.Session.getCompletions (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:167794:64)
        at Session.handlers.ts.Map.ts.getEntries._a.<computed> (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:166641:61)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168443:88
        at IOSession.Session.executeWithRequestId (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168434:28)
        at IOSession.Session.executeCommand (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168443:33)
        at IOSession.Session.onMessage (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168469:35)
        at Interface.<anonymous> (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:171068:31)
        at Interface.emit (events.js:315:20)
        at Interface._onLine (readline.js:337:10)
        at Interface._normalWrite (readline.js:482:12)
        at Socket.ondata (readline.js:194:10)
        at Socket.emit (events.js:315:20)
        at addChunk (internal/streams/readable.js:309:12)
        at readableAddChunk (internal/streams/readable.js:284:9)
        at Socket.Readable.push (internal/streams/readable.js:223:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:188:23)
Info 213  [17:55:25.448] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-197 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 214  [17:55:25.448] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-197
Info 215  [17:55:25.448] Elapsed:: 0.0471000000834465ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-197 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 216  [17:55:25.448] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-197 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 217  [17:55:25.448] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-197
Info 218  [17:55:25.448] Elapsed:: 0.02490000007674098ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-197 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 219  [17:55:25.546] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 220  [17:55:25.559] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 12.708900000201538ms
Info 221  [17:55:25.559] Different program with same set of files
Info 222  [17:55:25.562] getCompletionData: Get current token: 0.009199999971315265
Info 223  [17:55:25.562] getCompletionData: Is inside comment: 0.013499999884516
Info 224  [17:55:25.562] getCompletionData: Get previous token: 0.01959999999962747
Info 225  [17:55:25.562] getCompletionsAtPosition: isCompletionListBlocker: 0.003000000026077032
Info 226  [17:55:25.562] Returning an empty list because completion was requested in an invalid position.
Info 227  [17:55:26.820] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 228  [17:55:26.829] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 9.492100000148639ms
Info 229  [17:55:26.829] Different program with same set of files
Info 230  [17:55:27.759] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 231  [17:55:27.770] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 10.582899999804795ms
Info 232  [17:55:27.770] Different program with same set of files
Info 233  [17:55:27.770] getCompletionData: Get current token: 0.009099999908357859
Info 234  [17:55:27.770] getCompletionData: Is inside comment: 0.012499999953433871
Info 235  [17:55:27.770] getCompletionData: Get previous token: 0.018299999879673123
Info 236  [17:55:27.771] getCompletionsAtPosition: isCompletionListBlocker: 0.014800000004470348
Info 237  [17:55:27.772] getExportInfoMap: cache hit
Err 238   [17:55:27.782] Exception on executing command {"seq":54,"type":"request","command":"completionInfo","arguments":{"file":"c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/Toolbar.tsx","line":62,"offset":12,"includeExternalModuleExports":true,"includeInsertTextCompletions":true}}:

    Debug Failure.

    Error: Debug Failure.
        at rehydrateCachedInfo (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123335:66)
        at Array.map (<anonymous>)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123280:33
        at Map.forEach (<anonymous>)
        at Object.forEach (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123278:28)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126968:32
        at resolvingModuleSpecifiers (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:125589:26)
        at collectAutoImports (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126967:17)
        at getGlobalCompletions (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126879:17)
        at tryGetGlobalSymbols (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126785:25)
        at getCompletionData (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126557:22)
        at Object.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:125654:34)
        at Proxy.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:156368:35)
        at Proxy.<anonymous> (c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4\node_modules\typescript-template-language-service-decorator\lib\template-language-service-decorator.js:84:24)
        at c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14\node_modules\@vsintellicode\typescript-intellicode-plugin\lib\index.js:2:3222
        at Object.l.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14\node_modules\@vsintellicode\typescript-intellicode-plugin\lib\index.js:2:8139)
        at IOSession.Session.getCompletions (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:167794:64)
        at Session.handlers.ts.Map.ts.getEntries._a.<computed> (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:166641:61)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168443:88
        at IOSession.Session.executeWithRequestId (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168434:28)
        at IOSession.Session.executeCommand (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168443:33)
        at IOSession.Session.onMessage (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168469:35)
        at Interface.<anonymous> (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:171068:31)
        at Interface.emit (events.js:315:20)
        at Interface._onLine (readline.js:337:10)
        at Interface._normalWrite (readline.js:482:12)
        at Socket.ondata (readline.js:194:10)
        at Socket.emit (events.js:315:20)
        at addChunk (internal/streams/readable.js:309:12)
        at readableAddChunk (internal/streams/readable.js:284:9)
        at Socket.Readable.push (internal/streams/readable.js:223:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:188:23)
Info 239  [17:55:27.783] Starting updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json
Info 240  [17:55:27.798] Finishing updateGraphWorker: Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 15.238499999977648ms
Info 241  [17:55:27.798] Different program with same set of files
Info 242  [17:55:29.246] forEachExternalModuleToImportFrom autoImportProvider: 0.06070000003091991
Info 243  [17:55:29.547] getCompletionData: Get current token: 0.009700000053271651
Info 244  [17:55:29.547] getCompletionData: Is inside comment: 0.015699999872595072
Info 245  [17:55:29.547] getCompletionData: Get previous token: 0.01860000006854534
Info 246  [17:55:29.547] getCompletionsAtPosition: isCompletionListBlocker: 0.01280000014230609
Info 247  [17:55:29.549] getExportInfoMap: cache hit
Err 248   [17:55:29.552] Exception on executing command {"seq":63,"type":"request","command":"completionInfo","arguments":{"file":"c:/Users/rasna/Projects/vx-doc/components/KeywordGrid/Toolbar/Toolbar.tsx","line":62,"offset":15,"includeExternalModuleExports":true,"includeInsertTextCompletions":true}}:

    Debug Failure.

    Error: Debug Failure.
        at rehydrateCachedInfo (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123335:66)
        at Array.map (<anonymous>)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123280:33
        at Map.forEach (<anonymous>)
        at Object.forEach (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:123278:28)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126968:32
        at resolvingModuleSpecifiers (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:125589:26)
        at collectAutoImports (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126967:17)
        at getGlobalCompletions (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126879:17)
        at tryGetGlobalSymbols (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126785:25)
        at getCompletionData (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:126557:22)
        at Object.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:125654:34)
        at Proxy.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:156368:35)
        at Proxy.<anonymous> (c:\Users\rasna\.vscode\extensions\jpoissonnier.vscode-styled-components-1.6.4\node_modules\typescript-template-language-service-decorator\lib\template-language-service-decorator.js:84:24)
        at c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14\node_modules\@vsintellicode\typescript-intellicode-plugin\lib\index.js:2:3222
        at Object.l.getCompletionsAtPosition (c:\Users\rasna\.vscode\extensions\visualstudioexptteam.vscodeintellicode-1.2.14\node_modules\@vsintellicode\typescript-intellicode-plugin\lib\index.js:2:8139)
        at IOSession.Session.getCompletions (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:167794:64)
        at Session.handlers.ts.Map.ts.getEntries._a.<computed> (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:166641:61)
        at c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168443:88
        at IOSession.Session.executeWithRequestId (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168434:28)
        at IOSession.Session.executeCommand (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168443:33)
        at IOSession.Session.onMessage (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:168469:35)
        at Interface.<anonymous> (c:\Users\rasna\.vscode\extensions\ms-vscode.vscode-typescript-next-4.4.20210715\node_modules\typescript\lib\tsserver.js:171068:31)
        at Interface.emit (events.js:315:20)
        at Interface._onLine (readline.js:337:10)
        at Interface._normalWrite (readline.js:482:12)
        at Socket.ondata (readline.js:194:10)
        at Socket.emit (events.js:315:20)
        at addChunk (internal/streams/readable.js:309:12)
        at readableAddChunk (internal/streams/readable.js:284:9)
        at Socket.Readable.push (internal/streams/readable.js:223:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:188:23)
Info 249  [17:55:33.016] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-198 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 250  [17:55:33.016] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-198
Info 251  [17:55:33.016] Elapsed:: 0.0482999999076128ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-198 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 252  [17:55:33.016] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-198 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 253  [17:55:33.016] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-198
Info 254  [17:55:33.016] Elapsed:: 0.026000000070780516ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-198 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 255  [17:55:33.018] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-199 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 256  [17:55:33.018] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-199
Info 257  [17:55:33.018] Elapsed:: 0.03569999989122152ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-199 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 258  [17:55:33.018] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-199 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 259  [17:55:33.018] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-199
Info 260  [17:55:33.018] Elapsed:: 0.023600000189617276ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-199 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 261  [17:56:15.323] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-200 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 262  [17:56:15.323] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-200
Info 263  [17:56:15.323] Elapsed:: 0.07119999988935888ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-200 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 264  [17:56:15.323] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-200 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 265  [17:56:15.323] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-200
Info 266  [17:56:15.323] Elapsed:: 0.029100000159814954ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-200 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 267  [17:56:15.324] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-201 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 268  [17:56:15.324] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-201
Info 269  [17:56:15.324] Elapsed:: 0.08970000012777746ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-201 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 270  [17:56:15.325] DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-201 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory
Info 271  [17:56:15.325] Project: c:/Users/rasna/Projects/vx-doc/tsconfig.json Detected ignored path: c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-201
Info 272  [17:56:15.325] Elapsed:: 0.03860000008717179ms DirectoryWatcher:: Triggered with c:/users/rasna/projects/vx-doc/.git/fsmonitor--daemon/cookies/3540-201 :: WatchInfo: c:/users/rasna/projects/vx-doc 1 undefined Config: c:/Users/rasna/Projects/vx-doc/tsconfig.json WatchType: Wild card directory

My tsconfig.json:

{
  "compilerOptions": {
    "baseUrl": ".",
    "target": "esnext",
    "lib": [
      "dom",
      "dom.iterable",
      "esnext"
    ],
    "allowJs": true,
    "skipLibCheck": true,
    "strict": true,
    "strictFunctionTypes": false,
    "forceConsistentCasingInFileNames": true,
    "noEmit": true,
    "esModuleInterop": true,
    "module": "esnext",
    "moduleResolution": "node",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "jsx": "preserve",
    "paths": {
      "REDACTED": ["components/REDACTED"],
      "REDACTED2": ["components/REDACTED2"]
    }
  },
  "include": [
    "next-env.d.ts",
    "global.d.ts",
    "**/*.ts",
    "**/*.tsx"
  ],
  "exclude": [
    "node_modules"
  ]
}

And, if it helps, here's my settings.json:

{
    /** General Settings **/
    // #region
    "editor.fontFamily": "'Dank Mono'",
    // "editor.fontFamily": "'Cascadia Code'", "editor.fontSize": 13,
    // "editor.fontFamily": "'Hack NF'", "editor.fontSize": 13,
    // "editor.fontFamily": "DM Mono",
    // "editor.fontFamily": "'Source Code Pro'",
    // "editor.fontFamily": "Monoisome", "editor.fontSize": 13,
    // "editor.fontFamily": "'IBM Plex Mono'", "editor.fontSize": 13,
    // "editor.fontFamily": "Ligconsolata", "editor.letterSpacing": 0.5,
    // "editor.fontFamily": "Consolas",
    "editor.fontLigatures": true,
    "editor.rulers": [100],
    "editor.wordWrap": "on",
    "editor.suggestSelection": "first",
    "editor.formatOnPaste": true,
    // Use Auto Rename Tag until this works in React
    // "editor.linkedEditing": true,
    "editor.renderControlCharacters": true,
    "editor.renderWhitespace": "boundary",
    "editor.stickyTabStops": true,
    "editor.suggest.showStatusBar": true,
    "explorer.autoReveal": false,
    "explorer.confirmDelete": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.compactFolders": false,
    "explorer.incrementalNaming": "smart",

    "workbench.colorTheme": "Ayu One Dark Pro | Mirage",
    "workbench.iconTheme": "material-icon-theme",
    "material-icon-theme.opacity": 0.75,
    "material-icon-theme.folders.color": "#7cb342",
    "workbench.editorAssociations": {
        "*.ipynb": "jupyter.notebook.ipynb"
    },

    "window.titleBarStyle": "custom",
    "window.menuBarVisibility": "toggle",
    "breadcrumbs.enabled": true,

    "files.eol": "\n",
    "files.insertFinalNewline": true,
    "files.trimFinalNewlines": true,
    "files.trimTrailingWhitespace": true,
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/.nyc_output": true,
        "**/.vs": true,
        "**/.yarn-offline-mirror": true,
        "**/.next": true,
        "**/node_modules": true
    },

    "terminal.integrated.defaultProfile.windows": "PowerShell",
    "terminal.integrated.profiles.windows": {
        "PowerShell": {
            "path": "${env:windir}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "args": ["-nologo"],
            "icon": "terminal-powershell"
        },
        "Command Prompt": {
            "path": [
                "${env:windir}\\Sysnative\\cmd.exe",
                "${env:windir}\\System32\\cmd.exe"
            ],
            "args": [],
            "icon": "terminal-cmd"
        },
        "Git Bash": {
            "source": "Git Bash"
        }
    },

    /* Other fonts */
    "debug.console.fontFamily": "'IBM Plex Mono', Inconsolata, Consolas, monospace",
    "terminal.integrated.fontFamily": "'IBM Plex Mono', 'Hack NF', 'MesloLGS NF', Inconsolata, Consolas, monospace",
    "scm.inputFontFamily": "'DM Mono', Inconsolata, Consolas, monospace",
    "markdown.preview.fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif",
    "asciidoc.preview.fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif",
    // "rest-client.fontFamily": null,
    // #endregion

    /** Language specific settings **/
    // #region
    "[csharp]": {
    },
    "csharp.semanticHighlighting.enabled": true,
    "csharp.referencesCodeLens.enabled": false,

    "[css]": {
        "editor.tabSize": 2,
    },

    "go.useLanguageServer": true,

    "[html]": {
        "editor.tabSize": 2,
        "editor.defaultFormatter": "esbenp.prettier-vscode",
    },

    "[javascript]": {
        "editor.tabSize": 2,
    },
    "javascript.format.enable": false,
    "javascript.validate.enable": true,
    "javascript.updateImportsOnFileMove.enabled": "prompt",

    "[json]": {
        "editor.tabSize": 2,
        "editor.defaultFormatter": "esbenp.prettier-vscode",
    },

    "[jsonc]": {
        "editor.tabSize": 2,
        "editor.defaultFormatter": "esbenp.prettier-vscode",
    },

    "[markdown]": {
        "editor.tabSize": 2,
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },

    "python.defaultInterpreterPath": "C:\\Python39\\python.exe",
    "python.languageServer": "Pylance",
    "python.formatting.provider": "yapf",
    // "python.linting.flake8Enabled": true,
    "python.linting.pylintEnabled": true,
    "python.sortImports.args": [
        "-ns",
        "__init__.py",
    ],

    "[shellscript]": {
        "editor.tabSize": 2,
    },

    "[typescript]": {
        "editor.tabSize": 2,
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },

    "[typescriptreact]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },

    "[vue]": {
        "editor.tabSize": 2,
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },

    "[yaml]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },

    "emmet.includeLanguages": {
        "javascript": "javascriptreact",
        "typescript": "typescriptreact",
        "aspnetcorerazor": "html",
    },
    // #endregion


    /** Plugin settings **/
    // #region  /* Bracket Pair Colorizer */
    "bracket-pair-colorizer-2.excludedLanguages": [
        "toml",
    ],
    // #endregion

    // #region  /* CSpell */
    "cSpell.userWords": [
        // ...
    ],
    // #endregion

    // #region  /* ESLint */
    "eslint.validate": [
        "javascript",
        "handlebars",
        "html",
        "typescript",
    ],
    // #endregion

    // #region  /* Git */
    "git.autofetch": true,
    "git.enableSmartCommit": true,
    "git.inputValidationLength": 73,
    "gitlens.keymap": "alternate",
    "gitProjectManager.baseProjectsFolders": [
        "C:\\Users\\rasna\\Projects",
    ],
    "gitProjectManager.maxDepthRecursion": 1,
    // #endregion

    // #region  /* Jest */
    "jest.jestCommandLine": "C:\\Users\\rasna\\AppData\\Roaming\\npm\\jest",
    // #endregion

    // #region  /* Neo Vim */
    "vscode-neovim.neovimExecutablePaths.win32": "C:\\Users\\rasna\\Neovim\\bin\\nvim.exe",
    // #endregion

    // #region  /* Peacock */
    "peacock.favoriteColors": [
       // ...
    ],
    // #endregion

    // #region  /* TODOS */
    "todo-tree.general.tags": [
        "BUG",
        "HACK",
        "FIXME",
        "TODO",
        "XXX"
    ],
    "todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
    "todo-tree.filtering.excludeGlobs": [
        "node_modules",
        ".yarn-offline-mirror"
    ],
    "todo-tree.general.statusBar": "current file",
    // #endregion

    // #region  /* Vim */
    "vim.easymotion": true,
    "vim.sneak": true,
    "vim.incsearch": true,
    "vim.useSystemClipboard": true,
    "vim.useCtrlKeys": true,
    "vim.hlsearch": false,
    "vim.foldfix": true,
    "vim.insertModeKeyBindingsNonRecursive": [
        // { // Quit insert mode
        //     "before": ["j", "j"],
        //     "after": ["<Esc>"]
        // },
    ],
    "vim.normalModeKeyBindingsNonRecursive": [
        { // Show command palette
            "before": [":"],
            "commands": [
                "workbench.action.showCommands",
            ]
        }, { // Add bookmark
            "before": ["<leader>", "m"],
            "commands": [
                "bookmarks.toggle",
            ]
        }, { // Open list of all bookmarks
            "before": ["<leader>", "b"],
            "commands": [
                "bookmarks.list",
            ]
        }, { // Y yanks from cursor to newline
            "before": ["Y"],
            "after": ["y", "$"]
        },

        { // Disable bindings
            "before": ["m"],
            "after": []
        }, {
            "before": ["u"],
            "after": []
        }, {
            "before": ["q"],
            "after": []
        }, {
            "before": ["/"],
            "after": [""]
        }, {
            "before": ["?"],
            "after": [""]
        },
    ],
    "vim.visualModeKeyBindingsNonRecursive": [
        /* Disable */
        {
            "before": ["m"],
            "after": []
        }, {
            "before": ["u"],
            "after": []
        }, {
            "before": ["q"],
            "after": []
        }, {
            "before": [":"],
            "after": []
        }, {
            "before": ["/"],
            "after": [""]
        }, {
            "before": ["?"],
            "after": [""]
        },
    ],
    "vim.leader": ",",
    "vim.handleKeys": {
        "/": false,
        "<C-a>": false,
        "<C-b>": false,
        "<C-c>": true,
        "<C-d>": false,
        "<C-e>": false,
        "<C-f>": false,
        "<C-g>": false,
        "<C-h>": false,
        "<C-i>": false,
        "<C-j>": false,
        "<C-k>": false,
        "<C-l>": false,
        "<C-m>": false,
        "<C-n>": false,
        "<C-o>": false,
        "<C-p>": false,
        "<C-q>": false,
        "<C-r>": false,
        "<C-s>": false,
        "<C-t>": false,
        "<C-u>": false,
        "<C-v>": false,     // Interferes with editor.formatOnPaste
        "<C-w>": false,
        "<C-x>": false,
        "<C-y>": false,
        "<C-z>": false,
        "<C-[>": false,
        "<C-]>": false,
    },
    "vim.disableExtension": false,
    // #endregion

    // #region  /* Snippets */
    "material-ui-snippets.addCompletionImports": true,
    "material-ui-snippets.showNotesOnStartup": false,
    // #endregion

    // #region  /* Misc. */
    "vsicons.dontShowNewVersionMessage": true,
    "redhat.telemetry.enabled": false,
    "typescript.tsserver.log": "normal",
    // #endregion
}

All the code became white

Type: Bug

Open a any javascript/typescript project

Extension version: 5.0.20221116
VS Code version: Code 1.73.1 (Universal) (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T02:08:38.961Z)
OS version: Darwin x64 22.1.0
Modes:
Sandboxed: No

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz (8 x 1400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 2, 2, 4
Memory (System) 8.00GB (0.04GB free)
Process Argv --crash-reporter-id 159067a8-0046-4581-9cf7-3dd429cab2e5
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
vscoreces:30445986
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
azure-dev_surveyone:30548225
pyindex848cf:30577861
nodejswelcome1:30587005
fc301958:30595537
2e4cg342:30602488
gswce1:30612156
iaj6b796:30613358
dbltrim-noruby:30604474
89544117:30613380

Syntax highlighting gone (.ts, .js, .tsx, .jsx)

Type: Bug

Enable extension

Extension version: 5.0.20221116
VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T04:27:29.066Z)
OS version: Windows_NT x64 10.0.19045
Modes:
Sandboxed: No

System Info
Item Value
CPUs Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz (8 x 2496)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) undefined
Memory (System) 15.87GB (10.22GB free)
Process Argv --crash-reporter-id 36c00cc3-fc64-4ae2-b280-e2e4b86f72ee
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscorecescf:30445987
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593:30376534
pythonvs932:30410667
cppdebug:30492333
vsclangdc:30486549
c4g48928:30535728
dsvsc012:30540252
azure-dev_surveyone:30548225
vsccc:30610678
pyindex848:30577860
nodejswelcome1cf:30587006
fc301958:30595537
282f8724:30602487
gswce1:30612156
iaj6b796:30613358
dbltrim-noruby:30604474
f6dab269:30613381

Typescript/Javascript extension keeps crashing/restarting

Open any javascript file. You will see "Initializing JS/TS language features" constantly in the status bar, then a popup that says "The TypeScript language service died unexpectedly 5 times in the last 5 Minutes."

I looked at other issues, and tried some of the solutions:

  1. Install typescript@next. No change.
  2. Restart JS service. Does work initially. However any edit to a JS file causes it to happen again.

extension settings not showing

_02

in contrast to other extensions:
_03

Version: 1.73.1
Commit: 6261075646f055b99068d3688932416f2346dd3b
Date: 2022-11-09T03:54:53.913Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Linux x64 5.15.0-53-generic
Sandboxed: No

Typescript Intellisense not working with .tsx files

I was working in a react project and after an update or something typescript intellisense was not working in any .tsx file. I tried to reload, re-install, disabling and re-enabling but didn't work. Then I changed the language mode from Typescript React to Typescript and intellisense working file then. But I need to make intellisense work with Typescript React. How to fix it???

I am using Kubuntu 21.04 and latest version of VS Code for Debian based Linux systems.

React, Typescript syntax highlighting is not after enabling JavaScript and TypeScript Nightly extension

Hi,

I upgraded my VS Code version to latest "1.73.1"
After upgrading vscode, I noticed my syntax highlighting is not working.
But, the syntax highlighting is working when I disable or uninstall JavaScript and TypeScript Nightly extension.

System: MAC M2
OS: macOS Monterey

Syxtax highlight when the extension is enabled

Screenshot 2022-11-17 at 11 55 35 AM

Syntax highlight when the extension is disabled / uninstalled

Screenshot 2022-11-17 at 11 55 24 AM

Please let me know if there any workaround or fix ?

Thank you

Theme related bug in v4.6.20220201

Hey,

I haven't looked into it, however just letting everyone know.

The latest version seems to break the theme for js/ts files:
v4.6.20220201
image

v4.6.20220131
image

esinterop false positive reporting

every single esInterop potential dependency is marked as an error, however, the relevant tsconfigs all have it enabled

❯ find . -name tsconfig.json | grep -v node_modules
./tests/tsconfig.json
./packages/models/tsconfig.json
./packages/workflow-module/tsconfig.json
./packages/validation/tsconfig.json
./tsconfig.json
./front-end/tsconfig.json
./front-end/src/tsconfig.json
./back-end/tsconfig.json
❯ find . -name tsconfig.json -exec grep -i esmodule '{}' + | grep -v node_modules
./packages/models/tsconfig.json:    "esModuleInterop": true,
./packages/workflow-module/tsconfig.json:    "esModuleInterop": true,
./packages/validation/tsconfig.json:    "esModuleInterop": true,
./tsconfig.json:    "esModuleInterop": true,
./back-end/tsconfig.json:    "esModuleInterop": true,
{
  "compilerOptions": {
    "strict": true,
    "resolveJsonModule": true,
    "module": "commonjs",
    "esModuleInterop": true,
    "target": "es6",
    "noImplicitAny": true,
    "moduleResolution": "node",
    "sourceMap": true,
    "outDir": "../dist",
    "baseUrl": "./",
    "lib": ["ES2018"],
    "types": ["mocha"],
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "paths": {
      "*": ["node_modules/*", "*"]
    },
    "plugins": [
      {
        "name": "typescript-strict-plugin"
      }
    ]
  },
  "include": ["**/src/**/*"],
  "exclude": ["**/node_modules", "**/dist", "**/test-dist"]
}
Version: 1.67.2 (Universal)
Commit: c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5
Date: 2022-05-17T18:20:57.384Z
Electron: 17.4.1
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Darwin x64 20.6.0

Screen Shot 2022-06-02 at 10 45 02 AM

Question

Why there is Daily Update ? 🤔

Syntax Color Disappeared Hours After Updating

Type: Bug

  • Open a TypeScript project with JavaScript and TypeScriptNightly 5.0.20221115 installed.
  • Update to 5.0.20221116 or enable automatic updates.
  • Immediately after or a few hours after updating, strings and some key words are plain white instead of brownish (strings) or violet (return and try-catch keywords).

Extension version: 5.0.20221116
VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T03:54:53.913Z)
OS version: Linux x64 5.19.0-23-generic
Modes:
Sandboxed: No

System Info
Item Value
CPUs AMD Ryzen 5 3600 6-Core Processor (12 x 4017)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 1, 1, 1
Memory (System) 15.57GB (9.35GB free)
Process Argv --unity-launch /home/joachim/Documents/GitLab/Deer - Megaworld Malls/core-service --crash-reporter-id 719195a2-a56d-4528-91ed-a3bfe461d2ef
Screen Reader no
VM 0%
DESKTOP_SESSION ubuntu
XDG_CURRENT_DESKTOP Unity
XDG_SESSION_DESKTOP ubuntu
XDG_SESSION_TYPE x11
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vsdfh931cf:30280410
vshan820:30294714
vstes263cf:30335440
vscorecescf:30445987
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
azure-dev_surveyonecf:30548226
pyindex848:30577860
nodejswelcome1:30587005
fc301958:30595537
2e4cg342:30602488
gswce1:30612156
iaj6b796:30613358
dbltrim-noruby:30604474
f6dab269:30613381

TypeScript undefined is not interpreted correctly

Since one of the last nightly builds error detection contains a bug.

If we have the following code:

class X {
   public name?: string; 
}

It does not understand that it is the same as:

class X  {
  public name: string | undefined;
}

If we have code that uses the first example:

const x = new X();
x.name = undefined;

It will show an error detection line below the second row. The correction argues that undefined may not be applied to x.name.

That is strange right!?

Unresponsive and lagging

When this extension is disabled

ZEhv.gif

When this extension is enabled

ZEhO.gif

Extension Version

3.7.20190823

VS Code Info

Version: 1.37.1
Commit: f06011ac164ae4dc8e753a3fe7f9549844d15e35
Date: 2019-08-15T16:17:25.463Z
Electron: 4.2.7
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Linux x64 4.15.0-58-generic

Take colors aways

Type: Bug

this extensios makes gray some reserved words in javascript code, making it confusing

Extension version: 5.0.20221116
VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T04:27:29.066Z)
OS version: Windows_NT x64 10.0.19045
Modes:
Sandboxed: No

System Info
Item Value
CPUs Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz (4 x 3193)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) undefined
Memory (System) 15.96GB (10.06GB free)
Process Argv --crash-reporter-id 8bf7a74e-2332-4c0b-b611-a22dceba772a
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
vscorecescf:30445987
pythondataviewer:30285071
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vsclangdf:30486550
c4g48928:30535728
dsvsc012:30540252
azure-dev_surveyonecf:30548226
pyindex848cf:30577861
nodejswelcome1:30587005
fc301958:30595537
2e4cg342:30602488
gswce1:30612156
iaj6b796:30608729
dbltrim-noruby:30604474

Extension died unexpectedly error notification

Issue Type: Bug

The following notification appears continually "The TypeScript language service died unexpectedly 5 times in the last 5 Minutes."

Extension version: 4.4.20210614
VS Code version: Code 1.57.0 (b4c1bd0a9b03c749ea011b06c6d2676c8091a70c, 2021-06-09T17:22:31.215Z)
OS version: Darwin x64 20.5.0
Restricted Mode: No

System Info
Item Value
CPUs Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (16 x 2300)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 2, 2, 2
Memory (System) 16.00GB (0.22GB free)
Process Argv --crash-reporter-id b71d0456-c5a6-4131-8137-4659ee08840f
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
pythonvspyt602:30300191
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvspyt639:30300192
pythontb:30283811
vspre833:30321513
pythonptprofiler:30281270
vshan820:30294714
pythondataviewer:30285071
vscus158:30321503
vscgsv2:30307504
vscorehov:30309549
vscod805:30301674
binariesv517cf:30312826

vscode-styled-components extension's css intellisense is not working after updating to latest version

Hi, I'm using JavaScript and TypeScript Nightly with vscode-styled-components extension.
But after updating JavaScript and TypeScript Nightly to latest version, vscode-styled-components extension's css intellisense (suggestion) is not working.
When I uninstall or downgrade JavaScript and TypeScript Nightly to v5.0.20221103, vscode-styled-components css suggestion is working as expected.

JavaScript and TypeScript Nightly v5.0.202211170 -> css suggestion not working
(downgrading to v5.0.20221113 is also not working)
image

JavaScript and TypeScript Nightly v5.0.20221103 -> css suggestion working
image

Extension version: v5.0.202211170
VS Code version: Code 1.73.1 (Universal)
OS version: macOS Ventura
vscode-styled-components extension version: v1.7.5

Automatic Semicolon Insertion issue

I was editing my Issue and my corrector crashed my browser...

Ok so I will try to be short and concise: the problem is on line 4 to 5 (11 & 12 on the image) and the related code I was working on is on GitHub commit: aeefa22e38

Capture d’écran, le 2019-09-19 à 04 32 14

I am using a clean and fresh out of the box version of VSCode "portable" with only «ms-vscode.vscode-typescript-next» installed

In the code in my example, the missing semicolon would have not really been an issue because I am using the property combinedBalancesbut the same problem happens if the property reference a function (i.e. using a method) my code will require to use const/let/var thus avoiding this issue altogether (or I could have added the semicolon myself) ut the problem is that I rely on autocompletion/prettier/linter to do that part of the job...

I fell like its a bug and I wish you will have enough pieces of information to find a solution maybe I should add the semi or maybe my linter should do it but I feel the autocompletion should have not added a problem right away...

Tell me how I can be part of the solution in a constructive way so you can fix the problem...

LANGUAGE: The best evolution of ES262 specification ever (TypeScript)
IDE: The amazing VISUAL STUDIO CODE
Version: 1.38.1
Commit: b37e54c98e1a74ba89e03073e5a3761284e3ffb0
Date: 2019-09-11T13:31:32.854Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Darwin x64 18.7.0

Intellisense for typescript constantly loading

Type: Bug

Installed this extension to see if it could fix issue with intellisense of Typescript constantly loading (resulting in all types described as any). After installing I selected this as typescript version, it did not update, so I restarted the Typescript server. This one gave a warning that it had crashed 5 times in the last 5 minutes after a while

Extension version: 4.9.20221015
VS Code version: Code 1.72.2 (d045a5eda657f4d7b676dedbfa7aab8207f8a075, 2022-10-12T22:15:55.763Z)
OS version: Darwin arm64 21.6.0
Modes:
Sandboxed: No

System Info
Item Value
CPUs Apple M1 (8 x 24)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 2, 2, 2
Memory (System) 16.00GB (2.20GB free)
Process Argv --crash-reporter-id 47d2afd3-2fa8-4d5e-bbac-95378408bfab
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscoreces:30445986
pythondataviewer:30285071
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593:30376534
pythonvs932:30410667
cppdebug:30492333
vsclangdf:30486550
c4g48928:30535728
dsvsc012:30540252
azure-dev_surveyone:30548225
2144e591:30553903
vscccc:30566498
pyindex848cf:30577861
nodejswelcome1:30587005
40g7c324:30573242

TSServer crashes 5 times on opening of my project.

Issue Type: Bug

A project I am working on is not able to run the TS Server on opening VS Code.
I have also tried using the TypeScript version of my project but I didn't succeed.

The following is the log.

Info 0    [22:4:59.234] Starting TS Server
Info 1    [22:4:59.235] Version: 3.9.0-dev.20200229
Info 2    [22:4:59.235] Arguments: /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Renderer).app/Contents/MacOS/Code Helper (Renderer) /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName /var/folders/r0/h4dkwy9n7kxd8ykml9tl3v_c0000gn/T/vscode-typescript501/43f793093d730affd847/tscancellation-1c49a7cfbb94763bc06a.tmp* --logVerbosity verbose --logFile /Users/enricomattiazzi/Library/Application Support/Code/logs/20200301T215121/exthost1/vscode.typescript-language-features/tsserver-log-0CdCsd/tsserver.log --globalPlugins typescript-vscode-sh-plugin --pluginProbeLocations /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features --locale en --noGetErrOnBackgroundUpdate --validateDefaultNpmLocation
Info 3    [22:4:59.235] Platform: darwin NodeVersion: 12 CaseSensitive: false
Info 4    [22:4:59.239] Binding...
Info 5    [22:4:59.255] request:
    {"seq":0,"type":"request","command":"configure","arguments":{"hostInfo":"vscode","preferences":{"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true}}}
Info 6    [22:4:59.263] Host information vscode
Info 7    [22:4:59.263] response:
    {"seq":0,"type":"response","command":"configure","request_seq":0,"success":true}
Perf 8    [22:4:59.265] 0::configure: async elapsed time (in milliseconds) 10.5328
Info 9    [22:4:59.265] request:
    {"seq":1,"type":"request","command":"compilerOptionsForInferredProjects","arguments":{"options":{"module":"commonjs","target":"es2016","jsx":"preserve","sourceMap":true,"allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true}}}
Info 10   [22:4:59.266] Scheduled: *ensureProjectForOpenFiles*
Perf 11   [22:4:59.266] 1::compilerOptionsForInferredProjects: elapsed time (in milliseconds) 0.8140
Info 12   [22:4:59.266] response:
    {"seq":0,"type":"response","command":"compilerOptionsForInferredProjects","request_seq":1,"success":true,"body":true}
Info 13   [22:4:59.266] request:
    {"seq":2,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx","/Users/enricomattiazzi/dev/qume/src/components/app.tsx"]}}
Perf 14   [22:4:59.271] 2::geterr: async elapsed time (in milliseconds) 4.4970
Info 15   [22:4:59.271] event:
    {"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":61844}}
Info 16   [22:4:59.274] event:
    {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}}
Info 17   [22:4:59.518] Running: *ensureProjectForOpenFiles*
Info 18   [22:4:59.519] Structure before ensureProjectForOpenFiles:
Info 19   [22:4:59.519] Open files: 
Info 19   [22:4:59.519] Structure after ensureProjectForOpenFiles:
Info 20   [22:4:59.519] Open files: 
Info 20   [22:4:59.520] got projects updated in background, updating diagnostics for 
Info 21   [22:5:50.204] request:
    {"seq":3,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}
Err 22    [22:5:50.204] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 23    [22:5:50.224] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 24    [22:5:50.224] Exception on executing command {"seq":3,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}:

    No Project.

    Error: No Project.
        at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
        at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
        at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
        at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
        at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
        at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
        at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
        at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
        at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
        at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
        at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
        at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
        at Interface.emit (events.js:200:13)
        at Interface._onLine (readline.js:314:10)
        at Interface._normalWrite (readline.js:459:12)
        at Socket.ondata (readline.js:170:10)
        at Socket.emit (events.js:200:13)
        at addChunk (_stream_readable.js:294:12)
        at readableAddChunk (_stream_readable.js:275:11)
        at Socket.Readable.push (_stream_readable.js:210:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 25   [22:5:50.224] response:
    {"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":3,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n    at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n    at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n    at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n    at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n    at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n    at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n    at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n    at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n    at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n    at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n    at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n    at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n    at Interface.emit (events.js:200:13)\n    at Interface._onLine (readline.js:314:10)\n    at Interface._normalWrite (readline.js:459:12)\n    at Socket.ondata (readline.js:170:10)\n    at Socket.emit (events.js:200:13)\n    at addChunk (_stream_readable.js:294:12)\n    at readableAddChunk (_stream_readable.js:275:11)\n    at Socket.Readable.push (_stream_readable.js:210:10)\n    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 26   [22:5:50.411] request:
    {"seq":4,"type":"request","command":"configure","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","formatOptions":{"tabSize":4,"indentSize":4,"convertTabsToSpaces":true,"newLineCharacter":"\n","insertSpaceAfterCommaDelimiter":true,"insertSpaceAfterConstructor":false,"insertSpaceAfterSemicolonInForStatements":true,"insertSpaceBeforeAndAfterBinaryOperators":true,"insertSpaceAfterKeywordsInControlFlowStatements":true,"insertSpaceAfterFunctionKeywordForAnonymousFunctions":true,"insertSpaceBeforeFunctionParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces":true,"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces":false,"insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces":false,"insertSpaceAfterTypeAssertion":false,"placeOpenBraceOnNewLineForFunctions":false,"placeOpenBraceOnNewLineForControlBlocks":false,"semicolons":"ignore"},"preferences":{"quotePreference":"auto","allowTextChangesInNewFiles":true,"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true}}}
Info 27   [22:5:50.411] response:
    {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true}
Perf 28   [22:5:50.411] 4::configure: async elapsed time (in milliseconds) 0.3988
Info 29   [22:5:50.412] request:
    {"seq":5,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":24,"startOffset":46,"endLine":24,"endOffset":46}}
Err 30    [22:5:50.412] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 31    [22:5:50.412] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 32    [22:5:50.412] Exception on executing command {"seq":5,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":24,"startOffset":46,"endLine":24,"endOffset":46}}:

    No Project.

    Error: No Project.
        at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
        at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
        at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
        at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
        at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
        at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
        at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
        at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
        at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
        at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
        at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
        at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
        at Interface.emit (events.js:200:13)
        at Interface._onLine (readline.js:314:10)
        at Interface._normalWrite (readline.js:459:12)
        at Socket.ondata (readline.js:170:10)
        at Socket.emit (events.js:200:13)
        at addChunk (_stream_readable.js:294:12)
        at readableAddChunk (_stream_readable.js:275:11)
        at Socket.Readable.push (_stream_readable.js:210:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 33   [22:5:50.413] response:
    {"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":5,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n    at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n    at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n    at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n    at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n    at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n    at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n    at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n    at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n    at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n    at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n    at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n    at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n    at Interface.emit (events.js:200:13)\n    at Interface._onLine (readline.js:314:10)\n    at Interface._normalWrite (readline.js:459:12)\n    at Socket.ondata (readline.js:170:10)\n    at Socket.emit (events.js:200:13)\n    at addChunk (_stream_readable.js:294:12)\n    at readableAddChunk (_stream_readable.js:275:11)\n    at Socket.Readable.push (_stream_readable.js:210:10)\n    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 34   [22:5:50.514] request:
    {"seq":6,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/enricomattiazzi/dev/qume/src/components/app.tsx","/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx"]}}
Perf 35   [22:5:50.515] 6::geterr: async elapsed time (in milliseconds) 0.3798
Info 36   [22:5:50.517] event:
    {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":6}}
Info 37   [22:6:1.112] request:
    {"seq":7,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}
Err 38    [22:6:1.112] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 39    [22:6:1.112] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 40    [22:6:1.112] Exception on executing command {"seq":7,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}:

    No Project.

    Error: No Project.
        at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
        at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
        at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
        at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
        at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
        at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
        at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
        at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
        at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
        at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
        at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
        at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
        at Interface.emit (events.js:200:13)
        at Interface._onLine (readline.js:314:10)
        at Interface._normalWrite (readline.js:459:12)
        at Socket.ondata (readline.js:170:10)
        at Socket.emit (events.js:200:13)
        at addChunk (_stream_readable.js:294:12)
        at readableAddChunk (_stream_readable.js:275:11)
        at Socket.Readable.push (_stream_readable.js:210:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 41   [22:6:1.112] response:
    {"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":7,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n    at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n    at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n    at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n    at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n    at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n    at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n    at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n    at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n    at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n    at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n    at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n    at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n    at Interface.emit (events.js:200:13)\n    at Interface._onLine (readline.js:314:10)\n    at Interface._normalWrite (readline.js:459:12)\n    at Socket.ondata (readline.js:170:10)\n    at Socket.emit (events.js:200:13)\n    at addChunk (_stream_readable.js:294:12)\n    at readableAddChunk (_stream_readable.js:275:11)\n    at Socket.Readable.push (_stream_readable.js:210:10)\n    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 42   [22:6:1.286] request:
    {"seq":8,"type":"request","command":"quickinfo","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","line":2,"offset":34}}
Err 43    [22:6:1.286] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 44    [22:6:1.286] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 45    [22:6:1.286] Exception on executing command {"seq":8,"type":"request","command":"quickinfo","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","line":2,"offset":34}}:

    No Project.

    Error: No Project.
        at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
        at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
        at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
        at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
        at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
        at IOSession.Session.getQuickInfoWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146435:31)
        at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145440:61)
        at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
        at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
        at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
        at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
        at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
        at Interface.emit (events.js:200:13)
        at Interface._onLine (readline.js:314:10)
        at Interface._normalWrite (readline.js:459:12)
        at Socket.ondata (readline.js:170:10)
        at Socket.emit (events.js:200:13)
        at addChunk (_stream_readable.js:294:12)
        at readableAddChunk (_stream_readable.js:275:11)
        at Socket.Readable.push (_stream_readable.js:210:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 46   [22:6:1.286] response:
    {"seq":0,"type":"response","command":"quickinfo","request_seq":8,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n    at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n    at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n    at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n    at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n    at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n    at IOSession.Session.getQuickInfoWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146435:31)\n    at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145440:61)\n    at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n    at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n    at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n    at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n    at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n    at Interface.emit (events.js:200:13)\n    at Interface._onLine (readline.js:314:10)\n    at Interface._normalWrite (readline.js:459:12)\n    at Socket.ondata (readline.js:170:10)\n    at Socket.emit (events.js:200:13)\n    at addChunk (_stream_readable.js:294:12)\n    at readableAddChunk (_stream_readable.js:275:11)\n    at Socket.Readable.push (_stream_readable.js:210:10)\n    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 47   [22:6:1.329] request:
    {"seq":9,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":24,"startOffset":46,"endLine":24,"endOffset":46}}
Err 48    [22:6:1.329] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 49    [22:6:1.330] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 50    [22:6:1.330] Exception on executing command {"seq":9,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":24,"startOffset":46,"endLine":24,"endOffset":46}}:

    No Project.

    Error: No Project.
        at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
        at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
        at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
        at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
        at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
        at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
        at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
        at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
        at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
        at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
        at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
        at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
        at Interface.emit (events.js:200:13)
        at Interface._onLine (readline.js:314:10)
        at Interface._normalWrite (readline.js:459:12)
        at Socket.ondata (readline.js:170:10)
        at Socket.emit (events.js:200:13)
        at addChunk (_stream_readable.js:294:12)
        at readableAddChunk (_stream_readable.js:275:11)
        at Socket.Readable.push (_stream_readable.js:210:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 51   [22:6:1.330] response:
    {"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":9,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n    at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n    at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n    at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n    at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n    at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n    at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n    at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n    at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n    at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n    at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n    at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n    at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n    at Interface.emit (events.js:200:13)\n    at Interface._onLine (readline.js:314:10)\n    at Interface._normalWrite (readline.js:459:12)\n    at Socket.ondata (readline.js:170:10)\n    at Socket.emit (events.js:200:13)\n    at addChunk (_stream_readable.js:294:12)\n    at readableAddChunk (_stream_readable.js:275:11)\n    at Socket.Readable.push (_stream_readable.js:210:10)\n    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 52   [22:6:1.414] request:
    {"seq":10,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/enricomattiazzi/dev/qume/src/components/app.tsx","/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx"]}}
Perf 53   [22:6:1.414] 10::geterr: async elapsed time (in milliseconds) 0.1720
Info 54   [22:6:1.417] event:
    {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":10}}
Info 55   [22:6:3.515] request:
    {"seq":11,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}
Err 56    [22:6:3.515] Could not find file "/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx".
All files are: []
Err 57    [22:6:3.515] Could not find file "/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx".
All files are: []
Err 58    [22:6:3.515] Exception on executing command {"seq":11,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}:

    No Project.

    Error: No Project.
        at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
        at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
        at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
        at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
        at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
        at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
        at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
        at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
        at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
        at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
        at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
        at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
        at Interface.emit (events.js:200:13)
        at Interface._onLine (readline.js:314:10)
        at Interface._normalWrite (readline.js:459:12)
        at Socket.ondata (readline.js:170:10)
        at Socket.emit (events.js:200:13)
        at addChunk (_stream_readable.js:294:12)
        at readableAddChunk (_stream_readable.js:275:11)
        at Socket.Readable.push (_stream_readable.js:210:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 59   [22:6:3.515] response:
    {"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":11,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n    at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n    at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n    at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n    at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n    at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n    at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n    at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n    at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n    at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n    at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n    at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n    at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n    at Interface.emit (events.js:200:13)\n    at Interface._onLine (readline.js:314:10)\n    at Interface._normalWrite (readline.js:459:12)\n    at Socket.ondata (readline.js:170:10)\n    at Socket.emit (events.js:200:13)\n    at addChunk (_stream_readable.js:294:12)\n    at readableAddChunk (_stream_readable.js:275:11)\n    at Socket.Readable.push (_stream_readable.js:210:10)\n    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 60   [22:6:3.826] request:
    {"seq":12,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx","/Users/enricomattiazzi/dev/qume/src/components/app.tsx"]}}
Perf 61   [22:6:3.826] 12::geterr: async elapsed time (in milliseconds) 0.3515
Info 62   [22:6:3.831] event:
    {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":12}}
Info 63   [22:7:25.781] request:
    {"seq":13,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":["/Users/enricomattiazzi/dev/qume/src/components/app.tsx","/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx"],"openFiles":[{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts","fileContent":"// This file is automatically generated from your CSS. Any edits will be overwritten.\nexport const home: string;\nexport const panelTitle: string;\nexport const panel: string;\nexport const panelList: string;\nexport const panelListItem: string;\n","projectRootPath":"/Users/enricomattiazzi/dev/qume","scriptKindName":"TS"}]}}
Info 64   [22:7:25.784] Search path: /Users/enricomattiazzi/dev/qume/src/routes/home
Info 65   [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/routes/home/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 66   [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/routes/home/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 67   [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/routes/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 68   [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/routes/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 69   [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 70   [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 71   [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 72   [22:7:25.786] For info: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts :: Config file name: /Users/enricomattiazzi/dev/qume/tsconfig.json
Info 73   [22:7:25.787] Opened configuration file /Users/enricomattiazzi/dev/qume/tsconfig.json
Info 74   [22:7:25.789] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/tsconfig.json 2000 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Config file
Info 75   [22:7:25.789] event:
    {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/Users/enricomattiazzi/dev/qume/tsconfig.json","reason":"Creating possible configured project for /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts to open"}}
Info 76   [22:7:25.824] Config: /Users/enricomattiazzi/dev/qume/tsconfig.json : {
 "rootNames": [
  "/Users/enricomattiazzi/dev/qume/src/components/app.tsx",
  "/Users/enricomattiazzi/dev/qume/src/components/button/button.tsx",
  "/Users/enricomattiazzi/dev/qume/src/components/container/container.tsx",
  "/Users/enricomattiazzi/dev/qume/src/components/header/index.tsx",
  "/Users/enricomattiazzi/dev/qume/src/components/icons/iconLeft.tsx",
  "/Users/enricomattiazzi/dev/qume/src/components/icons/iconRight.tsx",
  "/Users/enricomattiazzi/dev/qume/src/components/multipleChoice/multipleChoice.tsx",
  "/Users/enricomattiazzi/dev/qume/src/components/sequence/sequence.tsx",
  "/Users/enricomattiazzi/dev/qume/src/context/context.tsx",
  "/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx",
  "/Users/enricomattiazzi/dev/qume/src/routes/test/index.tsx",
  "/Users/enricomattiazzi/dev/qume/src/tests/header.test.tsx",
  "/Users/enricomattiazzi/dev/qume/src/declaration.d.ts",
  "/Users/enricomattiazzi/dev/qume/src/types.ts",
  "/Users/enricomattiazzi/dev/qume/src/components/button/style.css.d.ts",
  "/Users/enricomattiazzi/dev/qume/src/components/container/style.css.d.ts",
  "/Users/enricomattiazzi/dev/qume/src/components/header/style.css.d.ts",
  "/Users/enricomattiazzi/dev/qume/src/components/multipleChoice/style.css.d.ts",
  "/Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts",
  "/Users/enricomattiazzi/dev/qume/src/style/index.css.d.ts",
  "/Users/enricomattiazzi/dev/qume/src/utils/db.ts"
 ],
 "options": {
  "target": 1,
  "module": 99,
  "allowJs": true,
  "jsx": 2,
  "jsxFactory": "h",
  "strict": true,
  "moduleResolution": 2,
  "esModuleInterop": true,
  "configFilePath": "/Users/enricomattiazzi/dev/qume/tsconfig.json"
 }
}
Info 77   [22:7:25.826] DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/dev/qume/src 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Wild card directory
Info 78   [22:7:25.832] Elapsed:: 6ms DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/dev/qume/src 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Wild card directory
Info 79   [22:7:25.832] Loading global plugin typescript-vscode-sh-plugin
Info 80   [22:7:25.832] Enabling plugin typescript-vscode-sh-plugin from candidate paths: /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features,/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js/../../..
Info 81   [22:7:25.833] Loading typescript-vscode-sh-plugin from /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features (resolved to /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/node_modules)
Info 82   [22:7:25.839] typescript-vscode-sh-plugin initialized. Intercepting getEncodedSemanticClassifications and getEncodedSyntacticClassifications.
Info 83   [22:7:25.839] Plugin validation succeded
Info 84   [22:7:25.840] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/app.tsx 500 undefined Project:  WatchType: Closed Script info
Info 85   [22:7:25.841] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/button/button.tsx 500 undefined Project:  WatchType: Closed Script info
Info 86   [22:7:25.841] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/container/container.tsx 500 undefined Project:  WatchType: Closed Script info
Info 87   [22:7:25.841] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/header/index.tsx 500 undefined Project:  WatchType: Closed Script info
Info 88   [22:7:25.841] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/icons/iconLeft.tsx 500 undefined Project:  WatchType: Closed Script info
Info 89   [22:7:25.842] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/icons/iconRight.tsx 500 undefined Project:  WatchType: Closed Script info
Info 90   [22:7:25.842] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/multipleChoice/multipleChoice.tsx 500 undefined Project:  WatchType: Closed Script info
Info 91   [22:7:25.842] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/sequence/sequence.tsx 500 undefined Project:  WatchType: Closed Script info
Info 92   [22:7:25.842] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/context/context.tsx 500 undefined Project:  WatchType: Closed Script info
Info 93   [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx 500 undefined Project:  WatchType: Closed Script info
Info 94   [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/routes/test/index.tsx 500 undefined Project:  WatchType: Closed Script info
Info 95   [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/tests/header.test.tsx 500 undefined Project:  WatchType: Closed Script info
Info 96   [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/declaration.d.ts 500 undefined Project:  WatchType: Closed Script info
Info 97   [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/types.ts 500 undefined Project:  WatchType: Closed Script info
Info 98   [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/button/style.css.d.ts 500 undefined Project:  WatchType: Closed Script info
Info 99   [22:7:25.844] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/container/style.css.d.ts 500 undefined Project:  WatchType: Closed Script info
Info 100  [22:7:25.846] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/header/style.css.d.ts 500 undefined Project:  WatchType: Closed Script info
Info 101  [22:7:25.846] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/multipleChoice/style.css.d.ts 500 undefined Project:  WatchType: Closed Script info
Info 102  [22:7:25.847] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/style/index.css.d.ts 500 undefined Project:  WatchType: Closed Script info
Info 103  [22:7:25.847] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/utils/db.ts 500 undefined Project:  WatchType: Closed Script info
Info 104  [22:7:25.906] Starting updateGraphWorker: Project: /Users/enricomattiazzi/dev/qume/tsconfig.json
Info 105  [22:7:25.949] DirectoryWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Failed Lookup Locations
Info 106  [22:7:25.949] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Failed Lookup Locations
Info 107  [22:7:25.952] DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/dev/qume/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 108  [22:7:25.952] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/dev/qume/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 109  [22:7:25.978] DirectoryWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/node_modules 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Failed Lookup Locations
Info 110  [22:7:25.980] Elapsed:: 2ms DirectoryWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/node_modules 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Failed Lookup Locations
Info 111  [22:7:26.721] DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 112  [22:7:26.721] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Err 113   [22:7:27.692] Exception on executing command {"seq":13,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":["/Users/enricomattiazzi/dev/qume/src/components/app.tsx","/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx"],"openFiles":[{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts","fileContent":"// This file is automatically generated from your CSS. Any edits will be overwritten.\nexport const home: string;\nexport const panelTitle: string;\nexport const panel: string;\nexport const panelList: string;\nexport const panelListItem: string;\n","projectRootPath":"/Users/enricomattiazzi/dev/qume","scriptKindName":"TS"}]}}:

    Cannot read property 'flags' of undefined

    TypeError: Cannot read property 'flags' of undefined
        at getPropertyOfObjectType (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:43172:22)
        at getPropertyOfType (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:43734:24)
        at getExternalModuleMember (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36533:46)
        at getTargetOfImportSpecifier (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36594:28)
        at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36652:28)
        at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)
        at getSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35459:38)
        at resolveNameHelper (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35675:34)
        at resolveName (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35659:20)
        at resolveEntityName (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36834:26)
        at getTargetOfAliasLikeExpression (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36623:29)
        at getTargetOfExportAssignment (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36612:28)
        at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36657:28)
        at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)
        at resolveSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36681:67)
        at resolveExternalModuleSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:37065:36)
        at getTargetOfNamespaceExportDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36599:28)
        at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36659:28)
        at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)
        at resolveSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36681:67)
        at mergeSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35262:42)
        at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35371:47
        at Map.forEach (<anonymous>)
        at mergeSymbolTable (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35369:20)
        at mergeModuleAugmentation (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35384:17)
        at initializeTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:66980:25)
        at Object.createTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35096:9)
        at Object.getTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:99145:79)
        at synchronizeHostData (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:136318:21)
        at Proxy.getProgram (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:136400:13)
        at ConfiguredProject.Project.updateGraphWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:140885:53)
        at ConfiguredProject.Project.updateGraph (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:140828:42)
        at ConfiguredProject.updateGraph (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:141756:63)
        at ProjectService.createLoadAndUpdateConfiguredProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:143351:25)
        at ProjectService.assignProjectToOpenedScriptInfo (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144206:44)
        at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144501:107
        at Object.mapDefined (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:562:30)
        at ProjectService.applyChangesInOpenFiles (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144501:48)
        at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145365:46)
        at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
        at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
        at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
        at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
        at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
        at Interface.emit (events.js:200:13)
        at Interface._onLine (readline.js:314:10)
        at Interface._normalWrite (readline.js:459:12)
        at Socket.ondata (readline.js:170:10)
        at Socket.emit (events.js:200:13)
        at addChunk (_stream_readable.js:294:12)
        at readableAddChunk (_stream_readable.js:275:11)
        at Socket.Readable.push (_stream_readable.js:210:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 114  [22:7:27.692] response:
    {"seq":0,"type":"response","command":"updateOpen","request_seq":13,"success":false,"message":"Error processing request. Cannot read property 'flags' of undefined\nTypeError: Cannot read property 'flags' of undefined\n    at getPropertyOfObjectType (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:43172:22)\n    at getPropertyOfType (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:43734:24)\n    at getExternalModuleMember (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36533:46)\n    at getTargetOfImportSpecifier (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36594:28)\n    at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36652:28)\n    at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)\n    at getSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35459:38)\n    at resolveNameHelper (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35675:34)\n    at resolveName (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35659:20)\n    at resolveEntityName (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36834:26)\n    at getTargetOfAliasLikeExpression (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36623:29)\n    at getTargetOfExportAssignment (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36612:28)\n    at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36657:28)\n    at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)\n    at resolveSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36681:67)\n    at resolveExternalModuleSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:37065:36)\n    at getTargetOfNamespaceExportDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36599:28)\n    at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36659:28)\n    at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)\n    at resolveSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36681:67)\n    at mergeSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35262:42)\n    at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35371:47\n    at Map.forEach (<anonymous>)\n    at mergeSymbolTable (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35369:20)\n    at mergeModuleAugmentation (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35384:17)\n    at initializeTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:66980:25)\n    at Object.createTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35096:9)\n    at Object.getTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:99145:79)\n    at synchronizeHostData (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:136318:21)\n    at Proxy.getProgram (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:136400:13)\n    at ConfiguredProject.Project.updateGraphWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:140885:53)\n    at ConfiguredProject.Project.updateGraph (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:140828:42)\n    at ConfiguredProject.updateGraph (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:141756:63)\n    at ProjectService.createLoadAndUpdateConfiguredProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:143351:25)\n    at ProjectService.assignProjectToOpenedScriptInfo (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144206:44)\n    at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144501:107\n    at Object.mapDefined (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:562:30)\n    at ProjectService.applyChangesInOpenFiles (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144501:48)\n    at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145365:46)\n    at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n    at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n    at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n    at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n    at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n    at Interface.emit (events.js:200:13)\n    at Interface._onLine (readline.js:314:10)\n    at Interface._normalWrite (readline.js:459:12)\n    at Socket.ondata (readline.js:170:10)\n    at Socket.emit (events.js:200:13)\n    at addChunk (_stream_readable.js:294:12)\n    at readableAddChunk (_stream_readable.js:275:11)\n    at Socket.Readable.push (_stream_readable.js:210:10)\n    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 115  [22:7:27.699] request:
    {"seq":14,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}
Info 116  [22:7:27.699] Starting updateGraphWorker: Project: /Users/enricomattiazzi/dev/qume/tsconfig.json

Extension version: 3.9.20200229
VS Code version: Code 1.42.1 (c47d83b293181d9be64f27ff093689e8e7aed054, 2020-02-11T14:44:27.652Z)
OS version: Darwin x64 19.2.0

System Info
Item Value
CPUs Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz (4 x 2300)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) 4, 4, 5
Memory (System) 8.00GB (0.36GB free)
Process Argv
Screen Reader no
VM 0%

can't download extension

Manually downloading using the vsix link given by notification also failed even if configure the proxy.

screenshot_2020-11-13_00-01-55

Unable to open 'Extension: JavaScript and TypeScript Nightly': XHR failed.

Issue Type: Bug

Cannot download any extension

Extension version: 4.4.20210523
VS Code version: Code 1.56.2 (054a9295330880ed74ceaedda236253b4f39a335, 2021-05-12T17:13:13.157Z)
OS version: Windows_NT x64 10.0.19042

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (8 x 1896)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.88GB (8.48GB free)
Process Argv --crash-reporter-id 21f41a57-7557-4e93-9a7f-38d2337c7780
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
pythonvspyt678:30270856
pythonvspyt602:30300191
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes516:30244333
pythonvspyt639:30300192
pythontb:30283811
vspre833cf:30267465
pythonptprofiler:30281270
vshan820:30294714
vscorecescf:30290706
pythondataviewer:30285071
vscus158cf:30286554
vscgsv2:30307504
vscorehov:30309549
bridgeflight:30302069
vscod805cf:30301675

Extension Crashing after VSCode update

Platform information

Version: 1.40.1 (user setup)
Commit: 8795a9889db74563ddd43eb0a897a2384129a619
Date: 2019-11-13T16:49:35.976Z
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Windows_NT x64 10.0.18362

Name: JavaScript and TypeScript Nightly
Id: ms-vscode.vscode-typescript-next
Description: Enables typescript@next to power VS Code's built-in JavaScript and TypeScript support
Version: 3.8.20191121
Publisher: Microsoft
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next

Issue:

After the recent update of visual studio code to 1.40.1(User setup) the Extension is crashing repeatedly

Repro Steps

Load a big project. In some time the extension will crash
image

Semantic tokenizer thinks a class method is a class if it does not use method shorthand and it defines a property on the class instance

Type: Bug

Open the example below in vscode to see the issue. func1, func2, and func3 are all methods. But depending on how they are declared and whether they define a property, they can be tokenized as methods or as classes.

Test1 shows how all of these methods should be tokenized (as methods), regardless of what properties they define.

Test2 shows how this gets messed up. func1 is fine because, even though it is not defined with ES6 shorthand, it doesn't set any properties, so vscode doesn't think it's a class. func2 is tokenized as a class, apparently because it has a property definition within. And func3 is tokenized as a method because although it has a property definition, it is defined with the method shorthand.

Test3 just shows that it doesn't matter whether we use an ES6 class or an old school constructor function.

class Test1 {
  func1() {
    this.func2();
  }
  func2() {
    this.msg = "Hello, world!";
    this.func3();
  }
  func3() {
    this.msg = "Goodbye, cruel world!";
  }
}

class Test2 {
  func1 = function func1() {
    this.func2();
  };
  func2 = function func2() {
    this.msg = "Hello, world!";
    this.func3();
  };
  func3() {
    this.msg = "Goodbye, cruel world!";
  }
}

function Test3() {}
Test3.prototype = {
  func1: function func1() {
    this.func2();
  },
  func2: function func2() {
    this.msg = "Hello, world!";
    this.func3();
  },
  func3() {
    this.msg = "Goodbye, cruel world!";
  },
};

Extension version: 4.9.20221006
VS Code version: Code 1.72.0 (64bbfbf67ada9953918d72e1df2f4d8e537d340e, 2022-10-04T23:20:39.912Z)
OS version: Windows_NT x64 10.0.19043
Modes:
Sandboxed: No

System Info
Item Value
CPUs AMD Ryzen 9 5950X 16-Core Processor (32 x 3400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) undefined
Memory (System) 63.95GB (30.96GB free)
Process Argv --crash-reporter-id e22b8142-1ce4-45d4-9ef1-b76c17f0930d
Screen Reader no
VM 0%

Vscode themes goto white

Type: Bug

Just use the Nightly extension and code colors do not render the color they are supposed to be.

Extension version: 5.0.20221117
VS Code version: Code 1.73.1 (Universal) (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T02:08:38.961Z)
OS version: Darwin x64 21.6.0
Modes:
Sandboxed: No

System Info
Item Value
CPUs Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2600)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 22, 14, 9
Memory (System) 32.00GB (0.51GB free)
Process Argv --crash-reporter-id 2ffccc9b-9c33-4994-9cf6-c1fcfd04fa4a
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256859
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vscaat:30438848
vsclangdf:30486550
c4g48928:30535728
dsvsc012:30540252
azure-dev_surveyone:30548225
vscccc:30610679
pyindex848:30577860
nodejswelcome1cf:30587006
fc301958:30595537
2e4cg342:30602488
gswce1:30612156
3d0df643:30613357
dbltrim-noruby:30604474
f6dab269:30613381

Looks like built-in libs are missing when this extension is used

Issue Type: Bug

First of all I want to thank you for this extension! 🙇
I usually use typescript@next as daily driver and have to update typescript every day and reload VS Code (+ configure proper typescript.tsdk folder on each device). This extension will remove this burden from my shoulders and I'm sincerely grateful.

I've installed this extension today and it produces different error that built-in TS version or my external typescript@next installation.

With extension installed
image

with extensions disabled I can see expected behavior
image

I've checked folder of this extension and looks like there are no .d.ts files inside <extension folder>node_modules/typescript/lib. Copying all .d.ts files from actual package to extension folder fixes this problem.

I suppose this is root cause of this problem.

Probably related to **/*.ts in .vscodeignore


Extension version: 3.6.20190611
VS Code version: Code - Insiders 1.36.0-insider (f291714906cdcb02830b8cfe2485a3c23415b5fe, 2019-06-12T05:19:53.054Z)
OS version: Windows_NT x64 10.0.17763

System Info
Item Value
CPUs Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (12 x 3192)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 31.72GB (16.57GB free)
Process Argv
Screen Reader no
VM 0%

Extension crash when installing

Issue Type: Bug

Extention installation crash 5or more times .

Extension version: 3.8.20200111
VS Code version: Code 1.41.1 (26076a4de974ead31f97692a0d32f90d735645c0, 2019-12-18T14:58:56.166Z)
OS version: Windows_NT x64 10.0.18363

System Info
Item Value
CPUs Intel(R) Core(TM) i3-8145U CPU @ 2.10GHz (4 x 2304)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 7.86GB (2.86GB free)
Process Argv
Screen Reader no
VM 0%

"Extract to method in class" in angular template not working correctly

Also see: angular/vscode-ng-language-service#533

Describe the bug

"Extract to method in class" ability doesn't seem to behave correctly on a inline template function call. In below

To Reproduce

see GIF for clear reproduction. the inline template is missing the function addChildElement and is listed correctly. Using the autosuggested 'extract method' call in context menu removes the whole template properly and swaps it with a templateURL one, with a weird function call.

image

Syntax highlighting gone in js files

Type: Bug

Install the extension.

Extension version: 5.0.20221116
VS Code version: Code 1.73.1 (Universal) (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T02:08:38.961Z)
OS version: Darwin x64 21.6.0
Modes:
Sandboxed: No

System Info
Item Value
CPUs Intel(R) Core(TM) i5-1030NG7 CPU @ 1.10GHz (8 x 1100)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) 6, 4, 3
Memory (System) 8.00GB (0.74GB free)
Process Argv --crash-reporter-id 84753aed-b580-420b-95b2-3911187434a5
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
azure-dev_surveyone:30548225
vsccc:30610678
pyindex848cf:30577861
nodejswelcome1:30587005
fc301958:30595537
282f8724:30602487
gswce1:30612156
3d0df643:30613357
dbltrim-noruby:30604474
f6dab269:30613381

Wrong typescript import.meta error highlight

Sorry if it is wrong place for this bug

Issue Type: Bug

Wrong typescript import.meta error highlight

  1. Create new typescript file
  2. Try to access import.meta object from code
    (type console.log(import.meta))

It should not highlight "meta" word according to specifications
this code is successfully compiling and running
also threre are ts type definitions for this object

image

image

VS Code version: Code 1.66.2 (dfd34e8260c270da74b5c2d86d61aee4b6d56977, 2022-04-11T07:46:01.075Z)
OS version: Windows_NT x64 10.0.19044
Restricted Mode: No

System Info
Item Value
CPUs AMD A4-3305M APU with Radeon(tm) HD Graphics (2 x 1897)
GPU Status 2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: disabled_off
oop_rasterization: disabled_off
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
Load (avg) undefined
Memory (System) 7.48GB (3.66GB free)
Process Argv C:\Users\user\Desktop\rsp\game-server.ts --crash-reporter-id 73a08f86-f536-4ad2-96eb-7514dc4d973d
Screen Reader no
VM 0%
Extensions (19)
Extension Author (truncated) Version
doxdocgen csc 1.4.0
better-cpp-syntax jef 1.15.13
python ms- 2022.4.1
vscode-pylance ms- 2022.4.1
jupyter ms- 2022.3.1000901801
jupyter-keymap ms- 1.0.0
jupyter-renderers ms- 1.0.6
remote-containers ms- 0.231.6
remote-ssh ms- 0.78.0
remote-ssh-edit ms- 0.80.0
remote-wsl ms- 0.66.0
cmake-tools ms- 1.10.5
cpptools ms- 1.9.7
cpptools-extension-pack ms- 1.1.0
hexeditor ms- 1.9.5
vscode-typescript-next ms- 4.7.20220415
LiveServer rit 5.7.5
sass-indented syl 1.8.19
cmake twx 0.0.17

(1 theme extensions excluded)

A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
pythonvspyl392:30443607
pythontb:30283811
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscoreces:30445986
pythondataviewer:30285071
vscod805:30301674
pythonvspyt200:30340761
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593:30376534
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
pythonvsnew555:30457759
vscscmwlcmt:30465135
cppdebugcf:30466690

Type inference for Redux toolkit is broken

See Also: reduxjs/redux-toolkit#2320 (comment)
Relevant libraries:

Minimal reproduction:

import { createSlice, PayloadAction } from '@reduxjs/toolkit';

interface State {
  singleKey: string;
}

const initialState: State = {
  singleKey: '',
};

const slice = createSlice({
  name: 'slice',
  initialState,
  reducers: {
    test: (state, action: PayloadAction<string>) => {
      state.singleKey = action.payload;
    },
  },
});

export default slice.reducer;

VSCode identified state as any:
image
image
With this extension disabled:
image

Disables semantic highligthing for javascript and vue file

Type: Bug

VsCode most of the semantic highlighting is lost when extension is open.

Also "Developer: Inspect Editor Tokens and Scopes" throws error when extension is active.
Thrown Error : "No TM Grammar registered for this language"

if extension enabled;
image

when extension disabled;
image

Extension version: 5.0.20221116
VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T04:27:29.066Z)
OS version: Windows_NT x64 10.0.22621
Modes:
Sandboxed: No

System Info
Item Value
CPUs Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 x 3600)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) undefined
Memory (System) 15.94GB (6.52GB free)
Process Argv --crash-reporter-id ea3b7209-2e58-4bce-85b0-4b1a77c81874
Screen Reader no
VM 67%
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
pythondataviewer:30285071
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vsclangdc:30486549
c4g48928:30535728
dsvsc012:30540252
azure-dev_surveyone:30548225
vsccc:30610678
pyindex848:30577860
nodejswelcome1cf:30587006
fc301958:30595537
2e4cg342:30602488
gswce1:30612156
iaj6b796:30608729
dbltrim-noruby:30604474

Couple questions/suggestions

Thanks again for extension. With latest release it became really useful.

  1. Is it possible to shift extension release trigger time closer to TS release time?
    In my timezone TS is released about 9:15AM while this package on 5:00PM, so it effectively introduces 1 working day lag in updates. Would be nice to have them closely aligned.

  2. Does this extension need window reload to actually use new TS version?
    Version 3.6.20190614 fixed #1 (missing libs), however there were no changes for opened project until manual window reload.
    UPD. Looks like it now prompts to reload window.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.