This commit adds a new file `dataanalaysis.code-workspace` which includes the necessary configuration for a data analysis project. The file specifies the root folder path and contains default settings.
		
			
				
	
	
		
			8 lines
		
	
	
		
			60 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			60 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	"folders": [
 | |
| 		{
 | |
| 			"path": "."
 | |
| 		}
 | |
| 	],
 | |
| 	"settings": {}
 | |
| } |