Emily Grace Seville

Results 192 issues of Emily Grace Seville

## Steps to Reproduce ```C# using System; public static class MainClass { public static void Deconstruct(this Tuple tuple, out T arg0, out T1 arg1) { arg0 = tuple.Item1; arg1 =...

area-Compilers: C#

I wanna have something like this in .ron files: ![image](https://github.com/ron-rs/ron/assets/42812113/288c5640-5734-47fb-96ff-6eabe7585147) Is it planned to develop [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)-like extension to add better ron support in Visual Studio Code?

enhancement
help wanted

### Environment - Visual Studio version: 2019 Community - CodeMaid version: 11.1.209 - Code language: С# ### Description Access modifier conversions: - `To Private` - `To Protected` - `To Internal`...

enhancement
feature: cleaning

This: ```yaml menu: main: - identifier: about name: About url: /about/ weight: 1 pre: ``` doesn't work. [There](https://github.com/command-line-interface-pages/site.github.io/blob/main/config.yaml) is config for my site.

![image](https://user-images.githubusercontent.com/42812113/227689764-a433c77f-2796-45af-8e5f-66bec01bc41c.png) These 3 lines should be displayed as a one line. Problematic code is located [here](https://github.com/command-line-interface-pages/site.github.io/blob/feature/61/content/guides.md?plain=1#L80).

[Here](https://github.com/command-line-interface-pages/site.github.io) is my site, and [there](https://github.com/command-line-interface-pages/site.github.io/blob/904fe36c59727d279921784a98477cfb2f2be0a2/static/git.jpg) is an image. I use it [here](https://github.com/command-line-interface-pages/site.github.io/blob/904fe36c59727d279921784a98477cfb2f2be0a2/content/about.md?plain=1#L13). When I run `hugo server` everything looks fine: ![image](https://user-images.githubusercontent.com/42812113/223944657-8ea3b048-3421-478a-9267-23b7848206fc.png) But after deployment I get just `git man`...

## Describe the bug > Problems loading reference 'http://emily.json/#a': Unable to load schema from 'http://emily.json/': Request vscode/content failed unexpectedly without providing any details. error. when using `$ref` in: ```yaml {...

bug

## Describe the bug While choosing suggested property value, `Tab` inserts `: ` instead of just ``: ![image](https://user-images.githubusercontent.com/42812113/230767692-4b4cad9f-6da3-4ba7-b30c-4c13876b3c5e.png) ## Expected Behavior `` to be inserted instead of `: `. ##...

Added snippets for: - zip, unzip - find

Motivation is to reduce the need to google color codes each time.