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 772462f commit 757be3bCopy full SHA for 757be3b
README.md
@@ -45,6 +45,22 @@ To login into Codeishot:
45
46
## Configuration
47
48
+Extension Settings:
49
+
50
+```json
51
+/* settings.json */
52
+{
53
+ "Authentication": true,
54
+ "jwt": ""
55
+}
56
+```
57
58
+Or by using the settings user interface:
59
60
+
61
62
+**`config.ts` Parameters**
63
64
- **Base URL**: Set to `https://codeishot.com` by default. Change it in the code if you're using a different server.
65
- **API Endpoint**: The extension posts to `https://api.codeishot.com`.
66
assets/user_interface.png
75.4 KB
0 commit comments