Skip to content

Commit

Permalink
(2) Host/Localhost Sui object creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Dec 23, 2022
1 parent 382e6f4 commit 67e7232
Show file tree
Hide file tree
Showing 14 changed files with 1,069 additions and 781 deletions.
27 changes: 27 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug integration test 'api_tests'",
"cargo": {
"args": [
"test",
"--no-run",
"--test=api_tests",
"--package=dtp-sdk"
],
"filter": {
"name": "api_tests",
"kind": "test"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true
}
Loading

0 comments on commit 67e7232

Please sign in to comment.