Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to index.js --- easier to read for Python programmers #13

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
s
  • Loading branch information
menawi committed May 28, 2023
commit 31bcf0ac384e7ab243c5770928a06157f025eb8c
6 changes: 1 addition & 5 deletions .vscode/Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@
"window.titleSeparator": " — ",

// Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.
"window.zoomLevel": -2,
"window.zoomLevel": -1,

// Configure file associations to languages (for example `"*.extension": "html"`). These have precedence over the default associations of the languages installed.
"files.associations": {},
Expand Down Expand Up @@ -2104,10 +2104,6 @@
// Controls whether the search view should read or modify the shared find clipboard on macOS.
"search.globalFindClipboard": false,

// This setting is deprecated. You can drag the search icon to a new location instead.
// Controls whether the search will be shown as a view in the sidebar or as a panel in the panel area for more horizontal space.
"search.location": "sidebar",

// The search cache is kept in the extension host which never shuts down, so this setting is no longer needed.
// When enabled, the searchService process will be kept alive instead of being shut down after an hour of inactivity. This will keep the file search cache in memory.
"search.maintainFileSearchCache": false,
Expand Down