Show warnings for copy-paste extension config
View options
- Truncate descriptions
Created by: beyang
https://app.hubspot.com/contacts/2762526/company/464956351 encountered issue where they naively copy-pasted extension settings from extension docs and didn't change the values. E.g., from https://sourcegraph.com/extensions/sourcegraph/go:
"go.serverUrl": "ws://langserveruser:PASSWORD@host.docker.internal:7080/go",
"go.sourcegraphUrl": "http://host.docker.internal:7080",
The settings editor should show an error/warning when the field value matches the default value (which should be changed).

