vscode/extensions/json-language-features
Aiday Marlen Kyzy eee87af252
Adding the server and client code to the JSON language features extensions to enable JSONC sorting in VS Code (#174352)
* temporarily changing the funcion onFromat to be able to trigger the sorting on real examples

* adding the DocumentSortingRequest

* accesssing directly the text edits from the request

* added code in order to provide the link between the json sorting capabiliites and vscode

* adapting to the new api output of the sort function

* instead of using await use then inside of the command that registers

* textEditor replaces window.activeTextEditor

* adding changes from review

* update service

* use SortOptions

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-02-17 19:49:05 +01:00
..
.vscode html-language-features CONTRIBUTING.md is wrong. Fixes #129842 2021-08-19 11:50:09 +02:00
client Adding the server and client code to the JSON language features extensions to enable JSONC sorting in VS Code (#174352) 2023-02-17 19:49:05 +01:00
icons [ImgBot] Optimize images 2018-11-06 20:46:03 +00:00
server Adding the server and client code to the JSON language features extensions to enable JSONC sorting in VS Code (#174352) 2023-02-17 19:49:05 +01:00
.vscodeignore remove unecessary files in build 2022-02-18 20:38:55 +01:00
CONTRIBUTING.md html-language-features CONTRIBUTING.md is wrong. Fixes #129842 2021-08-19 11:50:09 +02:00
extension-browser.webpack.config.js used shared webpack-config for browser 2020-06-25 23:22:02 +02:00
extension.webpack.config.js update request-light 2021-07-13 09:16:43 +02:00
package.json Adding the server and client code to the JSON language features extensions to enable JSONC sorting in VS Code (#174352) 2023-02-17 19:49:05 +01:00
package.nls.json Adding the server and client code to the JSON language features extensions to enable JSONC sorting in VS Code (#174352) 2023-02-17 19:49:05 +01:00
README.md Edit pass on new built-in extension comments (#54277) 2018-07-13 15:28:27 -07:00
yarn.lock [json/html/css] update dependencies (#172058) 2023-01-23 20:49:20 +01:00

Language Features for JSON files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See JSON in Visual Studio Code to learn about the features of this extension.