Skip to content

Commit 0b0b5c0

Browse files
authored
Merge pull request #693 from blockstack/feature/file-api-additions
Support additional types in putFile
2 parents 748c546 + 647e5f2 commit 0b0b5c0

File tree

8 files changed

+688
-44
lines changed

8 files changed

+688
-44
lines changed

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "unitTests",
11+
"args": ["${workspaceFolder}/tests/unitTests/src/index.ts"],
12+
"runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"],
13+
"outputCapture": "std"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)