Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. {
  2. "vscode-mssql.connections":
  3. [
  4. {
  5. "server":"DESKTOP-2JQS9G4",
  6. "database":"Master",
  7. "user":"Tono14",
  8. "password":"Tono14"
  9. }
  10. ],
  11. "mssql.connections": [
  12. {
  13. "server": "DESKTOP-2JQS9G4",
  14. "database": "TonoMaster",
  15. "authenticationType": "Integrated",
  16. "password": ""
  17. },
  18. {
  19. "server": "DESKTOP-2JQS9G4",
  20. "database": "TonoMaster",
  21. "authenticationType": "Integrated",
  22. "profileName": "TonoMaster",
  23. "password": ""
  24. }
  25. ],
  26. "editor.suggestSelection": "first",
  27. "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  28. "editor.minimap.enabled": false
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement