Manuel Thalmann

Results 64 issues of Manuel Thalmann

Hey guys Currently, it's not possible to build this extension using `npm run build:beautify` because of the use of deprecated `vscode` dependency. Changes made in this PR will replace deprecated...

This is a follow-up of #401, #406 and #407 as all of them are symptoms of the very same issue. ### Description Commands which aren not intended to be visible...

### Consent - [X] I verified that there is no open issue for the same subject. - [X] I understand that **YTMDesktop have NO affiliation with Google or YouTube** ###...

Bug

**Describe the bug** When starting VSCodium, I'm getting flooded with errors in the notification area which state the following: `No view is registered with id: ` **Please confirm that this...

bug

I've been trying to create a prompt for asking for a list of certain objects. For that reason I created a custom `Prompt` which itself runs `prompt` to ask questions...

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Author is Owner
Edits multiple packages
Critical package
Check Config

This extension won't build currently won't build as the `vscode` package itself is deprecated and the version of the `vscode` package in use doesn't work. Changes made in this PR...

## Motivation Especially when writing code in TypeScript, there are certain use-cases (when writing abstract methods or interfaces) where you don't have a method- or function-body and therefore want to...

enhancement

In typescript you have the option to specify the return-type of a function: ```ts // Function function test(): string { } // Arrow-Function let test = (): string => {...

enhancement
help wanted

Currently the way to determine whether a file is ignored, doesn't work ideally. NPM doesn't load `.gitignore` as a fallback - however, this plugin checks files against `.gitignore`, if `.npmignore`...