microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
718 stars 242 forks source link

Always an .alpackages/.snapshots folder #7762

Closed SebastiaanLubbers closed 2 weeks ago

SebastiaanLubbers commented 4 weeks ago

Please include the following with each issue:

1. Describe the bug Even when not working with AL. Having the extension installed creates .alpackages and .snapshots folder.

2. To Reproduce Steps to reproduce the behavior:

  1. Open empty folder in vscode
  2. Run dotnet new console
  3. An empty .alpackages and .snapshots folder also appear

3. Expected behavior No AL related stuff as long there is no app.json in the folder/solution.

4. Actual behavior image

5. Versions:

samyhaff commented 2 weeks ago

Hi, I couldn't reproduce this, can you please check that you're not missing any step in the "To Reproduce:" section, and that you don't have anything relevant in you setup that is not mentioned in the "Versions" section, such as other installed VSCode extensions or AL global/user settings? Thanks!

SebastiaanLubbers commented 2 weeks ago

I've split up my workloads and started using VSCode profiles where depending doing AL/C#/Java/Node I use a different profile with each their own settings/extensions. This way Java does not activate when doing AL, and AL does not activate when doing C#