Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange bug ig #61

Open
piyu-ssh opened this issue Jul 9, 2024 · 0 comments
Open

Strange bug ig #61

piyu-ssh opened this issue Jul 9, 2024 · 0 comments

Comments

@piyu-ssh
Copy link

piyu-ssh commented Jul 9, 2024

snippet Version Operating System
v1.1.0 Windows 10

Description

When I have to paste multiple lines of codes from different files in the "Snippet Edit Tab", I have to switch into tabs to get those lines of code, but in "Snippet Edit Tab" it can't hold my previous changes that I made in Snippet tab,
Suppose I have 4 files which are opened in VS code,
I have to take some part of my code from all of the four files,
I go to the first file, copy that code and paste that in "Snippet Edit Section"
after that I go to the second file to copy and paste some part of code after the part where I left in "Snippet Edit Section"
But my last change I made was disappears from "Snippet Edit Section"
That means I have to hit "Save Snippet" each and every time!!

Expected Behavior

It should hold my codes in that "Content" section,
My code should be there even after switching tabs,
Once I've done doing changes in Snippet,
I can simply hit "Save Snippet" to save that.

Actual Behavior

As I said, You can say, It doesn't holding my codes, Once I switch between tabs in VS code, my changes disappears

Steps to Reproduce

  1. Open multiple tabs in VS code.
  2. Try to add some lines in your Existing Snippet
  3. Think that you have to copy and paste multiple lines of codes which are present in different files which you opened in your tabs ( VS code Tabs ),
  4. You get your first line of code from the first tab and switched to second tab to get another line of code which you have to paste after that, but when you came back in the "Edit Snippet" section, you notice that the first line of code was not there in the "Edit Snippet's content section"

Additional Information

Language which I'm using is CSS, I don't know about other languages but in CSS this problem occurs with me.

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

No branches or pull requests

1 participant