mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
style: format json files (#563)
This commit is contained in:
@@ -1,31 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "Deno",
|
"name": "Deno",
|
||||||
"dockerFile": "Dockerfile",
|
"dockerFile": "Dockerfile",
|
||||||
|
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash",
|
"terminal.integrated.shell.linux": "/bin/bash",
|
||||||
"deno.enable": true,
|
"deno.enable": true,
|
||||||
"deno.lint": true,
|
"deno.lint": true,
|
||||||
"editor.defaultFormatter": "denoland.vscode-deno",
|
"editor.defaultFormatter": "denoland.vscode-deno",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true,
|
"source.organizeImports": true,
|
||||||
"source.fixAll": true
|
"source.fixAll": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"denoland.vscode-deno"
|
"denoland.vscode-deno"
|
||||||
],
|
]
|
||||||
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
|
// "forwardPorts": [],
|
||||||
|
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Uncomment to use the Docker CLI from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker.
|
||||||
// "forwardPorts": [],
|
// "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
|
||||||
|
|
||||||
// Uncomment to use the Docker CLI from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker.
|
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
|
||||||
// "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
|
// "remoteUser": "vscode"
|
||||||
|
|
||||||
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
|
|
||||||
// "remoteUser": "vscode"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+8
-8
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"deno.enable": true,
|
"deno.enable": true,
|
||||||
"deno.lint": true,
|
"deno.lint": true,
|
||||||
"editor.defaultFormatter": "denoland.vscode-deno",
|
"editor.defaultFormatter": "denoland.vscode-deno",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true,
|
"source.organizeImports": true,
|
||||||
"source.fixAll": true
|
"source.fixAll": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ translations work properly now.
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"DESCRIPTION": "Hug yourself or another user."
|
"DESCRIPTION": "Hug yourself or another user."
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -58,9 +58,9 @@ add those in.
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"DESCRIPTION": "Hug yourself or another user.",
|
"DESCRIPTION": "Hug yourself or another user.",
|
||||||
"SELF": "If you had no one to hug you could have hugged me. Years from now, when you're thinking about me, you're gonna say: 'How did I ever get along without that wonderful, constant companion?' *Woof.*",
|
"SELF": "If you had no one to hug you could have hugged me. Years from now, when you're thinking about me, you're gonna say: 'How did I ever get along without that wonderful, constant companion?' *Woof.*",
|
||||||
"OTHER": "{{user}} was hugged by {{mention}}"
|
"OTHER": "{{user}} was hugged by {{mention}}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -127,9 +127,9 @@ example of different languages.
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"DESCRIPTION": "Abrázate a ti mismo oa otro usuario",
|
"DESCRIPTION": "Abrázate a ti mismo oa otro usuario",
|
||||||
"SELF": "Si no tuvieras a nadie a quien abrazar, podrías haberme abrazado. Años a partir de ahora, cuando estés pensando en mí, dirás: '¿Cómo me las arreglé sin esa maravillosa y constante compañera?' *Guau.*",
|
"SELF": "Si no tuvieras a nadie a quien abrazar, podrías haberme abrazado. Años a partir de ahora, cuando estés pensando en mí, dirás: '¿Cómo me las arreglé sin esa maravillosa y constante compañera?' *Guau.*",
|
||||||
"OTHER": "{{user}} fue abrazado por {{mention}}"
|
"OTHER": "{{user}} fue abrazado por {{mention}}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user