daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
372 stars 44 forks source link

Added .hidden-sublime-package for Debugger33 #236

Closed narenkarthicktp closed 8 months ago

narenkarthicktp commented 9 months ago

Package Control: List Packages shows a package called Debugger33. Turns out this is a folder created by the Debugger package.

It is possible to hide these kinds of folders by adding an empty file named .hidden-sublime-package

PS: I am new to open source (any feedback is appreciated), and I did not realize that the codebase was different from the stable version. While testing out my changes, there was an error in the modules/adapters/util/init.py file on the line from .import process. I could not find any file named process so I decided to comment it out so that I can proceed to test my changes. Kindly review, Thanks!