Adds GetFollowedTags
This commit is contained in:
parent
9faaa4f0dc
commit
589be3c1f8
7 changed files with 168 additions and 5 deletions
25
.vscode/launch.json
vendored
Normal file
25
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
// 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": [
|
||||
{
|
||||
"name": "Launch Package",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${fileDirname}",
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "mstdn",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
// "cwd": "${workspaceFolder}/cmd/mstdn",
|
||||
"program": "${workspaceFolder}/cmd/mstdn",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue