i cannot connect to cloud patch. #3151
Replies: 6 comments 9 replies
-
/ Editor settings
|
Beta Was this translation helpful? Give feedback.
-
It looks like you want to modify your settings.json file for an editor, possibly Visual Studio Code, with specific configurations related to editor behavior, theme, language-specific settings, and extensions. However, the JSON snippet you've provided has some issues that need to be corrected to ensure it's valid JSON. JSON requires proper structure and syntax, including commas between items in objects and arrays, and avoiding dangling commas at the end of lists. Here is a revised version of your settings.json file with corrections and organization for clarity. Note that I've made assumptions to correct the structure where there were apparent errors or ambiguities: {
// Editor settings
"editor.tabSize": 5,
"editor.fontSize": 14,
"editor.insertSpaces": true,
"editor.wordWrap": "on",
"editor.fontFamily": "Consolas, 'Courier New', monospace",
// Theme settings
"workbench.colorTheme": "Default Dark+",
"workbench.colorCustomizations": {
"editorLineNumber.foreground": "#2e4f6c"
},
// Language specific settings
"[typescript]": {
"editor.formatOnSave": true
},
"[python]": {
"editor.formatOnSave": true
},
// Extensions settings
"extensions.ignoreRecommendations": true,
"extensions.autoUpdate": "onlySelectedExtensions",
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.packageManager": "yarn",
"files.associations": {
".eslintrc*.json": "jsonc"
}
} |
Beta Was this translation helpful? Give feedback.
-
I just need your guidance. I don't know how to edit code
…On Fri, Feb 16, 2024, 17:05 Jose L. Gonzalez Diaz ***@***.***> wrote:
Open visual studio code, and press Ctrl+Shift+P (Windows/Linux) or
Cmd+Shift+P (macOS), type Type Open Settings and select Type Open Settings
(JSON),
Captura.de.pantalla.2024-02-16.a.las.22.55.21.png (view on web)
<https://github.com/gitkraken/vscode-gitlens/assets/69685060/4777d5b1-b6d6-4617-a914-3da37fa4c0e0>
you will see a settings.json file open, edit it to have these settings
{
// Editor settings
"editor.tabSize": 4,
"editor.fontSize": 10,
"editor.insertSpaces": true,
"editor.wordWrap": "on",
"editor.fontFamily": "Consolas, 'Courier New', monospace",
// Theme settings
"workbench.colorTheme": "Default Dark+",
"workbench.colorCustomizations": {
"editorLineNumber.foreground": "#2e4f6c"
},
// Language specific settings
"[typescript]": {
"editor.formatOnSave": true
},
"[python]": {
"editor.formatOnSave": true
},
// Extensions settings
"extensions.ignoreRecommendations": true,
"extensions.autoUpdate": "onlySelectedExtensions",
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
".eslintrc*.json": "jsonc"
}
}
Captura.de.pantalla.2024-02-16.a.las.22.58.25.png (view on web)
<https://github.com/gitkraken/vscode-gitlens/assets/69685060/34644753-92c6-4713-b1a7-4b7b5b9c7a5b>
save
Captura.de.pantalla.2024-02-16.a.las.23.04.53.png (view on web)
<https://github.com/gitkraken/vscode-gitlens/assets/69685060/0fc173e4-b849-45fb-8b60-d773ff2e098b>
—
Reply to this email directly, view it on GitHub
<#3151 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEGXBAC3QFJMXWPVQVJR3KDYT7J3PAVCNFSM6AAAAABDMFJQTGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DIOJXGQZDC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll check it out.
…On Mon, Feb 19, 2024, 04:58 Jose L. Gonzalez Diaz ***@***.***> wrote:
Please check this video, it may help you.
https://www.youtube.com/watch?v=NXGIGU1jIXg&ab_channel=ProgrammingKnowledge
—
Reply to this email directly, view it on GitHub
<#3151 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEGXBAHE2SVBIIVTZDZQ7MLYUMO2RAVCNFSM6AAAAABDMFJQTGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKMJVGE4DC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
@obalola-01 taking a step back, can you expand on the issue you are having with Cloud Patches? Are you simply unable to see the Cloud Patch section in the Side Bar or are you having an issue working with them? If you are unable to see them, can you make sure you are on the latest version of GitLens (14.8.2)? You can check if there are updates available from Extensions. Notably, Cloud Patches are enabled by default so you do not have to adjust the settings. They can be seen from the GitLens sidebar and it can be focused from the command palette - command/ctrl + shift + P > Gitlens: Focus on Cloud Patches View. If you do not see Cloud Patches, there is a chance that you have manually disabled them by setting
Lastly, you do need to be logged into GitLens with a a trial or paid account to use with Cloud Patches. |
Beta Was this translation helpful? Give feedback.
-
Cloud patches is working fine. I was having issue with the settings.json
file. But I am still on it. Thank you
…On Thu, Feb 22, 2024, 18:21 Joey Kelroy ***@***.***> wrote:
@obalola-01 <https://github.com/obalola-01> taking a step back, can you
expand on the issue you are having with Cloud Patches? Are you simply
unable to see the Cloud Patch section in the Side Bar or are you having an
issue working with them?
If you are unable to see them, can you make sure you are on the latest
version of GitLens (14.8.2)? You can check if there are updates available
from Extensions.
Screenshot.2024-02-22.at.4.07.16.PM.png (view on web)
<https://github.com/gitkraken/vscode-gitlens/assets/27739784/3e658b50-08e1-47e9-ab64-cf829cc3ae0d>
Notably, Cloud Patches
<https://help.gitkraken.com/gitlens/gitlens-features/#cloud-patches-preview-%e2%98%81%ef%b8%8f>
are enabled by default so you do not have to adjust the settings. They can
be seen from the GitLens sidebar and it can be focused from the command
palette - command/ctrl + shift + P > *Gitlens: Focus on Cloud Patches
View*.
Screenshot.2024-02-22.at.4.11.39.PM.png (view on web)
<https://github.com/gitkraken/vscode-gitlens/assets/27739784/f52299dd-12be-4d68-b0fc-31c7a727fd06>
If you do not see Cloud Patches, there is a chance that you have manually
disabled them by setting gitlens.cloudPatches.endabled to false. To check
this and/or set it to true:
1. Open the command palette with command/ctrl + shift + P > *Preferences:
open user settings (JSON)*
2. Set {"gitlens.cloudPatches.endabled": true}
3. Save the file
Screenshot.2024-02-22.at.4.16.27.PM.png (view on web)
<https://github.com/gitkraken/vscode-gitlens/assets/27739784/71c348b8-31bf-4c21-84d3-03c9a23013d6>
Lastly, you do need to be logged into GitLens with a a trial or paid
account to use with Cloud Patches.
—
Reply to this email directly, view it on GitHub
<#3151 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEGXBAA2WF5PMUDC63O7B2TYU7HJHAVCNFSM6AAAAABDMFJQTGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKNRSGYZDI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
i dont know how to edit the settings.json file
Beta Was this translation helpful? Give feedback.
All reactions