forked from CIT/Vmeda.Online
		
	MOBILE-3320 editor: Add vscode settings
This commit is contained in:
		
							parent
							
								
									c062626e23
								
							
						
					
					
						commit
						f27702b49a
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -22,7 +22,6 @@ npm-debug.log* | |||||||
| /.sass-cache | /.sass-cache | ||||||
| /.sourcemaps | /.sourcemaps | ||||||
| /.versions | /.versions | ||||||
| /.vscode |  | ||||||
| /coverage | /coverage | ||||||
| /dist | /dist | ||||||
| /node_modules | /node_modules | ||||||
|  | |||||||
							
								
								
									
										35
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,35 @@ | |||||||
|  | { | ||||||
|  |     "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}", | ||||||
|  |                 "--config", | ||||||
|  |                 "jest.config.js" | ||||||
|  |             ], | ||||||
|  |             "console": "integratedTerminal", | ||||||
|  |             "internalConsoleOptions": "neverOpen", | ||||||
|  |             "disableOptimisticBPs": true, | ||||||
|  |             "windows": { | ||||||
|  |                 "program": "${workspaceFolder}/node_modules/jest/bin/jest", | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     ] | ||||||
|  | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user