startup
Here are 582 public repositories matching this topic...
-
Updated
Oct 7, 2020 - Vim script
-
Updated
Jul 25, 2017 - HTML
-
Updated
Nov 25, 2019 - Python
-
Updated
Nov 2, 2020
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Nov 5, 2020 - Python
-
Updated
Jun 18, 2019
-
Updated
Oct 28, 2020 - Kotlin
-
Updated
Nov 13, 2020 - CSS
-
Updated
Dec 9, 2019 - PHP
-
Updated
Oct 11, 2020 - Python
-
Updated
Sep 18, 2020
-
Updated
Oct 18, 2017
-
Updated
Jul 5, 2020
-
Updated
Oct 19, 2020 - JavaScript
Would it be possible somehow to use the vscode-powertools to "pin" certain files, so that they won't close with cmd+w (on mac)?
I'm thinking to remap cmd+w to a powertool somehow, and make it call the vscode default close action, but first compare the file path with a simple list of files (".vscode-pinned-files") to see if the files are there. I can make a safe-to-close.sh shell script myse
-
Updated
Jul 16, 2018
-
Updated
Sep 9, 2020 - HTML
-
Updated
Oct 23, 2020 - R
-
Updated
Nov 23, 2020 - JavaScript
Improve this page
Add a description, image, and links to the startup topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the startup topic, visit your repo's landing page and select "manage topics."


To the best of my knowledge, it's not possible to deploy a script via REST - you must use the Python client. Please correct me if I'm wrong here.
For example, I would expect to be able to POST to "/endpoints" with all of the data necessary (including the logic) to deploy a new script. Similarly, I would also expect to have the ability to update the logic of a deployed script with a PUT to "/end