Enable specific extension of any folder if inside a specific folder

Viewed 9

My folder structure

Python Projects
|-- Project 1
    |-- Sub Project 1
    |-- Sub Project 2
|-- Project 2

Is it possible that I do something and every time I open any folder inside Python Projects, python extension is enabled automatically. (python extension is disabled by default).

0 Answers
Related