Skip to content

Commit

Permalink
Rotary Mixer mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
ericx authored and ericx committed Feb 22, 2024
1 parent 58f45c7 commit f24b475
Show file tree
Hide file tree
Showing 20 changed files with 847 additions and 2,493 deletions.
7 changes: 2 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@
"type": "firefox",
"request": "launch",
"name": "vuejs: firefox",
"url": "http://localhost:8080",
"url": "http://localhost:8081",
"webRoot": "${workspaceFolder}/src",
"tmpDir": "/home/ericx/Desktop/FirefoxTemp",
"pathMappings": [
{
"url": "webpack:///src/services/theme/utils.ts",
"path": "git:/Users/krishna/CIDAR/3duf-vue-port/src/cc/hardware/utils.ts?%7B%22path%22%3A%22%2FUsers%2Fkrishna%2FCIDAR%2F3duf-vue-port%2Fsrc%2Fcc%2Fhardware%2Futils.ts%22%2C%22ref%22%3A%22%22%7D"
},
{
"url": "webpack:///src/",
"path": "${webRoot}/"
Expand Down
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
},
"cSpell.words": ["registryref"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"rpc.enabled": true
"rpc.enabled": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
13 changes: 13 additions & 0 deletions launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "firefox",
"request": "launch",
"name": "Launch Firefox against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}

Loading

0 comments on commit f24b475

Please sign in to comment.