client.code-workspace 228 B

12345678910111213141516
  1. {
  2. "folders": [
  3. {
  4. "path": "../../client"
  5. },
  6. {
  7. "path": ".."
  8. }
  9. ],
  10. "settings": {
  11. "editor.snippetSuggestions": "bottom",
  12. "files.associations": {
  13. "skynet_socket.h": "c"
  14. }
  15. }
  16. }