How to see local history changes in Visual Studio Code?
up vote
12
down vote
favorite
I'm looking for a way to see my local history changes.
Kind of the equivalent way in WebStorm:
visual-studio-code
add a comment |
up vote
12
down vote
favorite
I'm looking for a way to see my local history changes.
Kind of the equivalent way in WebStorm:
visual-studio-code
add a comment |
up vote
12
down vote
favorite
up vote
12
down vote
favorite
I'm looking for a way to see my local history changes.
Kind of the equivalent way in WebStorm:
visual-studio-code
I'm looking for a way to see my local history changes.
Kind of the equivalent way in WebStorm:
visual-studio-code
visual-studio-code
edited Jun 16 at 6:22
asked Sep 27 '17 at 11:38
Idan Dagan
1,2711921
1,2711921
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
16
down vote
accepted
I think there is no out-of-the-box support for that in VS Code.
You can install a plugin to give you similar functionality. Eg.:
https://marketplace.visualstudio.com/items?itemName=micnil.vscode-checkpoints
or the more famous
https://marketplace.visualstudio.com/items?itemName=xyz.local-history
Some details may need to be configured: The VS Code search gets confused sometimes because of additional folders created by this type of plugins. You can configure it to ignore such folders or change their locations.
3
Hopefully they will implement a build-in feature - but thanks, great plugin.
– Idan Dagan
Nov 20 '17 at 19:26
add a comment |
up vote
5
down vote
I built an extension called Checkpoints, an alternative to Local History. Checkpoints has support for viewing history for all files (that has checkpoints) in the tree view, not just the currently active file. There are some other minor differences aswell, but overall they are pretty similar.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
16
down vote
accepted
I think there is no out-of-the-box support for that in VS Code.
You can install a plugin to give you similar functionality. Eg.:
https://marketplace.visualstudio.com/items?itemName=micnil.vscode-checkpoints
or the more famous
https://marketplace.visualstudio.com/items?itemName=xyz.local-history
Some details may need to be configured: The VS Code search gets confused sometimes because of additional folders created by this type of plugins. You can configure it to ignore such folders or change their locations.
3
Hopefully they will implement a build-in feature - but thanks, great plugin.
– Idan Dagan
Nov 20 '17 at 19:26
add a comment |
up vote
16
down vote
accepted
I think there is no out-of-the-box support for that in VS Code.
You can install a plugin to give you similar functionality. Eg.:
https://marketplace.visualstudio.com/items?itemName=micnil.vscode-checkpoints
or the more famous
https://marketplace.visualstudio.com/items?itemName=xyz.local-history
Some details may need to be configured: The VS Code search gets confused sometimes because of additional folders created by this type of plugins. You can configure it to ignore such folders or change their locations.
3
Hopefully they will implement a build-in feature - but thanks, great plugin.
– Idan Dagan
Nov 20 '17 at 19:26
add a comment |
up vote
16
down vote
accepted
up vote
16
down vote
accepted
I think there is no out-of-the-box support for that in VS Code.
You can install a plugin to give you similar functionality. Eg.:
https://marketplace.visualstudio.com/items?itemName=micnil.vscode-checkpoints
or the more famous
https://marketplace.visualstudio.com/items?itemName=xyz.local-history
Some details may need to be configured: The VS Code search gets confused sometimes because of additional folders created by this type of plugins. You can configure it to ignore such folders or change their locations.
I think there is no out-of-the-box support for that in VS Code.
You can install a plugin to give you similar functionality. Eg.:
https://marketplace.visualstudio.com/items?itemName=micnil.vscode-checkpoints
or the more famous
https://marketplace.visualstudio.com/items?itemName=xyz.local-history
Some details may need to be configured: The VS Code search gets confused sometimes because of additional folders created by this type of plugins. You can configure it to ignore such folders or change their locations.
edited Nov 8 at 17:45
answered Oct 19 '17 at 13:14
Barni
74411435
74411435
3
Hopefully they will implement a build-in feature - but thanks, great plugin.
– Idan Dagan
Nov 20 '17 at 19:26
add a comment |
3
Hopefully they will implement a build-in feature - but thanks, great plugin.
– Idan Dagan
Nov 20 '17 at 19:26
3
3
Hopefully they will implement a build-in feature - but thanks, great plugin.
– Idan Dagan
Nov 20 '17 at 19:26
Hopefully they will implement a build-in feature - but thanks, great plugin.
– Idan Dagan
Nov 20 '17 at 19:26
add a comment |
up vote
5
down vote
I built an extension called Checkpoints, an alternative to Local History. Checkpoints has support for viewing history for all files (that has checkpoints) in the tree view, not just the currently active file. There are some other minor differences aswell, but overall they are pretty similar.
add a comment |
up vote
5
down vote
I built an extension called Checkpoints, an alternative to Local History. Checkpoints has support for viewing history for all files (that has checkpoints) in the tree view, not just the currently active file. There are some other minor differences aswell, but overall they are pretty similar.
add a comment |
up vote
5
down vote
up vote
5
down vote
I built an extension called Checkpoints, an alternative to Local History. Checkpoints has support for viewing history for all files (that has checkpoints) in the tree view, not just the currently active file. There are some other minor differences aswell, but overall they are pretty similar.
I built an extension called Checkpoints, an alternative to Local History. Checkpoints has support for viewing history for all files (that has checkpoints) in the tree view, not just the currently active file. There are some other minor differences aswell, but overall they are pretty similar.
edited May 2 at 6:19
answered Apr 24 at 8:44
micnil
2,63911523
2,63911523
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f46446901%2fhow-to-see-local-history-changes-in-visual-studio-code%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown