Leo
Leo
**To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **VSCodeVim version**: 1.23.1 Stack trace ``` Error:...
``` { "test": { "inline": 1 }, "world": { "hi": { "say": 1, "age": 20 } } } ``` support look like: ``` type AutoGenerated struct { Test Test `json:"test"`...
json Schema ``` { "$schema": "http://json-schema.org/draft-04/schema#", "title": "Example Schema", "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "age": { "description": "Age in years", "type":...
[Error - 8:43:30 AM] Request textDocument/documentSymbol failed. Message: Request textDocument/documentSymbol failed with message: Cannot read property 'type' of null Code: -32603