remove vsc folder
This commit is contained in:
		
							parent
							
								
									c80312de9d
								
							
						
					
					
						commit
						48781b33fe
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -13,6 +13,7 @@ yarn-error.log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# IDEs and editors
 | 
					# IDEs and editors
 | 
				
			||||||
.idea/
 | 
					.idea/
 | 
				
			||||||
 | 
					.vscode/
 | 
				
			||||||
.project
 | 
					.project
 | 
				
			||||||
.classpath
 | 
					.classpath
 | 
				
			||||||
.c9/
 | 
					.c9/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										4
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,4 +0,0 @@
 | 
				
			||||||
{
 | 
					 | 
				
			||||||
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
 | 
					 | 
				
			||||||
  "recommendations": ["angular.ng-template"]
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
							
								
								
									
										20
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,20 +0,0 @@
 | 
				
			||||||
{
 | 
					 | 
				
			||||||
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
 | 
					 | 
				
			||||||
  "version": "0.2.0",
 | 
					 | 
				
			||||||
  "configurations": [
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      "name": "ng serve",
 | 
					 | 
				
			||||||
      "type": "pwa-chrome",
 | 
					 | 
				
			||||||
      "request": "launch",
 | 
					 | 
				
			||||||
      "preLaunchTask": "npm: start",
 | 
					 | 
				
			||||||
      "url": "http://localhost:4200/"
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      "name": "ng test",
 | 
					 | 
				
			||||||
      "type": "chrome",
 | 
					 | 
				
			||||||
      "request": "launch",
 | 
					 | 
				
			||||||
      "preLaunchTask": "npm: test",
 | 
					 | 
				
			||||||
      "url": "http://localhost:9876/debug.html"
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  ]
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
							
								
								
									
										42
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										42
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,42 +0,0 @@
 | 
				
			||||||
{
 | 
					 | 
				
			||||||
  // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
 | 
					 | 
				
			||||||
  "version": "2.0.0",
 | 
					 | 
				
			||||||
  "tasks": [
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      "type": "npm",
 | 
					 | 
				
			||||||
      "script": "start",
 | 
					 | 
				
			||||||
      "isBackground": true,
 | 
					 | 
				
			||||||
      "problemMatcher": {
 | 
					 | 
				
			||||||
        "owner": "typescript",
 | 
					 | 
				
			||||||
        "pattern": "$tsc",
 | 
					 | 
				
			||||||
        "background": {
 | 
					 | 
				
			||||||
          "activeOnStart": true,
 | 
					 | 
				
			||||||
          "beginsPattern": {
 | 
					 | 
				
			||||||
            "regexp": "(.*?)"
 | 
					 | 
				
			||||||
          },
 | 
					 | 
				
			||||||
          "endsPattern": {
 | 
					 | 
				
			||||||
            "regexp": "bundle generation complete"
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      "type": "npm",
 | 
					 | 
				
			||||||
      "script": "test",
 | 
					 | 
				
			||||||
      "isBackground": true,
 | 
					 | 
				
			||||||
      "problemMatcher": {
 | 
					 | 
				
			||||||
        "owner": "typescript",
 | 
					 | 
				
			||||||
        "pattern": "$tsc",
 | 
					 | 
				
			||||||
        "background": {
 | 
					 | 
				
			||||||
          "activeOnStart": true,
 | 
					 | 
				
			||||||
          "beginsPattern": {
 | 
					 | 
				
			||||||
            "regexp": "(.*?)"
 | 
					 | 
				
			||||||
          },
 | 
					 | 
				
			||||||
          "endsPattern": {
 | 
					 | 
				
			||||||
            "regexp": "bundle generation complete"
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  ]
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user