File tree Expand file tree Collapse file tree
python/query-points-of-interest-with-places-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22.DS_Store
33** /** /node_modules
44** /** /package-lock.json
5- ** /** /results.json
5+ ** /** /results.json
6+ ** /__pycache__
7+ ** /.venv
8+ ** /test-output.ndjson
Original file line number Diff line number Diff line change 22 "workbench.colorCustomizations" : {
33 "activityBar.background" : " #142868" ,
44 "titleBar.activeBackground" : " #1C3892" ,
5- "titleBar.activeForeground" : " #FAFBFE"
5+ "titleBar.activeForeground" : " #FAFBFE" ,
6+ "titleBar.inactiveBackground" : " #142868" ,
7+ "titleBar.inactiveForeground" : " #FAFBFE" ,
8+ "statusBar.background" : " #142868" ,
9+ "statusBar.foreground" : " #FAFBFE" ,
10+ "statusBar.debuggingBackground" : " #142868" ,
11+ "statusBar.debuggingForeground" : " #FAFBFE" ,
12+ "statusBar.noFolderBackground" : " #142868" ,
13+ "statusBar.noFolderForeground" : " #FAFBFE"
614 },
715 "liveServer.settings.port" : 5501
816}
You can’t perform that action at this time.
0 commit comments