initial commit - code moved to separate repo
This commit is contained in:
124
.vscode/settings.json
vendored
Normal file
124
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"diffEditor.codeLens": true,
|
||||
"editor.tabCompletion": "on",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"html.format.wrapAttributes": "force",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": true,
|
||||
// "source.organizeImports": true
|
||||
},
|
||||
"[dotenv]": {
|
||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||
},
|
||||
"[ignore]": {
|
||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||
},
|
||||
"sqltools.connections": [
|
||||
{
|
||||
"mysqlOptions": {
|
||||
"authProtocol": "default"
|
||||
},
|
||||
"previewLimit": 50,
|
||||
"server": "192.168.0.10",
|
||||
"port": 3306,
|
||||
"driver": "MariaDB",
|
||||
"name": "docker",
|
||||
"database": "mysql",
|
||||
"username": "root"
|
||||
},
|
||||
{
|
||||
"mssqlOptions": {
|
||||
"appName": "SQLTools",
|
||||
"useUTC": true,
|
||||
"encrypt": true
|
||||
},
|
||||
"previewLimit": 50,
|
||||
"server": "192.168.0.10",
|
||||
"port": 1433,
|
||||
"askForPassword": true,
|
||||
"driver": "MSSQL",
|
||||
"name": "mssql.d-popov.com",
|
||||
"database": "master",
|
||||
"username": "sa"
|
||||
},
|
||||
{
|
||||
"mysqlOptions": {
|
||||
"authProtocol": "default"
|
||||
},
|
||||
"previewLimit": 50,
|
||||
"server": "172.160.240.73",
|
||||
"port": 3306,
|
||||
"driver": "MariaDB",
|
||||
"name": "Azure cart jwpw",
|
||||
"database": "jwpwsofia",
|
||||
"username": "jwpwsofia"
|
||||
},
|
||||
{
|
||||
"mysqlOptions": {
|
||||
"authProtocol": "default",
|
||||
"enableSsl": "Disabled"
|
||||
},
|
||||
"previewLimit": 50,
|
||||
"server": "localhost",
|
||||
"port": 3306,
|
||||
"driver": "MariaDB",
|
||||
"name": "local dev cart",
|
||||
"database": "cart",
|
||||
"username": "root",
|
||||
"password": "7isg3FCqP1e9aSFw"
|
||||
},
|
||||
{
|
||||
"mysqlOptions": {
|
||||
"authProtocol": "default"
|
||||
},
|
||||
"previewLimit": 50,
|
||||
"server": "jwpw.mysql.database.azure.com",
|
||||
"port": 3306,
|
||||
"driver": "MariaDB",
|
||||
"name": "mysql on Azure",
|
||||
"database": "mysql",
|
||||
"username": "popov",
|
||||
"password": "F7%WZE%@1G&Bjm"
|
||||
}
|
||||
],
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||
},
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||
},
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
"vsmqtt.brokerProfiles": [
|
||||
{
|
||||
"name": "Home",
|
||||
"host": "192.168.0.10",
|
||||
"port": 1883,
|
||||
"clientId": "vsmqtt_client"
|
||||
}
|
||||
],
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
"git-blame.gitWebUrl": "",
|
||||
"[csharp]": {
|
||||
"editor.defaultFormatter": "ms-dotnettools.csharp"
|
||||
},
|
||||
"[yaml]": {
|
||||
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||
},
|
||||
"[sql]": {
|
||||
"editor.defaultFormatter": "cweijan.vscode-mysql-client2"
|
||||
},
|
||||
"[prisma]": {
|
||||
"editor.defaultFormatter": "Prisma.prisma"
|
||||
},
|
||||
"[javascriptreact]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user