question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Opening Cuda Files with Code Editor.

See original GitHub issue

Is your feature request related to a problem? Please describe. I’m always frustrated when I try to open a file to edit it and the file gets downloaded. In particular, recently I’ve working with .cu files.

Describe the solution you’d like The text-based files, such as source code, could simply open on the text editor. Hence, having the same behaviours such as for the .c and .py files.

  1. I wish to be able to open .cu files in the colab code editor;
  2. If possible, allow users to configure which files they want to open in the code editor. Today is cuda files, tomorrow could be another extension. After all, the download option is always available on the right-click menu; or
  3. Add the option to open with code editor to the right-click menu.

Describe alternatives you’ve considered Currently, the work around is to save the file as .c in order to edit it. Then when I need to use it I rename it to .cu. This process is time consuming.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bloiscommented, Sep 23, 2021

Fix should arrive in a few days.

1reaction
bloiscommented, Jul 27, 2021

This should be fixed now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

simplest programming environment (editor) for Cuda?
Open “My Computer” (or explorer, or whatever) and navigate to C:\ProgramData\NVIDIA Corporation\NVIDIA CUDA SDK\common; Double-click on ...
Read more >
CUDA Support in Visual Studio Code with Julia Reid - YouTube
Sign up for Pure Virtual C++ 2021 today! https://visualstudio.microsoft.com/pure-virtual-cpp-event-2021/Julia gives a peek into the state ...
Read more >
Compiling CUDA File in VS Code [A How-To Guide]
The procedure to do that is fairly simple. In your project, hit F5F5/F5 and you'll get the below pop-up. The default compiler chosen...
Read more >
Using Visual Studio Code for CUDA
To open it if it doesn't exist goto “Terminal -> Configure Tasks”. Either choose directly “open tasks.json” or any of the other configure ......
Read more >
CudaText - Home
CudaText is a cross-platform text editor, written in Object Pascal. It is open source project and can be used free of charge, even...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found