Maria José Solano

Results 50 issues of Maria José Solano

Currently the only way to get an existing output pane is [via its GUID](https://github.com/VsixCommunity/Community.VisualStudio.Toolkit/blob/master/src/toolkit/Community.VisualStudio.Toolkit.Shared/Helpers/OutputWindowPane.cs#L124-L163). However, in some scenarios the GUID might be unknown to the caller or just storing the...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Steps: 1. Write the...

typescript
status: expected behavior

Since [this PR](https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/417608) TypeScript is now using `language-configuration.json` for brace completion and matching, so we don't need this service anymore.

Area-IDE
Community

**Version Used**: 4.4.0-2.22405.13 **Steps to Reproduce**: 1. Create a new JavaScript file in Visual Studio. 2. Write the following code inside: `var # = 0;` 3. Open the error list...

Bug
Area-Analyzers

### Description It would be nice to have type information about the keys used for creating the `Fuse` instance when creating `Fuse` expressions. As an example, say I have the...

feature

Since Next allows [`href` to be a string in `Link`s](https://nextjs.org/docs/api-reference/next/link), it would be nice to also offer this more compact syntax (e.g.: Allow users to write `href="/"` instead of `href={{...

### What is the improvement or update you wish to see? I was reviewing the latest changes of `next/link` and noticed that the docs refer to a `next/link-passhref` [ESLint rule](https://nextjs.org/docs/api-reference/next/link#if-the-child-is-a-custom-component-that-wraps-an-a-tag),...

template: documentation

Is it normal for the `ls-Templates` folder to never go away? It feels like clutter considering that I also have the `ItemTemplates` source folder with basically the same content... Is...

First of all thanks for the great library! ❤️ I'm currently trying to make this work in a [Next project](https://github.com/MariaSolOs/paradeigma/tree/046f860b920a591c01ef96e28a54f1c89ac09081/apps/paradeigma-web-app) using MUI and I've been using the discussion in #50...