Remove mssql.connections node from user but
add to workspace
This commit is contained in:
parent
ed6802047e
commit
b6d93e389e
102
.vscode/settings.json
vendored
102
.vscode/settings.json
vendored
@ -50,5 +50,107 @@
|
|||||||
"peacock.color": "#85d17c",
|
"peacock.color": "#85d17c",
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.git": false
|
"**/.git": false
|
||||||
|
},
|
||||||
|
"mssql.connections": [
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=ControlPlans;Integrated Security=True",
|
||||||
|
"profileName": "ControlPlans",
|
||||||
|
"database": "ControlPlans",
|
||||||
|
"user": "",
|
||||||
|
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=G4Substrates_01;Integrated Security=True",
|
||||||
|
"profileName": "G4Substrates_01",
|
||||||
|
"database": "G4Substrates_01",
|
||||||
|
"user": "",
|
||||||
|
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=G4Wafers_01;Integrated Security=True",
|
||||||
|
"profileName": "G4Wafers_01",
|
||||||
|
"database": "G4Wafers_01",
|
||||||
|
"user": "",
|
||||||
|
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=IRMNSPC;Integrated Security=True",
|
||||||
|
"profileName": "IRMNSPC",
|
||||||
|
"database": "IRMNSPC",
|
||||||
|
"user": "",
|
||||||
|
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=Metrology;Integrated Security=True",
|
||||||
|
"profileName": "Metrology",
|
||||||
|
"database": "Metrology",
|
||||||
|
"user": "",
|
||||||
|
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=Metrology_Archive;Integrated Security=True",
|
||||||
|
"profileName": "Metrology_Archive",
|
||||||
|
"database": "Metrology_Archive",
|
||||||
|
"user": "",
|
||||||
|
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=SPCEPIWORLD;Integrated Security=True",
|
||||||
|
"profileName": "SPCEPIWORLD",
|
||||||
|
"database": "SPCEPIWORLD",
|
||||||
|
"user": "",
|
||||||
|
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"server": "10.95.128.28\\\\PROD1,53959",
|
||||||
|
"database": "",
|
||||||
|
"authenticationType": "SqlLogin",
|
||||||
|
"user": "srpadmin",
|
||||||
|
"password": "",
|
||||||
|
"emptyPasswordInput": false,
|
||||||
|
"savePassword": true,
|
||||||
|
"profileName": "LSL2SQL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=LEOSQLEC1.ec.local\\PROD1;Integrated Security=true",
|
||||||
|
"profileName": "",
|
||||||
|
"database": "",
|
||||||
|
"user": "",
|
||||||
|
"server": "LEOSQLEC1.ec.local\\PROD1",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=LEOSQLEC1.ec.local\\PROD1;Initial Catalog=HiRelSerialLog;Integrated Security=true",
|
||||||
|
"profileName": "HiRelSerialLog",
|
||||||
|
"database": "HiRelSerialLog",
|
||||||
|
"user": "",
|
||||||
|
"server": "LEOSQLEC1.ec.local\\PROD1",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"connectionString": "Data Source=LEOSQLEC1.ec.local\\PROD1;Initial Catalog=HIRELAspNetDB;Integrated Security=true",
|
||||||
|
"profileName": "HIRELAspNetDB",
|
||||||
|
"database": "HIRELAspNetDB",
|
||||||
|
"user": "",
|
||||||
|
"server": "LEOSQLEC1.ec.local\\PROD1",
|
||||||
|
"authenticationType": "Integrated",
|
||||||
|
"password": ""
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
@ -182,110 +182,6 @@
|
|||||||
"name": "Ubuntu - chown root"
|
"name": "Ubuntu - chown root"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"mssql.connections": [
|
|
||||||
{
|
|
||||||
"connectionString": "Microsoft.SqlTools|itemtype:Profile|server:MESSA008.na.infineon.com|db:IRMNSPC_TEST|user:IQSDMS1_TEST|isConnectionString:true",
|
|
||||||
"profileName": "DEV G4WAFERS",
|
|
||||||
"database": "IRMNSPC_TEST",
|
|
||||||
"user": "IQSDMS1_TEST",
|
|
||||||
"server": "MESSA008.na.infineon.com",
|
|
||||||
"authenticationType": "SqlLogin",
|
|
||||||
"savePassword": true,
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"connectionString": "Microsoft.SqlTools|itemtype:Profile|server:MESSA008.na.infineon.com|db:G4Wafers_TEST|user:IQSDMS1_TEST|isConnectionString:true",
|
|
||||||
"profileName": "DEV IRMNSPC",
|
|
||||||
"database": "G4Wafers_TEST",
|
|
||||||
"user": "IQSDMS1_TEST",
|
|
||||||
"server": "MESSA008.na.infineon.com",
|
|
||||||
"authenticationType": "SqlLogin",
|
|
||||||
"savePassword": true,
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=ControlPlans;Integrated Security=True",
|
|
||||||
"profileName": "ControlPlans",
|
|
||||||
"database": "ControlPlans",
|
|
||||||
"user": "",
|
|
||||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
|
||||||
"authenticationType": "Integrated",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=G4Substrates_01;Integrated Security=True",
|
|
||||||
"profileName": "G4Substrates_01",
|
|
||||||
"database": "G4Substrates_01",
|
|
||||||
"user": "",
|
|
||||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
|
||||||
"authenticationType": "Integrated",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=G4Wafers_01;Integrated Security=True",
|
|
||||||
"profileName": "G4Wafers_01",
|
|
||||||
"database": "G4Wafers_01",
|
|
||||||
"user": "",
|
|
||||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
|
||||||
"authenticationType": "Integrated",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=IRMNSPC;Integrated Security=True",
|
|
||||||
"profileName": "IRMNSPC",
|
|
||||||
"database": "IRMNSPC",
|
|
||||||
"user": "",
|
|
||||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
|
||||||
"authenticationType": "Integrated",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=Metrology;Integrated Security=True",
|
|
||||||
"profileName": "Metrology",
|
|
||||||
"database": "Metrology",
|
|
||||||
"user": "",
|
|
||||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
|
||||||
"authenticationType": "Integrated",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=Metrology_Archive;Integrated Security=True",
|
|
||||||
"profileName": "Metrology_Archive",
|
|
||||||
"database": "Metrology_Archive",
|
|
||||||
"user": "",
|
|
||||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
|
||||||
"authenticationType": "Integrated",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=SPCEPIWORLD;Integrated Security=True",
|
|
||||||
"profileName": "SPCEPIWORLD",
|
|
||||||
"database": "SPCEPIWORLD",
|
|
||||||
"user": "",
|
|
||||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
|
||||||
"authenticationType": "Integrated",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"connectionString": "Data Source=LEOSQLEC1.ec.local\\PROD1;Initial Catalog=HiRelSerialLog;Integrated Security=true",
|
|
||||||
"profileName": "HiRelSerialLog",
|
|
||||||
"database": "HiRelSerialLog",
|
|
||||||
"user": "",
|
|
||||||
"server": "LEOSQLEC1.ec.local\\PROD1",
|
|
||||||
"authenticationType": "Integrated",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"server": "10.95.128.28\\\\PROD1,53959",
|
|
||||||
"database": "",
|
|
||||||
"authenticationType": "SqlLogin",
|
|
||||||
"user": "srpadmin",
|
|
||||||
"password": "",
|
|
||||||
"emptyPasswordInput": false,
|
|
||||||
"savePassword": true,
|
|
||||||
"profileName": "LSL2SQL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prettier.enabledLanguageIds": [
|
"prettier.enabledLanguageIds": [
|
||||||
"csharp",
|
"csharp",
|
||||||
"css",
|
"css",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user