vscodehelper 0.2.1

Understanding the data that VSCode writes to disk
Documentation
1
2
3
4
5
6
7
8
use std::rc::Rc;

use vscodehelper_macros::StringHolder;

#[derive(StringHolder)]
pub struct WorkspaceId {
    pub inner: Rc<str>,
}