zabel-xyz / local-history

local-history for vscode
MIT License
228 stars 35 forks source link

local history stopped working with vscode 1.40.1 #89

Closed ebadta81 closed 4 years ago

ebadta81 commented 4 years ago

Hello,

I have default settings, and I realized I have no new versions. I think it is because of the vscode upgrade.

I am using ubuntu.

This is my full settings.json file content:

{
    "C_Cpp.default.compileCommands": null,
    "explorer.confirmDelete": false,
    "editor.minimap.enabled": false,
    "mssql.intelliSense.enableIntelliSense": false,
    "editor.formatOnPaste": false,
    "editor.insertSpaces": false,
    "window.zoomLevel": 0,
    "git.enableSmartCommit": true,
    "editor.autoClosingBrackets": "languageDefined",
    "editor.autoClosingQuotes": "languageDefined",
    "C_Cpp.default.cStandard": "c11",
    "C_Cpp.default.intelliSenseMode": "gcc-x64",
    "code-runner.clearPreviousOutput": true,
    "breadcrumbs.enabled": false,
    "editor.renderControlCharacters": true,
    "editor.renderWhitespace": "none",
    "workbench.tree.indent": 18,
    "explorer.confirmDragAndDrop": false,
    "javascript.updateImportsOnFileMove.enabled": "never",
    "javascript.referencesCodeLens.enabled": true,
    "gitlens.defaultDateFormat": "YYYY-MM-DD HH:mm:ss",
    "gitlens.defaultDateShortFormat": "YYYY-MM-DD",
    "gitlens.currentLine.enabled": false,
    "gitlens.hovers.currentLine.over": "line",
    "gitlens.blame.heatmap.enabled": false,
    "gitlens.hovers.currentLine.enabled": false,
    "files.exclude": {
        "**/.history": true,
        "**/node_modules": true
    },
    "typescript.referencesCodeLens.enabled": true,
    "typescript.implementationsCodeLens.enabled": true,
    "typescript.updateImportsOnFileMove.enabled": "always",
    "terminal.integrated.shell.linux": "/bin/bash"
}

What other information do you need for error tracking?

zabel-xyz commented 4 years ago

Hello, It works fine for me... What do you open a single folder, multi-folders, a single file...

ebadta81 commented 4 years ago

It's a normal reactjs/typescript project. I open a folder.

shai commented 4 years ago

I'm using the same version and it doesn't work for me either. I just started using the extension, but it just doesn't work from the get-go.

vibl commented 4 years ago

Stopped working for me too.

I lost a few weeks of work history...

vibl commented 4 years ago

@zabel-xyz, feel free to ask for specific infos.

zabel-xyz commented 4 years ago

Sorry to see that a lot of people face this issue I tested without any problem

So, I need some help. Someone who encounter this problem must debug this extension and find out what goes wrong... Perhaps VS Code changed something in last release, but I don't know what....

ebadta81 commented 4 years ago

My OS is Ubuntu 18.04 with last updates. Maybe this is the difference.

vibl commented 4 years ago

Ubuntu 19.04 here.

MarekLew commented 4 years ago

90 :) Global setting is not ignored when setting.json is open in tab. why?

ebadta81 commented 4 years ago

now with vscode 1.41.1 it is working again

vibl commented 4 years ago

It still doesn't work for me.

I've tried reinstalling the extension and removing the .history directory.

Version: 1.41.1 Commit: 26076a4de974ead31f97692a0d32f90d735645c0 Date: 2019-12-18T15:04:31.999Z Electron: 6.1.5 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Linux x64 5.0.0-38-generic

alexdx0 commented 4 years ago

Extension do not work. VSCode: Version: 1.42.0 (user setup) Commit: ae08d5460b5a45169385ff3fd44208f431992451 Date: 2020-02-06T10:51:34.058Z Electron: 6.1.6 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 6.3.9600

On React JS files

danchann commented 4 years ago

Extension missing from Explorer panel. Version: 1.42.0 (system setup) Commit: ae08d5460b5a45169385ff3fd44208f431992451 Date: 2020-02-06T10:51:34.058Z Electron: 6.1.6 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.17134

zabel-xyz commented 4 years ago

see issues #98

witcradg commented 4 years ago

I had this problem. I fixed it by uninstalling THEN EXIT VsCode. Restart VsCode then reinstall. Lost a lot of history in multiple projects.