#pragma warning disable ...
#pragma warning restore ...
This commit is contained in:
20
Adaptation/.vscode/format-report.json
vendored
Normal file
20
Adaptation/.vscode/format-report.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"DocumentId": {
|
||||
"ProjectId": {
|
||||
"Id": "36ce7503-a7d8-470b-8576-22756424c451"
|
||||
},
|
||||
"Id": "fcfbf07c-6987-4353-afb3-7491fde8d564"
|
||||
},
|
||||
"FileName": "WS.cs",
|
||||
"FilePath": "T:\\MET08THFTIRQS408M\\06_SourceCode\\MET08THFTIRQS408M\\Adaptation\\Shared\\Metrology\\WS.cs",
|
||||
"FileChanges": [
|
||||
{
|
||||
"LineNumber": 1,
|
||||
"CharNumber": 1,
|
||||
"DiagnosticId": "IMPORTS",
|
||||
"FormatDescription": "Fix imports ordering."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
10
Adaptation/.vscode/launch.json
vendored
Normal file
10
Adaptation/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": ".NET Core Attach",
|
||||
"type": "coreclr",
|
||||
"request": "attach",
|
||||
"processId": 3316
|
||||
}
|
||||
]
|
||||
}
|
6
Adaptation/.vscode/settings.json
vendored
6
Adaptation/.vscode/settings.json
vendored
@ -2,12 +2,16 @@
|
||||
"cSpell.words": [
|
||||
"BIORAD",
|
||||
"CICN",
|
||||
"datauniqueid",
|
||||
"EQPT",
|
||||
"headerid",
|
||||
"Hmmssffff",
|
||||
"ipdsf",
|
||||
"ISMTP",
|
||||
"messa",
|
||||
"ntities",
|
||||
"PDSF",
|
||||
"THFTIRQS"
|
||||
"THFTIRQS",
|
||||
"uctor"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user