Emily Grace Seville

Results 192 issues of Emily Grace Seville

- [ ] The page (if new), does not already exist in the repository. - [x] The page is in the correct platform directory (`common/`, `linux/`, etc.) - [x] The...

page edit
stalebot ignore

- [ ] The page (if new), does not already exist in the repository. - [x] The page is in the correct platform directory (`common/`, `linux/`, etc.) - [x] The...

page edit
new command
stalebot ignore

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

# Steps to reproduce 1. Press `New` 2. Press `Other/.NET` 3. Press `Console Project` 4. Press `Run/Start Without Debugging` and obtain `Build successful` 5. Press `Run/Start Without Debugging` and obtain...

## Summary This PR adds JSON Schema hints and validation for _data files used for generating site at https://jekyllrb.com. ![image](https://user-images.githubusercontent.com/42812113/161430362-53d98886-35c4-4b9d-9437-5c30c6f14a07.png) [YAML][extension] extension is required for VS Code. [extension]: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml ##...

site

[JSON schema][schema] is moved from schemastore. [schema]: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/jekyll.json

needs-decision :thinking:

**A description of the problem** There is no info about: - default values of props - required props ```yml # conf.yml: # ... cheatpaths: - name: community # a name...

priority
documentation

# Environment Emacs: 27.1 # Steps to reproduce - `sudo apt install nodejs` - `sudo apt install npm` - `sudo npm i -g bash-language-server` - `M-x package-install RET lsp-mode` -...

- `$PATH` = `/home/emilyseville7cfg/.dotnet:/home/emilyseville7cfg/.local/bin:/home/emilyseville7cfg/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin` - `which shellcheck` = `/usr/bin/shellcheck` But when I open any .sh script I obtain no linting: ![image](https://user-images.githubusercontent.com/42812113/170884210-4205cd7d-ad68-4c1d-adbb-41cea97afea8.png) The workaround is: ```json // Settings in here override...

## Summary I have the following schema (it is just a simplified `jekyll.json` from my [PR](https://github.com/SchemaStore/schemastore/pull/2120)): ```json { "$schema": "http://json-schema.org/draft-07/schema", "$comment": "https://jekyllrb.com/docs/configuration/", "title": "Jekyll static site generator config file schema",...