Skip to content

Commit

Permalink
Add uv.lock as being identified automatically as TOML (#668)
Browse files Browse the repository at this point in the history
* Add uv.lock as being identified automatically as TOML

Fixes #667

* Add back newline at the end of editors/vscode/package.json
  • Loading branch information
thernstig authored Oct 4, 2024
1 parent 461151d commit db31b2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
".toml"
],
"filenames": [
"Cargo.lock"
"Cargo.lock",
"uv.lock"
],
"configuration": "./language-configuration.json"
}
Expand Down

0 comments on commit db31b2b

Please sign in to comment.