8.0.100
EC Databases workbench.editor.untitled.hint
This commit is contained in:
parent
6f3659de37
commit
731ded5b19
@ -21,7 +21,7 @@
|
||||
"enableAnalyzersSupport": true
|
||||
},
|
||||
"sdk": {
|
||||
"path": "C:/Program Files/dotnet/sdk/8.0.100-rc.2.23502.2/",
|
||||
"version": "8.0.100-rc.2.23502.2"
|
||||
"path": "C:/Program Files/dotnet/sdk/8.0.100/",
|
||||
"version": "8.0.100"
|
||||
}
|
||||
}
|
28
.vscode/settings.json
vendored
28
.vscode/settings.json
vendored
@ -58,65 +58,65 @@
|
||||
},
|
||||
"mssql.connections": [
|
||||
{
|
||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=ControlPlans;Integrated Security=True",
|
||||
"connectionString": "Data Source=messqlec1.infineon.com\\PROD1,53959;Initial Catalog=ControlPlans;Integrated Security=True",
|
||||
"profileName": "ControlPlans",
|
||||
"database": "ControlPlans",
|
||||
"user": "",
|
||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||
"server": "messqlec1.infineon.com\\PROD1,53959",
|
||||
"authenticationType": "Integrated",
|
||||
"password": ""
|
||||
},
|
||||
{
|
||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=G4Substrates_01;Integrated Security=True",
|
||||
"connectionString": "Data Source=messqlec1.infineon.com\\PROD1,53959;Initial Catalog=G4Substrates_01;Integrated Security=True",
|
||||
"profileName": "G4Substrates_01",
|
||||
"database": "G4Substrates_01",
|
||||
"user": "",
|
||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||
"server": "messqlec1.infineon.com\\PROD1,53959",
|
||||
"authenticationType": "Integrated",
|
||||
"password": ""
|
||||
},
|
||||
{
|
||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=G4Wafers_01;Integrated Security=True",
|
||||
"connectionString": "Data Source=messqlec1.infineon.com\\PROD1,53959;Initial Catalog=G4Wafers_01;Integrated Security=True",
|
||||
"profileName": "G4Wafers_01",
|
||||
"database": "G4Wafers_01",
|
||||
"user": "",
|
||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||
"server": "messqlec1.infineon.com\\PROD1,53959",
|
||||
"authenticationType": "Integrated",
|
||||
"password": ""
|
||||
},
|
||||
{
|
||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=IRMNSPC;Integrated Security=True",
|
||||
"connectionString": "Data Source=messqlec1.infineon.com\\PROD1,53959;Initial Catalog=IRMNSPC;Integrated Security=True",
|
||||
"profileName": "IRMNSPC",
|
||||
"database": "IRMNSPC",
|
||||
"user": "",
|
||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||
"server": "messqlec1.infineon.com\\PROD1,53959",
|
||||
"authenticationType": "Integrated",
|
||||
"password": ""
|
||||
},
|
||||
{
|
||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=Metrology;Integrated Security=True",
|
||||
"connectionString": "Data Source=messqlec1.infineon.com\\PROD1,53959;Initial Catalog=Metrology;Integrated Security=True",
|
||||
"profileName": "Metrology",
|
||||
"database": "Metrology",
|
||||
"user": "",
|
||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||
"server": "messqlec1.infineon.com\\PROD1,53959",
|
||||
"authenticationType": "Integrated",
|
||||
"password": ""
|
||||
},
|
||||
{
|
||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=Metrology_Archive;Integrated Security=True",
|
||||
"connectionString": "Data Source=messqlec1.infineon.com\\PROD1,53959;Initial Catalog=Metrology_Archive;Integrated Security=True",
|
||||
"profileName": "Metrology_Archive",
|
||||
"database": "Metrology_Archive",
|
||||
"user": "",
|
||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||
"server": "messqlec1.infineon.com\\PROD1,53959",
|
||||
"authenticationType": "Integrated",
|
||||
"password": ""
|
||||
},
|
||||
{
|
||||
"connectionString": "Data Source=messv01ec.ec.local\\PROD1,53959;Initial Catalog=SPCEPIWORLD;Integrated Security=True",
|
||||
"connectionString": "Data Source=messqlec1.infineon.com\\PROD1,53959;Initial Catalog=SPCEPIWORLD;Integrated Security=True",
|
||||
"profileName": "SPCEPIWORLD",
|
||||
"database": "SPCEPIWORLD",
|
||||
"user": "",
|
||||
"server": "messv01ec.ec.local\\PROD1,53959",
|
||||
"server": "messqlec1.infineon.com\\PROD1,53959",
|
||||
"authenticationType": "Integrated",
|
||||
"password": ""
|
||||
},
|
||||
|
@ -86,7 +86,6 @@
|
||||
"window.zoomLevel": 1,
|
||||
"workbench.commandPalette.history": 20,
|
||||
"workbench.editor.empty.hint": "hidden",
|
||||
"workbench.editor.untitled.hint": "hidden",
|
||||
"workbench.list.openMode": "doubleClick",
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
"cSpell.words": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user