Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Nothing happens when switching profiles #12

Open
Munsio opened this issue Jul 31, 2019 · 5 comments
Open

Nothing happens when switching profiles #12

Munsio opened this issue Jul 31, 2019 · 5 comments

Comments

@Munsio
Copy link

Munsio commented Jul 31, 2019

Hi,

I encountered a problem where nothing happens if i try to switch profiles.

App: VSCodium - 1.36.1
OS: Mac Mojave - 10.14.6

I have two Profiles:

  • Base
  • GO

Workflow:

First I disabled all of my language specific extensions and settings and installed profile switcher.
I then saved the "Base" Profile.
I added all Go relevant extensions + settings (pasted from previous settings directly into the settings.json)
I then saved the "GO" Profile.
I checked the settings.json and in the storage json everything looks correct, only the "GO" key has all the additional configs and extensions underneath.
I choosed "Select Profile" from the cmd-palette and selected the "Base" Profile.
In the Output section of vscodium i got the information that profile-switcher has to remove 3 extensions.
Then i reloaded VSCodium with the info-box on the bottom right by clicking on "Yes"
VSCodium reloads but nothing happens, all the extensions from the GO profile are enabled and the settings are also the one from the GO profile.

If you need debug output or something like that just let me know.

@Munsio Munsio changed the title Nothing happens on switching profiles Nothing happens when switching profiles Jul 31, 2019
@Munsio
Copy link
Author

Munsio commented Aug 1, 2019

I downgraded to version 0.3.2 and can confirm that this version is working as expected.
So it seems to be something 0.3.3 related

@aaronpowell
Copy link
Owner

I will admit to not having tried VSCodium, although it should work.

Can you share your settings.json file and I'll do a test of it?

@Munsio
Copy link
Author

Munsio commented Aug 1, 2019

With VSCodium and the 0.3.2 version everything work as expected.
The only thing i saw in your commits which can propably cause an issue and has changed is the insider build detection!?

Sure:

{
    "explorer.openEditors.visible": 0,
    "editor.minimap.enabled": false,
    "workbench.editor.enablePreview": false,
    "material-icon-theme.showUpdateMessage": false,
    "extensions.ignoreRecommendations": false,
    "editor.formatOnPaste": true,
    "search.useIgnoreFiles": false,
    "workbench.editor.highlightModifiedTabs": true,
    "editor.fontFamily": "'Fira Code', Menlo",
    "editor.fontSize": 15,
    "editor.fontLigatures": true,
    "workbench.colorTheme": "One Dark Pro",
    "workbench.iconTheme": "material-icon-theme",
    "window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
    "window.zoomLevel": 0,
    "telemetry.enableTelemetry": false,
    "telemetry.enableCrashReporter": false,
    "sync.gist": "98de6e52b272b60ec2a0dc5622ed1dc3",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.forceDownload": false,
    "sync.askGistName": false,
    "sync.removeExtensions": true,
    "sync.syncExtensions": true,
    "sync.quietSync": false,
    "terminal.external.osxExec": "iTerm.app",
    "terminal.integrated.fontFamily": "'Fira Code'",
    "terminal.integrated.shell.osx": "/bin/zsh",
    "terminal.integrated.shell.linux": "/bin/zsh",
    "git.confirmSync": false,
    "git.enableSmartCommit": true,
    "gitlens.codeLens.recentChange.enabled": false,
    "gitlens.views.repositories.files.layout": "auto",
    "gitlens.views.fileHistory.enabled": false,
    "gitlens.views.lineHistory.enabled": false,
    "gitlens.advanced.telemetry.enabled": false,
    "gitlens.codeLens.authors.enabled": false,
    "gitlens.currentLine.enabled": false,
    "gitlens.hovers.currentLine.enabled": false,
    "gitlens.keymap": "chorded",
    "gitlens.blame.highlight.enabled": false,
    "gitlens.blame.highlight.locations": [
        "gutter",
        "overview"
    ],
    "gitlens.recentChanges.highlight.locations": [
        "gutter",
        "overview"
    ],
    "plantuml.server": "http://plantuml.dev.karriere.local",
    "plantuml.render": "PlantUMLServer",
    "editor.multiCursorModifier": "ctrlCmd",
    "php.suggest.basic": false,
    "namespaceResolver.sortAlphabetically": true,
    "profileSwitcher.profiles": [
        "Base",
        "GO",
        "PHP"
    ],
    "profileSwitcher.storage": {
        "Base": {
            "explorer.openEditors.visible": 0,
            "editor.minimap.enabled": false,
            "workbench.editor.enablePreview": false,
            "material-icon-theme.showUpdateMessage": false,
            "extensions.ignoreRecommendations": false,
            "editor.formatOnPaste": true,
            "search.useIgnoreFiles": false,
            "workbench.editor.highlightModifiedTabs": true,
            "search.exclude": {
                "**/node_modules": true,
                "**/bower_components": true
            },
            "files.exclude": {
                "**/.git": true,
                "**/.svn": true,
                "**/.hg": true,
                "**/.DS_Store": true,
                "**/.idea": true
            },
            "editor.fontFamily": "'Fira Code', Menlo",
            "editor.fontSize": 15,
            "editor.fontLigatures": true,
            "workbench.colorCustomizations": {
                "statusBar.foreground": "#fff",
                "statusBar.background": "#1686CF"
            },
            "workbench.colorTheme": "One Dark Pro",
            "workbench.iconTheme": "material-icon-theme",
            "window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
            "window.zoomLevel": 0,
            "telemetry.enableTelemetry": false,
            "telemetry.enableCrashReporter": false,
            "sync.gist": "98de6e52b272b60ec2a0dc5622ed1dc3",
            "sync.autoDownload": false,
            "sync.autoUpload": false,
            "sync.forceDownload": false,
            "sync.askGistName": false,
            "sync.removeExtensions": true,
            "sync.syncExtensions": true,
            "sync.quietSync": false,
            "terminal.external.osxExec": "iTerm.app",
            "terminal.integrated.fontFamily": "'Fira Code'",
            "terminal.integrated.shell.osx": "/bin/zsh",
            "terminal.integrated.shell.linux": "/bin/zsh",
            "git.confirmSync": false,
            "git.enableSmartCommit": true,
            "gitlens.codeLens.recentChange.enabled": false,
            "gitlens.advanced.messages": {
                "suppressCommitHasNoPreviousCommitWarning": false,
                "suppressCommitNotFoundWarning": false,
                "suppressFileNotUnderSourceControlWarning": false,
                "suppressGitVersionWarning": false,
                "suppressLineUncommittedWarning": false,
                "suppressNoRepositoryWarning": false,
                "suppressResultsExplorerNotice": false,
                "suppressShowKeyBindingsNotice": true,
                "suppressUpdateNotice": false,
                "suppressWelcomeNotice": true
            },
            "gitlens.views.repositories.files.layout": "auto",
            "gitlens.views.fileHistory.enabled": false,
            "gitlens.views.lineHistory.enabled": false,
            "gitlens.advanced.telemetry.enabled": false,
            "gitlens.codeLens.authors.enabled": false,
            "gitlens.currentLine.enabled": false,
            "gitlens.hovers.currentLine.enabled": false,
            "gitlens.keymap": "chorded",
            "gitlens.blame.highlight.enabled": false,
            "gitlens.blame.highlight.locations": [
                "gutter",
                "overview"
            ],
            "gitlens.recentChanges.highlight.locations": [
                "gutter",
                "overview"
            ],
            "plantuml.server": "http://plantuml.dev.karriere.local",
            "plantuml.render": "PlantUMLServer",
            "editor.multiCursorModifier": "ctrlCmd"
        },
        "GO": {
            "explorer.openEditors.visible": 0,
            "editor.minimap.enabled": false,
            "workbench.editor.enablePreview": false,
            "material-icon-theme.showUpdateMessage": false,
            "extensions.ignoreRecommendations": false,
            "editor.formatOnPaste": true,
            "search.useIgnoreFiles": false,
            "workbench.editor.highlightModifiedTabs": true,
            "search.exclude": {
                "**/node_modules": true,
                "**/bower_components": true
            },
            "files.exclude": {
                "**/.git": true,
                "**/.svn": true,
                "**/.hg": true,
                "**/.DS_Store": true,
                "**/.idea": true
            },
            "editor.fontFamily": "'Fira Code', Menlo",
            "editor.fontSize": 15,
            "editor.fontLigatures": true,
            "workbench.colorCustomizations": {
                "statusBar.foreground": "#fff",
                "statusBar.background": "#1686CF"
            },
            "workbench.colorTheme": "One Dark Pro",
            "workbench.iconTheme": "material-icon-theme",
            "window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
            "window.zoomLevel": 0,
            "telemetry.enableTelemetry": false,
            "telemetry.enableCrashReporter": false,
            "sync.gist": "98de6e52b272b60ec2a0dc5622ed1dc3",
            "sync.autoDownload": false,
            "sync.autoUpload": false,
            "sync.forceDownload": false,
            "sync.askGistName": false,
            "sync.removeExtensions": true,
            "sync.syncExtensions": true,
            "sync.quietSync": false,
            "go.buildOnSave": "off",
            "go.formatTool": "goimports",
            "go.useCodeSnippetsOnFunctionSuggest": true,
            "go.autocompleteUnimportedPackages": true,
            "go.docsTool": "gogetdoc",
            "go.lintFlags": [
                "--fast"
            ],
            "go.lintOnSave": "workspace",
            "go.lintTool": "golangci-lint",
            "go.useLanguageServer": true,
            "go.languageServerExperimentalFeatures": {
                "diagnostics": true
            },
            "[go]": {
                "editor.snippetSuggestions": "none",
                "editor.formatOnSave": true,
                "editor.codeActionsOnSave": {
                    "source.organizeImports": true
                }
            },
            "gopls": {
                "usePlaceholders": true,
                "enhancedHover": true
            },
            "go.delveConfig": {
                "useApiV1": false,
                "dlvLoadConfig": {
                    "followPointers": true,
                    "maxVariableRecurse": 3,
                    "maxStringLen": 400,
                    "maxArrayValues": 400,
                    "maxStructFields": -1
                }
            },
            "terminal.external.osxExec": "iTerm.app",
            "terminal.integrated.fontFamily": "'Fira Code'",
            "terminal.integrated.shell.osx": "/bin/zsh",
            "terminal.integrated.shell.linux": "/bin/zsh",
            "git.confirmSync": false,
            "git.enableSmartCommit": true,
            "gitlens.codeLens.recentChange.enabled": false,
            "gitlens.advanced.messages": {
                "suppressCommitHasNoPreviousCommitWarning": false,
                "suppressCommitNotFoundWarning": false,
                "suppressFileNotUnderSourceControlWarning": false,
                "suppressGitVersionWarning": false,
                "suppressLineUncommittedWarning": false,
                "suppressNoRepositoryWarning": false,
                "suppressResultsExplorerNotice": false,
                "suppressShowKeyBindingsNotice": true,
                "suppressUpdateNotice": false,
                "suppressWelcomeNotice": true
            },
            "gitlens.views.repositories.files.layout": "auto",
            "gitlens.views.fileHistory.enabled": false,
            "gitlens.views.lineHistory.enabled": false,
            "gitlens.advanced.telemetry.enabled": false,
            "gitlens.codeLens.authors.enabled": false,
            "gitlens.currentLine.enabled": false,
            "gitlens.hovers.currentLine.enabled": false,
            "gitlens.keymap": "chorded",
            "gitlens.blame.highlight.enabled": false,
            "gitlens.blame.highlight.locations": [
                "gutter",
                "overview"
            ],
            "gitlens.recentChanges.highlight.locations": [
                "gutter",
                "overview"
            ],
            "plantuml.server": "http://plantuml.dev.karriere.local",
            "plantuml.render": "PlantUMLServer",
            "editor.multiCursorModifier": "ctrlCmd"
        },
        "PHP": {
            "explorer.openEditors.visible": 0,
            "editor.minimap.enabled": false,
            "workbench.editor.enablePreview": false,
            "material-icon-theme.showUpdateMessage": false,
            "extensions.ignoreRecommendations": false,
            "editor.formatOnPaste": true,
            "search.useIgnoreFiles": false,
            "workbench.editor.highlightModifiedTabs": true,
            "editor.fontFamily": "'Fira Code', Menlo",
            "editor.fontSize": 15,
            "editor.fontLigatures": true,
            "workbench.colorTheme": "One Dark Pro",
            "workbench.iconTheme": "material-icon-theme",
            "window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
            "window.zoomLevel": 0,
            "telemetry.enableTelemetry": false,
            "telemetry.enableCrashReporter": false,
            "sync.gist": "98de6e52b272b60ec2a0dc5622ed1dc3",
            "sync.autoDownload": false,
            "sync.autoUpload": false,
            "sync.forceDownload": false,
            "sync.askGistName": false,
            "sync.removeExtensions": true,
            "sync.syncExtensions": true,
            "sync.quietSync": false,
            "terminal.external.osxExec": "iTerm.app",
            "terminal.integrated.fontFamily": "'Fira Code'",
            "terminal.integrated.shell.osx": "/bin/zsh",
            "terminal.integrated.shell.linux": "/bin/zsh",
            "git.confirmSync": false,
            "git.enableSmartCommit": true,
            "gitlens.codeLens.recentChange.enabled": false,
            "gitlens.views.repositories.files.layout": "auto",
            "gitlens.views.fileHistory.enabled": false,
            "gitlens.views.lineHistory.enabled": false,
            "gitlens.advanced.telemetry.enabled": false,
            "gitlens.codeLens.authors.enabled": false,
            "gitlens.currentLine.enabled": false,
            "gitlens.hovers.currentLine.enabled": false,
            "gitlens.keymap": "chorded",
            "gitlens.blame.highlight.enabled": false,
            "gitlens.blame.highlight.locations": [
                "gutter",
                "overview"
            ],
            "gitlens.recentChanges.highlight.locations": [
                "gutter",
                "overview"
            ],
            "plantuml.server": "http://plantuml.dev.karriere.local",
            "plantuml.render": "PlantUMLServer",
            "editor.multiCursorModifier": "ctrlCmd",
            "php.suggest.basic": false,
            "namespaceResolver.sortAlphabetically": true
        }
    },
    "profileSwitcher.extensions": {
        "Base": [
            {
                "id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
                "publisherId": "alefragnani.project-manager",
                "publisherName": "alefragnani",
                "version": "10.6.0",
                "name": "project-manager"
            },
            {
                "id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
                "publisherId": "CoenraadS.bracket-pair-colorizer-2",
                "publisherName": "CoenraadS",
                "version": "0.0.28",
                "name": "bracket-pair-colorizer-2"
            },
            {
                "id": "4de763bd-505d-4978-9575-2b7696ecf94e",
                "publisherId": "eamodio.gitlens",
                "publisherName": "eamodio",
                "version": "9.9.1",
                "name": "gitlens"
            },
            {
                "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
                "publisherId": "EditorConfig.EditorConfig",
                "publisherName": "EditorConfig",
                "version": "0.13.0",
                "name": "EditorConfig"
            },
            {
                "id": "d95cb424-7a5a-4e08-9698-107d6fd590cf",
                "publisherId": "jebbs.plantuml",
                "publisherName": "jebbs",
                "version": "2.11.2",
                "name": "plantuml"
            },
            {
                "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
                "publisherId": "ms-azuretools.vscode-docker",
                "publisherName": "ms-azuretools",
                "version": "0.7.0",
                "name": "vscode-docker"
            },
            {
                "id": "5db78037-f674-459f-a236-db622c427c5b",
                "publisherId": "PKief.material-icon-theme",
                "publisherName": "PKief",
                "version": "3.8.1",
                "name": "material-icon-theme"
            },
            {
                "id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
                "publisherId": "quicktype.quicktype",
                "publisherName": "quicktype",
                "version": "12.0.46",
                "name": "quicktype"
            },
            {
                "id": "d637104e-1fd7-4063-98fc-8afe46012c9b",
                "publisherId": "sleistner.vscode-fileutils",
                "publisherName": "sleistner",
                "version": "2.14.5",
                "name": "vscode-fileutils"
            },
            {
                "id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
                "publisherId": "zhuangtongfa.Material-theme",
                "publisherName": "zhuangtongfa",
                "version": "2.26.0",
                "name": "Material-theme"
            }
        ],
        "GO": [
            {
                "id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
                "publisherId": "alefragnani.project-manager",
                "publisherName": "alefragnani",
                "version": "10.6.0",
                "name": "project-manager"
            },
            {
                "id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
                "publisherId": "CoenraadS.bracket-pair-colorizer-2",
                "publisherName": "CoenraadS",
                "version": "0.0.28",
                "name": "bracket-pair-colorizer-2"
            },
            {
                "id": "4de763bd-505d-4978-9575-2b7696ecf94e",
                "publisherId": "eamodio.gitlens",
                "publisherName": "eamodio",
                "version": "9.9.1",
                "name": "gitlens"
            },
            {
                "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
                "publisherId": "EditorConfig.EditorConfig",
                "publisherName": "EditorConfig",
                "version": "0.13.0",
                "name": "EditorConfig"
            },
            {
                "id": "d95cb424-7a5a-4e08-9698-107d6fd590cf",
                "publisherId": "jebbs.plantuml",
                "publisherName": "jebbs",
                "version": "2.11.2",
                "name": "plantuml"
            },
            {
                "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
                "publisherId": "ms-azuretools.vscode-docker",
                "publisherName": "ms-azuretools",
                "version": "0.7.0",
                "name": "vscode-docker"
            },
            {
                "id": "5db78037-f674-459f-a236-db622c427c5b",
                "publisherId": "PKief.material-icon-theme",
                "publisherName": "PKief",
                "version": "3.8.1",
                "name": "material-icon-theme"
            },
            {
                "id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
                "publisherId": "quicktype.quicktype",
                "publisherName": "quicktype",
                "version": "12.0.46",
                "name": "quicktype"
            },
            {
                "id": "d637104e-1fd7-4063-98fc-8afe46012c9b",
                "publisherId": "sleistner.vscode-fileutils",
                "publisherName": "sleistner",
                "version": "2.14.5",
                "name": "vscode-fileutils"
            },
            {
                "id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
                "publisherId": "zhuangtongfa.Material-theme",
                "publisherName": "zhuangtongfa",
                "version": "2.26.0",
                "name": "Material-theme"
            },
            {
                "id": "464f4ac7-af65-4aa9-9907-4ba7fa419085",
                "publisherId": "bungcip.better-toml",
                "publisherName": "bungcip",
                "version": "0.3.2",
                "name": "better-toml"
            },
            {
                "id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
                "publisherId": "ms-vscode.Go",
                "publisherName": "ms-vscode",
                "version": "0.11.4",
                "name": "Go"
            },
            {
                "id": "35ab00b9-99c0-4bc3-8bf4-44632dbfdb2a",
                "publisherId": "premparihar.gotestexplorer",
                "publisherName": "premparihar",
                "version": "0.1.10",
                "name": "gotestexplorer"
            }
        ],
        "PHP": [
            {
                "id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
                "publisherId": "alefragnani.project-manager",
                "publisherName": "alefragnani",
                "version": "10.6.0",
                "name": "project-manager"
            },
            {
                "id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
                "publisherId": "bmewburn.vscode-intelephense-client",
                "publisherName": "bmewburn",
                "version": "1.1.5",
                "name": "vscode-intelephense-client"
            },
            {
                "id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
                "publisherId": "CoenraadS.bracket-pair-colorizer-2",
                "publisherName": "CoenraadS",
                "version": "0.0.28",
                "name": "bracket-pair-colorizer-2"
            },
            {
                "id": "4de763bd-505d-4978-9575-2b7696ecf94e",
                "publisherId": "eamodio.gitlens",
                "publisherName": "eamodio",
                "version": "9.9.2",
                "name": "gitlens"
            },
            {
                "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
                "publisherId": "EditorConfig.EditorConfig",
                "publisherName": "EditorConfig",
                "version": "0.13.0",
                "name": "EditorConfig"
            },
            {
                "id": "044b4b31-2969-4af3-895d-855433b8b46d",
                "publisherId": "felixfbecker.php-debug",
                "publisherName": "felixfbecker",
                "version": "1.13.0",
                "name": "php-debug"
            },
            {
                "id": "d95cb424-7a5a-4e08-9698-107d6fd590cf",
                "publisherId": "jebbs.plantuml",
                "publisherName": "jebbs",
                "version": "2.11.2",
                "name": "plantuml"
            },
            {
                "id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
                "publisherId": "MehediDracula.php-namespace-resolver",
                "publisherName": "MehediDracula",
                "version": "1.1.8",
                "name": "php-namespace-resolver"
            },
            {
                "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
                "publisherId": "ms-azuretools.vscode-docker",
                "publisherName": "ms-azuretools",
                "version": "0.7.0",
                "name": "vscode-docker"
            },
            {
                "id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
                "publisherId": "neilbrayfield.php-docblocker",
                "publisherName": "neilbrayfield",
                "version": "2.0.1",
                "name": "php-docblocker"
            },
            {
                "id": "5db78037-f674-459f-a236-db622c427c5b",
                "publisherId": "PKief.material-icon-theme",
                "publisherName": "PKief",
                "version": "3.8.1",
                "name": "material-icon-theme"
            },
            {
                "id": "e05d98bf-3735-4c1e-9fae-86ef0a52e19f",
                "publisherId": "quicktype.quicktype",
                "publisherName": "quicktype",
                "version": "12.0.46",
                "name": "quicktype"
            },
            {
                "id": "d637104e-1fd7-4063-98fc-8afe46012c9b",
                "publisherId": "sleistner.vscode-fileutils",
                "publisherName": "sleistner",
                "version": "2.14.5",
                "name": "vscode-fileutils"
            },
            {
                "id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
                "publisherId": "zhuangtongfa.Material-theme",
                "publisherName": "zhuangtongfa",
                "version": "2.26.0",
                "name": "Material-theme"
            }
        ]
    },
    "go.buildOnSave": "off",
    "go.formatTool": "goimports",
    "go.useCodeSnippetsOnFunctionSuggest": true,
    "go.autocompleteUnimportedPackages": true,
    "go.docsTool": "gogetdoc",
    "go.lintFlags": [
        "--fast"
    ],
    "go.lintOnSave": "workspace",
    "go.lintTool": "golangci-lint",
    "go.useLanguageServer": true,
    "[go]": {
        "editor.snippetSuggestions": "none",
        "editor.formatOnSave": true,
        "editor.codeActionsOnSave": {
            "source.organizeImports": true
        }
    },
    "gopls": {
        "usePlaceholders": true,
        "enhancedHover": true
    }
}

@sheosi
Copy link

sheosi commented Aug 15, 2019

Same here, had to downgrade to 0.3.2 before being able to use this extension.

OS: Linux (Solus)
Version: 1.37.0 (from Solus repository)

With 0.3.3 non-cached extensions output: "Extension failed to install.", while both cached install and remove operations seem to work, however after reloading none of them really does anything.

@ghost
Copy link

ghost commented Mar 19, 2021

@aaronpowell VSCode and VSCodium are in different directories, how can they work?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants