mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Made little snitch's ruleset more manageable
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# Visual Studio Code
|
||||
|
||||
1. [Network connections](#network-connections)
|
||||
2. [Troubleshooting](#troubleshooting)
|
||||
1. [_No extensions found_ when running from source](#no-extensions-found-when-running-from-source)
|
||||
3. [Further readings](#further-readings)
|
||||
4. [Sources](#sources)
|
||||
|
||||
## Network connections
|
||||
|
||||
See [Network connections in Visual Studio Code].
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### _No extensions found_ when running from source
|
||||
@@ -20,10 +30,18 @@ jq '.extensionsGallery' /usr/lib/code/product.json
|
||||
|
||||
and if not, change them.
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Network connections in Visual Studio Code]
|
||||
|
||||
## Sources
|
||||
|
||||
- [using extensions in compiled vscode]
|
||||
|
||||
[using extensions in compiled vscode]: https://stackoverflow.com/questions/44057402/using-extensions-in-compiled-vscode#45291490
|
||||
|
||||
<!-- product's references -->
|
||||
[network connections in visual studio code]: https://code.visualstudio.com/docs/setup/network
|
||||
[official product.json]: https://github.com/Microsoft/vscode/blob/master/product.json
|
||||
|
||||
<!-- internal references -->
|
||||
<!-- external references -->
|
||||
[using extensions in compiled vscode]: https://stackoverflow.com/questions/44057402/using-extensions-in-compiled-vscode#45291490
|
||||
|
||||
Reference in New Issue
Block a user