Xenoha
Xenoha
@Akryum Sorry for the Delay, I started another project and it looks okay. After some research, it looks like even the app.vue component is showing up as Anonymous Component. I'm...
@Akryum steps to reproduce. start a new application with either vite or viteese On Viteese: If you just do a build with the the standard flow, then do a "pnpm...
@Akryum thanks for your response. This ticket is still marked as unable to reproduce, and it sounds like I should talk to the Vue team? I know you work a...
@Akryum Thanks to the Vite team. I now have the `$vm.type` property that contains the setup function with my dev process. I am using Devtools 6.1.4 and the latest Vite...
@alyssajotice I'm having an issue with live share within containers as well. Getting the following output in the extensions host shell. `[2021-07-23 22:19:04.182] [exthost] [error] Error: Agent terminated with exit...
@alyssajotice Don't close. I'm still waiting. You asked a specific question to @josh-stevens not me.
@alyssajotice does it matter that my container isn't using dotnet and dotnet isn't installed on my computer? I'm not able to run live share on a node:lts-alpine3.12 base container on...
@alyssajotice I cannot execute the file at the path provided above. The error provided when I type `./vsls-agent` in the path .vscode-server/extensions/ms-vsliveshare.{VERSION}/dotnet_modules is: "no such file or directory: ./vsls-agent" The...
Hello @alyssajotice , I was forced to move away from alpine to ubuntu due to this issue and with that move, I don't have the old state or new updates....
Hello All, In Javascript, the AwsCustomResouce works just fine. Add your policy `policy: { statements: [ new PolicyStatement({ sid: 'CognitoSetUICustomization', effect: Effect.ALLOW, actions: ['cognito-idp:setUICustomization'], resources: [this.userPool.userPoolArn], }), ], },` And...