vs-rest-api
vs-rest-api copied to clipboard
Visual Studio Code extension that provides a REST API to control your editor.
I was able to get the rest api up and running and the following url works in my browser: http://127.0.0.1:1781/api/ If I add a custom endpoint, would it show up...
During requests from browser (chrome) i've got som CORS related errors, because of OPTIONS requests issued by the browser, so some methods cannot be used (like workspace PATCH).... Are browsers...
- Issue Type: `Performance` - Extension Name: `vs-rest-api` - Extension Version: `3.0.1` - OS Version: `Darwin x64 18.6.0` - VSCode version: `1.35.1` :warning: Make sure to **attach** this file from...
The `net` module in node allows you to create a TCP or IPC server, AF_UNIX sockets on *nix and named pipes on Windows. Using an AF_UNIX socket is generally easier...