We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacb7ae commit c5a6dceCopy full SHA for c5a6dce
.gitignore
@@ -1,6 +1,5 @@
1
# IDE
2
.idea
3
-.vscode
4
5
# Config
6
.env
.vscode/launch.json
@@ -0,0 +1,18 @@
+{
+ // 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": [
7
+ {
8
+ "name": "Serve",
9
+ "type": "go",
10
+ "request": "launch",
11
+ "mode": "auto",
12
+ "program": "${workspaceFolder}/cmd/permify/permify.go",
13
+ "args": ["serve"],
14
+ "env": {
15
+ }
16
17
+ ]
18
+}
0 commit comments