Ready to start testing
This commit is contained in:
46
Adaptation/.vscode/extensions.json
vendored
Normal file
46
Adaptation/.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"adrianwilczynski.asp-net-core-switcher",
|
||||
"adrianwilczynski.namespace",
|
||||
"adrianwilczynski.terminal-commands",
|
||||
"aliasadidev.nugetpackagemanagergui",
|
||||
"bodil.file-browser",
|
||||
"codezombiech.gitignore",
|
||||
"cweijan.vscode-office",
|
||||
"donjayamanne.githistory",
|
||||
"EditorConfig.EditorConfig",
|
||||
"eg2.vscode-npm-script",
|
||||
"esbenp.prettier-vscode",
|
||||
"formulahendry.dotnet-test-explorer",
|
||||
"GitHub.remotehub",
|
||||
"GitHub.vscode-pull-request-github",
|
||||
"hashhar.gitattributes",
|
||||
"hediet.vscode-drawio",
|
||||
"mikeburgh.xml-format",
|
||||
"ms-dotnettools.blazorwasm-companion",
|
||||
"ms-dotnettools.csharp",
|
||||
"ms-dotnettools.vscode-dotnet-runtime",
|
||||
"ms-edgedevtools.vscode-edge-devtools",
|
||||
"ms-vscode-remote.remote-ssh",
|
||||
"ms-vscode-remote.remote-ssh-edit",
|
||||
"ms-vscode.powershell",
|
||||
"patcx.vscode-nuget-gallery",
|
||||
"rangav.vscode-thunder-client",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"VirtusLab.codetale",
|
||||
"VisualStudioExptTeam.vscodeintellicode",
|
||||
"vscode-icons-team.vscode-icons"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"virtuslab.codetale",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"christian-kohler.npm-intellisense",
|
||||
"firefox-devtools.vscode-firefox-debug",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"dbaeumer.jshint",
|
||||
"felipecaputo.git-project-manager",
|
||||
"eamodio.gitlens",
|
||||
"hookyqr.beautify",
|
||||
"davidanson.vscode-markdownlint"
|
||||
]
|
||||
}
|
1
Adaptation/.vscode/format-report.json
vendored
Normal file
1
Adaptation/.vscode/format-report.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
[]
|
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": 16816
|
||||
}
|
||||
]
|
||||
}
|
72
Adaptation/.vscode/settings.json
vendored
Normal file
72
Adaptation/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"Analyte",
|
||||
"CICN",
|
||||
"EGANAIXG",
|
||||
"ELODS",
|
||||
"EQPT",
|
||||
"etcs",
|
||||
"GRATXT",
|
||||
"grpf",
|
||||
"Hmmssfff",
|
||||
"hvfet",
|
||||
"Icpms",
|
||||
"IPDSF",
|
||||
"Irmn",
|
||||
"IRMNSPC",
|
||||
"ISMTP",
|
||||
"ISNULL",
|
||||
"JOBID",
|
||||
"JVXRD",
|
||||
"Klarf",
|
||||
"Lehighton",
|
||||
"Lian",
|
||||
"milli",
|
||||
"mvfet",
|
||||
"MVIN",
|
||||
"PDSF",
|
||||
"pdsfc",
|
||||
"PPID",
|
||||
"pptst",
|
||||
"RPMPL",
|
||||
"RPMXY",
|
||||
"rtsp",
|
||||
"RUNMO",
|
||||
"SIASM",
|
||||
"stddev",
|
||||
"Stks",
|
||||
"SUMMO",
|
||||
"Tesseract",
|
||||
"TIBCO",
|
||||
"TMAL",
|
||||
"TMGA",
|
||||
"TXTAPC",
|
||||
"TXTIQS",
|
||||
"Villach",
|
||||
"XRDAI",
|
||||
"XRDFWHM",
|
||||
"XRDSL",
|
||||
"XRDXRR",
|
||||
"XRDXY"
|
||||
],
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#7ea1d9",
|
||||
"activityBar.activeBorder": "#f8e6ed",
|
||||
"activityBar.background": "#7ea1d9",
|
||||
"activityBar.foreground": "#15202b",
|
||||
"activityBar.inactiveForeground": "#15202b99",
|
||||
"activityBarBadge.background": "#f8e6ed",
|
||||
"activityBarBadge.foreground": "#15202b",
|
||||
"sash.hoverBorder": "#7ea1d9",
|
||||
"statusBar.background": "#5684ce",
|
||||
"statusBar.foreground": "#e7e7e7",
|
||||
"statusBarItem.hoverBackground": "#7ea1d9",
|
||||
"statusBarItem.remoteBackground": "#5684ce",
|
||||
"statusBarItem.remoteForeground": "#e7e7e7",
|
||||
"titleBar.activeBackground": "#5684ce",
|
||||
"titleBar.activeForeground": "#e7e7e7",
|
||||
"titleBar.inactiveBackground": "#5684ce99",
|
||||
"titleBar.inactiveForeground": "#e7e7e799"
|
||||
},
|
||||
"peacock.color": "#5684ce"
|
||||
}
|
Reference in New Issue
Block a user