aliasadidev / vscode-npm-gui

vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in multiproject

SpyPower opened this issue · comments

Hi. I have a workspace with multiple projects. some of them are c#.

When I try to use the GUI I see this in console

mountTo @ webviewElement.ts:512
M @ overlayWebview.ts:218
claim @ overlayWebview.ts:120
ib @ webviewEditor.ts:177
setInput @ webviewEditor.ts:168
await in setInput (async)
S @ editorPanes.ts:445
L @ editorPanes.ts:270
openEditor @ editorPanes.ts:146
(anonymous) @ editorGroupView.ts:1091
Cb @ editorGroupView.ts:1116
Bb @ editorGroupView.ts:1073
openEditor @ editorGroupView.ts:979
openEditor @ editorService.ts:551
openWebview @ webviewWorkbenchService.ts:285
$createWebviewPanel @ mainThreadWebviewPanels.ts:167
S @ rpcProtocol.ts:456
Q @ rpcProtocol.ts:441
M @ rpcProtocol.ts:371
L @ rpcProtocol.ts:297
(anonymous) @ rpcProtocol.ts:161
y @ event.ts:1140
fire @ event.ts:1171
fire @ ipc.net.ts:650
Q.onmessage @ localProcessExtensionHost.ts:581
polyfills.06fc6e6ce3bbc2a84a65.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'map')
    at u._next (main.eafb8078ea475c1eca55.js:1:24209)
    at u.__tryOrUnsub (vendor.f4f08b9ea07b2ea83881.js:1:362360)
    at u.next (vendor.f4f08b9ea07b2ea83881.js:1:361589)
    at c._next (vendor.f4f08b9ea07b2ea83881.js:1:360768)
    at c.next (vendor.f4f08b9ea07b2ea83881.js:1:360542)
    at Object.callback (main.eafb8078ea475c1eca55.js:1:1341)
    at scripts.ffc6ef5f506539fe5065.js:1:509
    at l.invokeTask (polyfills.06fc6e6ce3bbc2a84a65.js:1:7142)
    at t.runTask (polyfills.06fc6e6ce3bbc2a84a65.js:1:2538)
    at u.invokeTask [as invoke] (polyfills.06fc6e6ce3bbc2a84a65.js:1:8192)
(anonymous) @ main.eafb8078ea475c1eca55.js:1
__tryOrUnsub @ vendor.f4f08b9ea07b2ea83881.js:1
next @ vendor.f4f08b9ea07b2ea83881.js:1
_next @ vendor.f4f08b9ea07b2ea83881.js:1
next @ vendor.f4f08b9ea07b2ea83881.js:1
(anonymous) @ main.eafb8078ea475c1eca55.js:1
(anonymous) @ scripts.ffc6ef5f506539fe5065.js:1
invokeTask @ polyfills.06fc6e6ce3bbc2a84a65.js:1
runTask @ polyfills.06fc6e6ce3bbc2a84a65.js:1
invokeTask @ polyfills.06fc6e6ce3bbc2a84a65.js:1
g @ polyfills.06fc6e6ce3bbc2a84a65.js:1
y @ polyfills.06fc6e6ce3bbc2a84a65.js:1
T @ polyfills.06fc6e6ce3bbc2a84a65.js:1
setTimeout (async)
a @ polyfills.06fc6e6ce3bbc2a84a65.js:1
scheduleTask @ polyfills.06fc6e6ce3bbc2a84a65.js:1
scheduleTask @ polyfills.06fc6e6ce3bbc2a84a65.js:1
scheduleMacroTask @ polyfills.06fc6e6ce3bbc2a84a65.js:1
p @ polyfills.06fc6e6ce3bbc2a84a65.js:1
(anonymous) @ polyfills.06fc6e6ce3bbc2a84a65.js:1
C.s.<computed> @ polyfills.06fc6e6ce3bbc2a84a65.js:1
s @ vendor.f4f08b9ea07b2ea83881.js:1
__tryOrUnsub @ vendor.f4f08b9ea07b2ea83881.js:1
next @ vendor.f4f08b9ea07b2ea83881.js:1
_next @ vendor.f4f08b9ea07b2ea83881.js:1
next @ vendor.f4f08b9ea07b2ea83881.js:1
(anonymous) @ main.eafb8078ea475c1eca55.js:1
(anonymous) @ scripts.ffc6ef5f506539fe5065.js:1
invokeTask @ polyfills.06fc6e6ce3bbc2a84a65.js:1
runTask @ polyfills.06fc6e6ce3bbc2a84a65.js:1
invokeTask @ polyfills.06fc6e6ce3bbc2a84a65.js:1
g @ polyfills.06fc6e6ce3bbc2a84a65.js:1
y @ polyfills.06fc6e6ce3bbc2a84a65.js:1
T @ polyfills.06fc6e6ce3bbc2a84a65.js:1
postMessage (async)
(anonymous) @ index.html?id=0b0339d9-1e9b-411a-914e-7a5b81ac9339&origin=85802c75-99a6-47e3-9efd-1ff209da0bf0&swVersion=4&extensionId=aliasadidev.nugetpackagemanagergui&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app:1168
HostMessaging.channel.port1.onmessage @ index.html?id=0b0339d9-1e9b-411a-914e-7a5b81ac9339&origin=85802c75-99a6-47e3-9efd-1ff209da0bf0&swVersion=4&extensionId=aliasadidev.nugetpackagemanagergui&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app:308```

![image](https://github.com/aliasadidev/vscode-npm-gui/assets/13405649/0c8b62b3-8755-4371-9da2-574833ac21cb)


Hi @SpyPower

Could you please provide the following information:

  • Version of VSCode
  • The .csproj file causing the problem
  • Operating System
  • Version of vscode-npm-gui