Skip to content

Commit

Permalink
Merge with Main
Browse files Browse the repository at this point in the history
Move global code to axios. Expect JSON objects from the web worker
Fix typos
Fix package json and yarn lock files that got messy in the merge (we delibereately merged with conflicts.)
Forward proxy into web workers created by global code (should verify that everyone is using the proxy, could be done cleaner)
mock objects use the newer interfaces
  • Loading branch information
nagilson committed Oct 3, 2023
1 parent 1df99b4 commit ab7c2c8
Show file tree
Hide file tree
Showing 17 changed files with 4,501 additions and 5,544 deletions.
18 changes: 15 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
// Ensure that we don't send telemetry when using the sample extension in this workspace
{
"dotnetAcquisitionExtension.enableTelemetry": false
// Ensure that we don't send telemetry when using the sample extension in this workspace
{
"dotnetAcquisitionExtension.enableTelemetry": false,
"cSpell.words": [
"APPDATA",
"aspnet",
"aspnetcore",
"distros",
"HKCU",
"HKEY",
"norestart",
"programfiles",
"REGHEXVALUE",
"REGTYPE"
]
}
Loading

0 comments on commit ab7c2c8

Please sign in to comment.