IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
50 stars 20 forks source link

Markdown preview of z/OS USS text file remembers a previous version of .md file and does not use current contents #213

Closed pjfarleyiii closed 2 years ago

pjfarleyiii commented 2 years ago

Development environment used

Detailed steps for reproducing the problem:

  1. First step

1.a. Use zowe extension to select a USS text file coded with markdown syntax on z/OS system to edit and edit that file. 1.b. With cursor present in the edited file window, press Ctrl-Shift-V to preview the formatted markdown document 1.c. Markdown preview shows text from a prior (no longer available) version of the same file name.

Expected result: Markdown preview of edited USS file with markdown syntax should show the current text of the file and not of some prior version.

phaumer commented 2 years ago

@pjfarleyiii thanks for trying our editor. The markdown capability is part of VS Code itself. We do not provide any specific capabilities for it with Z Open Editor nor Zowe Explorer. You would have to file an issue with Microsoft.

pjfarleyiii commented 2 years ago

Thanks for the answer. I will pursue MS for an answer. :)