aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2022-04-21 23:15:15 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-21 18:49:29 -0500
commitc261c96a2c9144848a4146428bd39b92850f76e8 (patch)
tree018da4956d179e98a60b76e81a6fbf465abeb4c6 /.vscode
parentBranding: Changed the tray and top icons (diff)
downloadferdium-app-c261c96a2c9144848a4146428bd39b92850f76e8.tar.gz
ferdium-app-c261c96a2c9144848a4146428bd39b92850f76e8.tar.zst
ferdium-app-c261c96a2c9144848a4146428bd39b92850f76e8.zip
docs: fixed and unified issues templates
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 313fc9aee..21bfab5db 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,7 @@
1{ 1{
2 "prettier.singleQuote": true, 2 "prettier.singleQuote": true,
3 "js/ts.implicitProjectConfig.experimentalDecorators": true 3 "js/ts.implicitProjectConfig.experimentalDecorators": true,
4} \ No newline at end of file 4 "yaml.schemas": {
5 "https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml"
6 }
7}