You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Execute the `Codeishot: Share snippet` command (or use `Shift + c` shortcut).
26
+
3. Execute the `Share on Codeishot` command (or use `Ctrl + Shift + c` shortcut).
32
27
4. The URL of the posted snippet is automatically copied to your clipboard.
33
28
5. Optionally, click on the pop-up message to open the snippet URL in a browser.
34
29
35
30

36
31
37
-
## Configuration
38
-
39
-
-**Base URL**: Set to `https://codeishot.com` by default. Change it in the code if you're using a different server.
40
-
-**API Endpoint**: The extension posts to `https://api.codeishot.com`.
41
-
42
-
## Dependencies
43
-
44
-
-`axios`: Used for HTTP requests.
45
-
-`vscode`: VSCode extension API.
46
-
-`path`: For handling file paths.
47
-
48
32
## Contributing
49
33
50
34
Contributions to Codeishot are welcome. Please read our contribution guidelines before submitting a pull request.
@@ -53,18 +37,10 @@ Contributions to Codeishot are welcome. Please read our contribution guidelines
53
37
54
38
This project is licensed under MIT License. See the LICENSE file for details.
55
39
56
-
## Acknowledgments
57
-
58
-
Special thanks to everyone who contributed to the development and testing of this extension.
59
-
60
40
## Disclaimer
61
41
62
42
This extension is developed as an open-source project. It's not officially affiliated with Visual Studio Code or any other products used or referenced.
63
43
64
-
## Contact
65
-
66
-
For support or queries, reach out to one of the maintainers.
0 commit comments