Skip to content

Commit 71f53e1

Browse files
author
Alfiya Tarasenko
committed
Improve Places API code sample
1 parent 709fce7 commit 71f53e1

4 files changed

Lines changed: 539 additions & 162 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
.DS_Store
33
**/**/node_modules
44
**/**/package-lock.json
5-
**/**/results.json
5+
**/**/results.json
6+
**/__pycache__
7+
**/.venv
8+
**/test-output.ndjson

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
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
}

0 commit comments

Comments
 (0)