mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00

* chore: fill missing translations * chore: vscode filenesting * fix: add missing dependency in debian package * fixes https://github.com/KRTirtho/spotube/issues/703 --------- Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
19 lines
551 B
JSON
19 lines
551 B
JSON
{
|
|
"cmake.configureOnOpen": false,
|
|
"cSpell.words": [
|
|
"acousticness",
|
|
"danceability",
|
|
"instrumentalness",
|
|
"Mpris",
|
|
"riverpod",
|
|
"speechiness",
|
|
"Spotube",
|
|
"winget"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.patterns": {
|
|
"pubspec.yaml": "pubspec.lock,analysis_options.yaml,.packages,.flutter-plugins,.flutter-plugins-dependencies",
|
|
"README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md",
|
|
}
|
|
} |