You've already forked setup-dotnet
							
							
				mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-04 08:56:35 +07:00 
			
		
		
		
	Remove vscode files
This commit is contained in:
		
							
								
								
									
										33
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										33
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							@ -1,33 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": "0.2.0",
 | 
			
		||||
    "configurations": [
 | 
			
		||||
      {
 | 
			
		||||
        "type": "node",
 | 
			
		||||
        "request": "launch",
 | 
			
		||||
        "name": "Jest All",
 | 
			
		||||
        "program": "${workspaceFolder}/node_modules/.bin/jest",
 | 
			
		||||
        "args": ["--runInBand"],
 | 
			
		||||
        "console": "integratedTerminal",
 | 
			
		||||
        "internalConsoleOptions": "neverOpen",
 | 
			
		||||
        "disableOptimisticBPs": true,
 | 
			
		||||
        "windows": {
 | 
			
		||||
          "program": "${workspaceFolder}/node_modules/jest/bin/jest",
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
        "type": "node",
 | 
			
		||||
        "request": "launch",
 | 
			
		||||
        "name": "Jest Current File",
 | 
			
		||||
        "program": "${workspaceFolder}/node_modules/.bin/jest",
 | 
			
		||||
        "args": [
 | 
			
		||||
          "${fileBasenameNoExtension}"
 | 
			
		||||
        ],
 | 
			
		||||
        "console": "integratedTerminal",
 | 
			
		||||
        "internalConsoleOptions": "neverOpen",
 | 
			
		||||
        "disableOptimisticBPs": true,
 | 
			
		||||
        "windows": {
 | 
			
		||||
          "program": "${workspaceFolder}/node_modules/jest/bin/jest",
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
							
								
								
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@ -1,3 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "git.ignoreLimitWarning": true
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user