skip to Main Content

Visual Studio Code – .vs-code server/bin and tabnine extension trying to push to GitHub, failing

I'm trying to push my code to GitHub, but keep getting the following errors: remote: warning: File .vscode-server/bin/e4503b30fc78200f846c62cf8091b76ff5547662/node is 75.64 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB remote: error: Trace: 0d8800fdb9c63ca4691425c2af625642fe616e4fc3de1320cdb47e20a5fc07bf remote: error: See…

VIEW QUESTION

Visual Studio Code – Cannot import local files in python debugger (vs code)

I am doing the following: mkdir folder_structure mkdir folder_structure/utils touch folder_structure/utils/tools.py touch folder_structure/main.py Write in main.py: from folder_structure.utils.tools import dummy if __name__ == '__main__': dummy() Write in tools.py: def dummy(): print("Dummy") touch folder_structure/__init__.py touch folder_structure/utils/__init__.py Run the vs code debugger…

VIEW QUESTION

Visual Studio Code – Unable to move to cache, unable to move cache folder, unable to create cache

I am using VS code to open my react projects. Neither the folder from the git repository nor the locally stowed projects are accessible. [13512:1219/213241.168:ERROR:cache_util_win.cc(20)] Unable to move the cache: Zugriff verweigert (0x5) [13512:1219/213241.169:ERROR:cache_util.cc(145)] Unable to move cache folder C:UsersmagsuAppDataRoamingCodeCacheCache_Data…

VIEW QUESTION
Back To Top
Search