snippet_provider: Use proper casing of VsCode
in identifiers (#29038)
This PR renames some identifiers in the `snippet_provider` to use the correct casing of `VsCode`. Release Notes: - N/A
This commit is contained in:
parent
3538acec7c
commit
269f6403dd
4 changed files with 12 additions and 12 deletions
|
@ -87,7 +87,7 @@ impl JsonLspAdapter {
|
|||
);
|
||||
let tasks_schema = task::TaskTemplates::generate_json_schema();
|
||||
let debug_schema = task::DebugTaskFile::generate_json_schema();
|
||||
let snippets_schema = snippet_provider::format::VSSnippetsFile::generate_json_schema();
|
||||
let snippets_schema = snippet_provider::format::VsSnippetsFile::generate_json_schema();
|
||||
let tsconfig_schema = serde_json::Value::from_str(TSCONFIG_SCHEMA).unwrap();
|
||||
let package_json_schema = serde_json::Value::from_str(PACKAGE_JSON_SCHEMA).unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue