Microsoft/vscode

[json] create links for values of format `uri-reference`

Open

#128 971 ouverte le 19 juil. 2021

Voir sur GitHub
 (5 commentaires) (0 réactions) (1 assigné)TypeScript (10 221 forks)batch import
feature-requesthelp wantedjson

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

Description

When authoring json it'd be great to have a richer experience when referencing other files, without having the overhead of defining a file:// URI whenever this is required (see example below). image

I would expect this behaviour by standard when the schema is defining the values as file-references, this is also related to my more pertinent issue in the vscode-yaml repository concerning the handling of k8s kustomize resources (vscode-yaml#559)

Guide contributeur