vscode/extensions/json-language-features
Aiday Marlen Kyzy 9c184b6007
Sort JSONC files on save (#188480)
* adding the initial code for sorting on save setting

* adding code, it is working, but how to get the text editor options

* cleaning the code

* making the callback synchronous, why does waitUntil not work

* removed unwated edit

* previously the check on is text edit instance was throwing an error, now checking manually that it is working

* chaning the return type of `getOptionsForDocument` to udnefined by default

* Convert to TextEdit instances

---------
2023-08-02 03:24:03 -07:00
..
.vscode html-language-features CONTRIBUTING.md is wrong. Fixes #129842 2021-08-19 11:50:09 +02:00
client Sort JSONC files on save (#188480) 2023-08-02 03:24:03 -07:00
icons [ImgBot] Optimize images 2018-11-06 20:46:03 +00:00
server [json/css/html] update services (#183595) 2023-05-26 22:54:38 +02: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 Sort JSONC files on save (#188480) 2023-08-02 03:24:03 -07:00
package.nls.json Sort JSONC files on save (#188480) 2023-08-02 03:24:03 -07:00
README.md Edit pass on new built-in extension comments (#54277) 2018-07-13 15:28:27 -07:00
yarn.lock Bump semver (#187654) 2023-07-12 01:49:45 +02: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.