42 lines
		
	
	
	
		
			857 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
	
		
			857 B
		
	
	
	
		
			Text
		
	
	
	
	
	
{
 | 
						|
	"folders": [
 | 
						|
		{
 | 
						|
			"path": "cs",
 | 
						|
			"name": "CS"
 | 
						|
		},
 | 
						|
		{
 | 
						|
			"path": "clock",
 | 
						|
			"name": "1. Alarm Clock"
 | 
						|
		},
 | 
						|
                {
 | 
						|
                        "path": "lift",
 | 
						|
                        "name": "2. Passenger Lift"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                        "path": "wash",
 | 
						|
                        "name": "3. Washing Machine"
 | 
						|
                },
 | 
						|
	],
 | 
						|
	"settings": {
 | 
						|
		"editor.insertSpaces": true,
 | 
						|
		"java.project.referencedLibraries": [
 | 
						|
			"../cs/labs.jar",
 | 
						|
			"../cs/junit/junit-platform-console-standalone-1.9.2.jar"
 | 
						|
                ],
 | 
						|
		"files.exclude": {
 | 
						|
			"archive": true,
 | 
						|
			"bin": true,
 | 
						|
			".project": true,
 | 
						|
			".settings": true,
 | 
						|
			".classpath": true
 | 
						|
		}
 | 
						|
	},
 | 
						|
	"extensions": {
 | 
						|
		"recommendations": [
 | 
						|
			"redhat.java",
 | 
						|
			"vscjava.vscode-java-pack",
 | 
						|
			"vscjava.vscode-java-debug",
 | 
						|
			"vscjava.vscode-java-test",
 | 
						|
		]
 | 
						|
	},
 | 
						|
}
 |