ruaan
Explore posts from serversHow to add a keyboard shortcut on a Visual Studio extension?
I'm trying to learn how to add keyboard shortcuts to a Visual Studio 2022 extension.
I shared my current attempt here on MSFT Q&A:
https://learn.microsoft.com/en-us/answers/questions/2115590/how-to-add-a-keyboard-shortcut-on-a-visual-studio
Appreciate any help on this!
1 replies
Help with creating a Visual Studio 2022 extension
If someone with experience on creating Visual Studio extensions could take a look on this question:
https://stackoverflow.com/questions/79123778/visual-studio-extension-to-render-clickable-character-before-searched-string#79123778
2 replies
DIAdiscord.js - Imagine an app
•Created by ruaan on 1/31/2024 in #djs-questions
How to update about me?
How to update the bot
about me
using the djs api?
I'm referring that 'description' section which is available in the developer's portal:
DESCRIPTION (MAXIMUM 400 CHARACTERS) Your description will appear in the About Me section of your bot's profile.
6 replies
GitHub CLI from deno
Is it possible/how to use the GitHub cli (gh) from JavaScript on deno?
Using the
Github cli
I'm able to generate download_urls
for files on a private repo without exposing my github token to the application
My idea is to call it from javascript side and return the url from an api, but i've no idea if its possible to run such tool from deno server3 replies
newbie help on deploying first project to deno
I asked on deno github and was told to ask on discord: https://github.com/denoland/deno/discussions/16039
I wonder if someone could help me on this, im trying to deploy a mongodb nodejs project
8 replies